<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------INICIO - SLIDE SHOW TOP */
#slideshow {
	position:absolute;
	height:159 px;
}
#slideshow IMG {
    position: absolute;
    z-index: 8;
    opacity: 0.0;
    height: 172px;
}
#slideshow IMG.active {z-index:10; opacity:1.0;}
#slideshow IMG.last-active {z-index:9; }
.slide-sombra {background-image: url(/img/bg-sombra-top.gif); background-repeat:repeat-x;}

#fotos {position:relative; height:159px;}
#fotos IMG {position:absolute; top:0; left:0; z-index:8; opacity:0.0; }
#fotos IMG.active {z-index:10; opacity:1.0;}
#fotos IMG.last-active {z-index:9; }
/* --------------------------------------FIN - SLIDE SHOW TOP */
</pre></body></html>