/* bugs */


#rodape {width:970px; padding:0px;  height:20px; *padding:0; *height:100px; _height:10px; margin:0px auto;}
#logo-at {width:108px; height:40px; float:left; *margin:10px 60px 20px 27px; margin:20px 60px 20px 27px; _display:inline;}
.sep-mr {*margin:15px 0 5px 0; _margin:15px 0 5px 0; margin:15px 0 10px 0;}

* html img /*codigo p png no ie*/ {  
   
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="/pt/img/blank.gif").substr(0,0)  
 )  
 :  
 this.runtimeStyle.filter=""  
 )  
);  
}
