@charset "utf-8";
* html img/**/ {  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="img/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {background:#ebdcb9 url(../img/bg_topo.jpg) repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#635332; padding:0; margin:0;}
img {padding:0; border:0; margin:0;}
form {padding:0; border:0; margin:0;}
p {padding:0; margin:0;}
a:link,a:visited {text-decoration:underline; color:#635332;}
a:hover {text-decoration:none; color:#635332;}

#tudo {width:900px; margin:0 auto;}

/*Topo*/
#flash {height:286px;}

/*Conteúdo*/
#conteudo {clear:both; background:url(../img/bg_conteudo.gif) repeat-y; width:900px; margin:0 auto; margin-top:5px; margin-bottom:5px;}
#esquerda {width:184px; float:left; margin-top:5px;}
#esquerda p.menu {font-size:16px; font-weight:bold; letter-spacing:-1px; font-family:Georgia, "Times New Roman", Times, serif; padding:4px 0 4px 4px; border-bottom:1px solid #fff;}
#esquerda a.menu:link,a.menu:visited {text-decoration:none; color:#635332;}
#esquerda a.menu:hover {text-decoration:underline; color:#635332; padding-left:10px; background-image:url(../img/bg_menu.gif); background-repeat:no-repeat;}

#direita {width:650px; float:right; margin-top:5px;}
#direita a:link,a:visited {text-decoration:underline; color:#635332;}
#direita a:hover {text-decoration:none; color:#635332;}
#direita p.titulo {font-size:18px; letter-spacing:-1px; font-family:Georgia, "Times New Roman", Times, serif; padding:0 0 8px 0; border-bottom:1px solid #fff; margin-bottom:10px; color:#512706;}

#direita p.titulomenor {font-size:18px; letter-spacing:-1px; font-family:Georgia, "Times New Roman", Times, serif; padding-bottom:3px;}
#direita p.listas {padding:8px 0 8px 0; border-bottom:1px solid #FFF;}

#contesquerda {width:230px; float:left;}
#contesquerda .lista {font-size:11px; width:200px; color:#635332;}
#contesquerda img.borda {border:5px solid #fff;}
#contdireita {width:400px; float:right;}

#bemvindo {width:380px; height:134px; background-image:url(../img/silos227.jpg); background-repeat:no-repeat; padding-left:237px; padding-top:5px; padding-bottom:20px;}

#chamada {width:193px; padding-right:20px; float:left;}
#chamada img {padding-bottom:8px;}
#chamada p {padding-left:8px;}
#chamada h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; padding:0; margin:0; font-weight:normal; letter-spacing:-1px; padding-left:8px; color:#512706;}

/*Rodapé*/
#rodape {width:100%; height:170px; background-image:url(../img/bg_rodape.jpg); background-repeat:repeat-x; clear:both;}
#rodapeconteudo {width:900px; height:170px; margin:0 auto; background-image:url(../img/bg_rodapecont.jpg);}
#rodapeconteudo p {color:#FFF;}
