
/*------------------------------- ESTRUTURA PRINCIPAL -------------------------------*/

div#site {
   text-align: left;
/*   background-color: #EEEEEE; */

   position:relative;
   display:table;
   margin: auto;
   width: 960px;
   height:100%;

}
div#topo {
   /*
   background-image: url(../imagens/barra_topo.gif);
   background-repeat: no-repeat;
   background-position: top;
   */

   position: relative;

   display: block;
   height: auto;
   min-height: 100px;

   padding-top: 33px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
}

.formatHrfn{
  border:0px;
  height: 4px;
  color: #CE0000;
  background-color: #CE0000;
  margin-bottom:10px;
  margin-top:30px;
}


div#corpo {
/*   background-color: #FF9933; */
   /*display: table;*/
   /*display: block;*/
   width: 100%;
   height: auto;
   overflow: auto;
   /*min-height: 750px;*/
   min-height: 500px;
}
div#rodape {
/*   background-color: #F4F4F4;
   border: 1px solid #003333;
*/
   position: relative;
   display: block;
   height: 220px;
   width: 100%;
}

