/*HEADER*/
.casette{ position:absolute; top:0px; right:0px; color:#0099FF;}
.header-logo {position:absolute; left:0px; top:0px; width:340px; height:294px; z-index:1}
#prload {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(../imagenes/logopapel2.gif);
	   background-image: url(../imagenes/logopapel.jpg);
	   background-image: url(../imagenes/logopapel0.jpg);
	   background-image: url(../imagenes/inicio.jpg);
	   background-image: url(../imagenes/videos.jpg);
	   background-image: url(../imagenes/contacto.jpg);
	   background-image: url(../imagenes/enlaces.jpg);
	   background-image: url(../imagenes/fotos.jpg);
	   background-image: url(../imagenes/bocetos.jpg);
	   background-image: url(../imagenes/historia.jpg);
}
/*PNG*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "imagenes/transparente.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
