/* CSS Document */
body 
{
background-image: url(../imagens/fundo.jpg); 
background-repeat:repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.geral 
{
border:#000 dashed 0px;
font-size: 12px; font-family: arial, helvetica, sans-serif; color:#333333;
position:absolute;
top:0%;
left:50%; 
width:950px;
height:100%;
margin-left:-475px;
margin-top: 0px;
}

a:link, a:visited 
{
color: #185868; 
text-decoration: none;
font-weight:bold;
}
a:hover 
{
color: #185868;	
text-decoration: underline;
font-weight:bold;
}


.topo {width:950px; height:100px; border-bottom:#000 dashed 0px; }
.fototopo{width:950px; height:300px; background-image: url(../imagens/fundo_topo.jpg); background-repeat:no-repeat; border-bottom:#000 dashed 0px;}
.centro {width:950px; float:left; margin-top:0px;  background-color:#fff; border-bottom:#000 dashed 0px; }

.esquerda {float:left;width:380px;margin-left:92px; border:#000 dashed 0px;}
.direita  {float:right;width:260px;margin-right:72px;background-image: url(../imagens/direita.jpg);background-repeat:repeat-y; border:#000 dashed 0px;}


.rodape {margin-top:20px;width:950px;height:71px;background-image: url(../imagens/rodape.jpg); background-repeat:no-repeat;float:left;text-align:center;font-size:10px;}

.img {width:111px; height:83px; overflow:hidden;}
.botao { background-color:#ddd; color:#333; font-weight:bold; cursor:pointer; border:#888 solid 1px;}





