/* CSS Document */
/* Formatação padrão para todas as páginas */
*{
border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
a{
font:12px Arial, Helvetica, sans-serif;
color:#333333;
}
#geral{
width:800px;
margin:0 auto;
}
/* **** TOPO***** */
#topo{
height:130px;
width:800px;
}
#topo h1{
float:left;
}
#topo #menu_superior{
width:593px;
height:23px;
background:#345072 url(../imagens/barra_menu_superior.gif) top left no-repeat;
float:right;
text-align:left;
}
#topo #menu_superior ul li{
display:inline;
padding:0 15px;
}
#topo #menu_superior ul li a{
font:12px  Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
#topo #area_restrita{
width:217px;
height:68px;
float:right;}
#topo #fundo{
width:380px;
height:68px;
float:right;
}
#topo #menu_inferior{
clear:both;
height:22px;
background:#345072;
border-bottom:10px solid #A7D149;
text-align:center;
}
#topo #menu_inferior ul li{
display:inline;
padding:0 20px;
}
#topo #menu_inferior ul li a{
font:bold 14px  Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
/* ******CONTEUDO*******  */
#conteudo{
height:600px;
width:800px;
font:12px Arial, Helvetica, sans-serif;
color:#333333;
}
/*  ********RODAPÉ*********  */
#rodape{
height:53px;
width:800px;
background:url(../imagens/barra_rodape.jpg) top repeat-x;
font:12px Arial, Helvetica, sans-serif;
color:#333333;
display:block;
clear:both;
}
#rodape #google{
margin:35px 0;
float:left;
}
#rodape #copy{
float:left;
margin:35px 100px;
text-align:center;
}
#rodape #m120{
margin:35px 0;
float:right;
}


