/* css reset */
@import url("reset.css");
@import url("geral.css");


#topo{
  background:#FFF url(../../../imagens/topo_fundo.gif) repeat-x;
  margin:0;
  width:775px;
  height:126px;
}

#topo #logotipo{ float:left; width:298px;height:126px; }
#topo #topo_dir_internas{
  float:right;
  width:457px;
  height:126px;
  text-align:right;
  padding-right:15px;
}


#bg_internas{
  width:775px;
  background:#3F7CC9 url(../../../imagens/internas_fundo.gif);
}


#miolo_internas{
  float:left;
  width:775px;
  background: url(../../../imagens/internas_miolo_fundo.jpg) bottom no-repeat; 
  height:auto !important;
  min-height:550px;
  height:550px;
}


#lado_esquerdo{
  width:140px;
  float:left;
}

#lado_direito{
  width:275px; /* original: 300px */
  float:right;
  text-align:right;
}


#menu{
  float:left;
  width:132px;
  height:150px;
}


#titulo{
  float:left;
  width:622px;
  padding-left:153px;
  padding-top:17px;
  padding-bottom:15px;
  background-color:#3F7CC9;
}


#conteudo{
  float:left;
  width:345px;
  height:auto;
  text-align:left;
  padding-left:15px;
  padding-bottom:15px;
}