@charset "utf-8";
/* CSS Document */

body, html{
margin: 0px;
background-image: url(img/bg.jpg);
text-align: center;
}

#geral_shadow{
width: 760px;
margin-top: 20px;
margin-bottom: 20px;
}

#geral_estru{
float: left;
width: 700px;
}

#cabecalho{
width: 760px;
height: 320px;
}

div#area_conteudo{
width: 760px;
background: url(img/fd_cont.png) repeat-y center center;
_background: none!important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fd_cont.png',sizingMethod='scale');
}

#d{
float: left;
width: 30px;
}


#space{
float: left;
width: 30px;
}

#conteudo{
float: left;
width: 680px;
padding: 10px;
background-color: #e2e4df;
}

#pages{
float: left;
width: 490px;
}

#infos_right{
float: right;
width: 190px;
}

#informacao{
margin-top: -15px; margin-left: 20px; position: relative; width: 152px;
}

#sep_i{ background-color: #cdd1c9; height: 4px; margin: 10px; font-size: 1px; }

#top_i{ width: 190px; height: 36px; background-image: url(img/top_i.png);}
#bottom_i{ width: 190px; height: 36px; background-image: url(img/bottom_i.png);}
#cont_info{ width: 190px; background-image: url(img/cont_i.jpg);}

#rodape{ width: 760px; height: 135px;}

/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* 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/fd_cont.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
