<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    position:relative;
    /*background:url(images/slider.png) no-repeat;*/
    width:640px; /* CHANGE: important to be same as image width */
    height:375px; /* CHANGE: important to be same as image width */
    margin:auto;
}

#slider {
	position:relative;
    width:640px; /* CHANGE: important to be same as image width */
    height:375px;    /* CHANGE: important to be same as image width */
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	top:20px;
	z-index:6;
	height:20px;	
	background:url(images/background-nav.png) left top no-repeat;
	filter: Alpha(Opacity=80);
	opacity:0.8;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5p;*/
}
.nivo-controlNav a {
	display:block;
	width:19px;
	height:19px;
	background:url(images/bullets.png) no-repeat -1px -1px;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-1px -23px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
    width: 640px;
    margin: 0px 0px 10px 10px;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.curva{
	background: url(/imagenes/portada/slider.gif) center center no-repeat;
	width:640px;
	height:375px;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}</pre></body></html>