<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------- root element for the scrollable*/
	
	
	
#scroll_destacados1, #scroll_destacados2, #scroll_destacados3 {
	margin:0;
	padding:0;
	position:relative;
}
#scroll_destacados1 {
	/*height:430px;*/
}
#scroll_destacados3 {
	width: 696px;
	
	
}
.scrollable1 {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 940px;
	height:380px;
}
.scrollable2 {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 940px;
	height:380px;
}
.scrollable3 {
	/* required settings */
	position:relative;
	overflow:hidden;
	height:320px;
	margin: 10px 0 0 5px;
	padding: 0px 0 0 0px;

}




#scroll_destacados3 a.left {
	left:-18px;
}


#scroll_destacados3 a.right {
	right:-22px;
}


#scroll_destacados3 h3 {
	color: #535353;
	float: left;
	font-family: 'TelefonicaHeadlineLightRg', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.9em !important;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	display:block;
	font-weight:normal
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable1 .items, .scrollable2 .items, .scrollable3 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;/*	width:940px;*/
}
/* active item */
.active {
	/*	border:2px solid #000;*/
	position:relative;
	cursor:default;
}
/*--------------------------------------------------------------- PUNTOS NAVEGACIÓN */



/* position and dimensions of the navigator */
.pos_scroll_1 {
	top:400px;
}
.pos_scroll_2 {
	top:350px;
	left:27px !important;
}

.pos_scroll_3 {
	top:290px;
	left:5px!important;
}


.navegacion-canales {
	height:30px;
	display:block;
	padding:10px 0px 20px 0px;
	width:940px;
	background-image: url("images/linea_h.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}


.navi {
	margin-left:0px;
	width:250px;
	position:absolute;

	left:0px;
/*	display:block;*/
	overflow:hidden;
	float:left;
	margin-top:0px;
	
	
}
/* items inside navigator */
.navi a {
	width:29px;
	height:25px;
	float:left;
	margin:0px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
.navi a:hover {
	background-position:0 -25px;
}
/* active state (current page state) */
.navi a.active {
	background-position:0 -50px;
}
/*--------------------------------------------------------------- BOTONES */


/* this makes it possible to add next button beside scrollable */
.scrollable {
/*	float:left;*/
}
/*  botones HORIZONTALES   ---------------------  prev, next, prevPage and nextPage buttons */
a.browse {
	/*	background:url(images/hori_large.png) no-repeat;*/
	display:block;
	width:30px;
	height:380px;
	/*float:left;*/
	/*margin:40px 10px;*/
	cursor:pointer;/*font-size:1px;*/
}
/* right */
a.right {
	background:url(images/navegacion_scrollable_sig.png) no-repeat;
	background-position: 0 0px;
	/*	clear:right;*/
	margin-right: 0px;
	position:absolute;
	right:0;
	z-index:100;
}
a.right:hover {
	background-position:-30px 0px;
}
a.right_flecha2 {
	background:url(images/navegacion_scrollable2_sig.png) no-repeat;
	background-position: 0 0px;
	right:20px;
		height:300px;
}
/*a.left {
	margin-left: 0px;
}
a.left:hover {
	background-position:-30px 0;
}
*/



/* left */
a.left {
	background:url(images/navegacion_scrollable_ant.png) no-repeat;
	background-position: -30px 0;
	/*	clear:right;*/
	margin-right: 0px;
	position:absolute;
	left:0;
	z-index:100;
}
a.left:hover {
	background-position:0px 0px;
}
a.left_flecha2 {
	background:url(images/navegacion_scrollable2_ant.png) no-repeat;
	background-position: -30px 0;
	height:300px;
}
/*   botones VERTICALES   ---------------------  up and down */
/*a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}


a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }


a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 
*/

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
</pre></body></html>