@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:#fff url(../img/bg.jpg) repeat-x 0 0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; padding:0; margin:0;}
img {padding:0; border:0; margin:0;}
form {padding:0; border:0; margin:0;}

p {padding:0; margin:0;}
p.laranja {color:#FF6600;}
p.bloglaranja {color:#FF6600; font-size:12px;}
p.listaborda {padding:5px 0; border-bottom:1px solid #fff; font-size:12px;}

h1 {color:#FF6600; padding:0; margin:0; font-size:18px; letter-spacing:-1px;}
h2 {color:#999; border-bottom:1px solid #CCC; padding:0 0 3px 3px; margin:0 0 20px 0; font-size:11px; font-weight:normal;}

.spaco10 {padding-bottom:10px;}
.spaco20 {padding-bottom:20px;}

a:link,a:visited {text-decoration:underline; color:#666;}
a:hover {text-decoration:none; color:#FF6600;}

a.linklista:link,a.linklista:visited {text-decoration:none; color:#666;}
a.linklista:hover {text-decoration:none; color:#FF6600; font-weight:bold;}

#flash {height:345px; padding-bottom:1px;}

#tudo {width:900px; margin:0 auto;}

#menu {height:83px; padding-bottom:20px;}

#colesquerda {width:185px; float:left; padding-bottom:20px;}

#colesquerda input.newsletter {border:1px solid #CCC; padding:5px; width:170px; font-size:11px; color:#666; margin-bottom:5px;}
#colesquerda input.botaonewsletter {border:0; padding:3px; width:60px; font-size:11px; color:#FFF; margin-bottom:5px; background-color:#FF6600;}

#coldireita {width:695px; float:right; padding-bottom:20px;}

#conteudo {background-color:#FFF; padding:30px; float:left; width:635px;}

#conteudoesquerda {width:400px; float:left;}

#conteudodireita {width:225px; float:right;}
#chamada {width:180px; padding-right:20px; float:left;}


#rodape {clear:both; height:130px; width:100%;background:url(../img/bg_rodape.jpg) repeat-x;}
#rodapetexto {width:900px; margin:0 auto;}
#rodapetexto p.espaco {padding:16px 0;}
