@charset "utf-8";
/* CSS Document */

/* Codigo para colocar transparencia em PNG */
* 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="blank.png").substr(0,0)
   )
   :
   this.runtimeStyle.filter=""
 )
);
}

/*
#bg-esq{
background:url() repeat-y;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/lat_esq_home.png') repeat-y;
} 

#bg-dir{
background:url() repeat-y;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/lat_dir_home.png') repeat-y;
}
*/
