* 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="/assets/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    border: none;
}



* html .agendaTransp{

	border:1px #464646 solid;
	background-image: none;
	height:100px;
}

/*
.left{float:left;}

.dir{float:left;padding-left:20px;width:200px;}
.dirHome{float:left;padding-left:20px;}
*/


* html #logo{
	height:123px;
	width:161px;
}

* html .agendaLeft{
	float:left;
	width: 580px;
	margin:0px;
}


* html .galeria{
	margin-left:10px;
	
}

* html form{
	padding:0px 1px;
}

* html .highlight{background-image: none;background-color: #292929;}
	
* html #conteudoTexto{
	
	background-image: none;
	border:1px #464646 solid;
	padding:14px;
	
}

* html .fotos_LARGE li img{border:2px white solid;}

* html .agendaTransp .left img {border:2px white solid;}

* html .newsletterTransp{
	background-image: none;
	border:1px #464646 solid;
	padding:10px;
}

* html .galeriaTransp{
	width:270px;
	background-image: none;
	border:1px #464646 solid;
}

* html .galeriaTransp_LARGE{
	background-image: none;
	border:1px #464646 solid;
}