@charset "utf-8";
/*---------------------------------------------
   2007-2010 diegoribeiro.com | domdiego.com
----------------------------------------------- */

/* parmetros gerais */
* { vertical-align:baseline; font-weight:inherit; font-family:inherit; font-style:inherit; font-size:100%; border:0 none; outline:0; padding:0; margin:0} /* RESEt */
body {background:#1c1d1d url('../img/bg_reboot.jpg') fixed no-repeat; font:7pt Verdana, Tahoma, Arial; color:#666; font-weight:normal; font-variant:normal; line-height:normal; letter-spacing:normal; text-decoration:none}
pre {font:7pt Verdana, Tahoma, Arial, 'Courier New'; color:#444; font-weight:normal; font-variant:normal; line-height:normal; letter-spacing:normal; text-decoration:none}
img, fieldset, table {border:0; margin:0; padding:0}
br {clear:both}
p br {clear:none}
.x a img {opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7}
.x a:hover img {opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0}
.ovfh {overflow:hidden}

/* estrutura */
#container {border:0; margin:0; padding:0; width:1245px; height:1040px}
#container_img_div_01,#container_img_div_02 {border:0; margin:0; padding:0; width:950px; height:1046px; float:left}
#container_img_div_02 {width:295px; height:1046px; float:right}
.img_div_01, .img_div_02 {border:0; margin:0; padding:0; width:475px; height:260px; float:left}
.img_div_02 {width:295px; float:none}
.img_div_01 img {border:0; width:475px; height:260px}
.img_div_02 img {border:0; width:295px; height:260px}
#textbox h1 {font:7pt Verdana, Tahoma, Arial; color:#99a09d; letter-spacing:normal; text-align:left; text-decoration:none; background:#0d0e0e; display:block; margin:0 0 15px 0; padding:-2px 0; width:80px}
#textbox h1 strong {color:#4d4e15; font-weight:normal}
#textbox {font:7pt Verdana, Tahoma, Arial; color:#6b6f71; letter-spacing:normal; text-align:justify; text-decoration:none; border:0; width:255px; height:220px; margin:0; padding:20px; overflow:hidden; background:url('../img/reboot_div02_03.jpg') no-repeat 0 0}
#textbox strong {color:#8b918e; font-weight:normal}

/* links */
a {font: 7pt Verdana, Tahoma, Arial; color:#999; text-decoration:none}
a:hover {color:#fff; text-decoration:none}
a:active {color:#4d4e15}
a:visited {text-decoration:none}
.cl_azule, .cl_laranja {font: 7pt Verdana, Tahoma, 'Trebuchet MS', Arial; text-align:left}
.cl_azule {color:#4e9af0}
.cl_laranja {color:#e38d11}
.cl_magenta {color:#a83147}

/* png transparente no ie */
* html img{
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="img/pixel_transparente.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

/* EOF */