/* CSS Document */
body 
{
background-image: url(../imagens/fundo.png); 
background-color:#F4F1EA;
background-repeat:repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.geral 
{
font-size: 12px; font-family: arial, helvetica, sans-serif; color:#333333;
position:absolute;
top:0%;
left:50%; 
width:778px;
height:100%;
margin-left:-389px;
margin-top: 0px;
}

a:link, a:visited 
{
color: #8A7647; 
text-decoration: none;
font-weight:bold;
}
a:hover 
{
color: #8A7647;	
text-decoration: underline;
font-weight:bold;
}


a.vermelho:link, a.vermelho:visited 
{
color: #8C1818; 
text-decoration: none;
font-weight:bold;
}
a.vermelho:hover 
{
color: #8C1818;	
text-decoration: underline;
font-weight:bold;
}


a.curso:link, a.curso:visited 
{
color: #5D5B47; 
text-decoration: none;
font-weight:bold;
}
a.curso:hover 
{
color: #5D5B47;	
text-decoration: underline;
font-weight:bold;
}


.topo {width:778px; background-repeat:repeat-x; background-image: url(../imagens/fundo_topo.png); height:130px; }
.centro {width:100%; float:left; background-color:#ffffff; margin-top:0px; }
.esquerda {float:left; margin-left:9px; margin-top:10px; width:58%; }
.direita {float:right;background-color:#ECEBDE; border:#D8D5B1 solid 1px; float:right; margin-right:9px; margin-bottom:8px; margin-top:10px; height:220px; overflow:hidden; width:280px;}
.rodape {padding-top:5px; background-image: url(../imagens/cantos_baixo.jpg); background-repeat:no-repeat; width:100%; height:45px; float:left; text-align:center;}
.img {width:111px; height:83px; overflow:hidden;}
.botao { background-color:#D8D5B1; cursor:pointer; border:#59523A solid 1px;}


