/* DIVISORES FIJOS */
/*******************/

#home_videos_principal{
	color: #595758;
	overflow: hidden;
}


/*pestañas -- menu navegacion videos*/
/************************************/
#home_videos_pestanero{
	background: #CF0545 url(images/pest-nosel.gif) repeat-x center bottom;
	height: 30px;
	overflow: hidden;
}

#pestanero-corner-izq{
	background: #CF0545 url(images/corner-videos-izq.gif) no-repeat left bottom;
	height: 30px;
	width: 6px;
	float:left;
}

/*bloque interior debajo de pestañas que contiene al resto*/
/**********************************************************/
#home_videos_interior{
	border: 1px solid #CF0545;
	border-top: 1px solid #7C0329;
	border-bottom: none;
	height: 542px;
	overflow: hidden;
}
#home_videos_interior_bottom{
	background: #CF0545 url(images/interior-videos-bottom.gif) no-repeat center bottom;
	height:4px;
}

/*interior izquierda*/
/********************/
#home_videos_bloque_izquierda{
	border-right: 1px solid #FFF380;
	background-color: #FFFFCC;
	float: left;
	width: 433px;
}

#home_videos_zona_video{
	height: 345px;
	*height: 360px;
}

#home_videos_flash_player{
	color: #FFF;
	background-color: #000;
	margin: 0 auto;
	margin-top: 15px;	
	width: 405px;
	height: 338px;
}

#home_videos_video_info{
	height: 182px;
}

#home_videos_video_info_contenido{
	margin: 0 auto;
	width: 405px;
	height: 135px;
}

#home_videos_video_info_titular_video{
	font-size: 14px;
	font-weight: bold;
}

#home_videos_video_info_descripcion_video{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	height: 50px;
}

#home_videos_video_info_copyright_video{
	text-align: right;
	margin-top: 5px;
	font-size: 10px;
	font-style: italic;
}

#home_videos_video_info_enlaces_video{
	height: 54px;
	margin-top: 5px;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
#home_videos_video_info_enlaces_video_vacio{
	height: 56px;
	margin-top: 5px;
}

#home_videos_video_info_enlaces_video ul{
	margin: 6px 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#home_videos_video_info_enlaces_video li{
	padding: 4px 4px 4px 18px;
	list-style-type:none;
	background: url(images/flecha.gif) center left no-repeat;
}
#home_videos_video_info_enlaces_video a{
	color: #0066AF;
	text-decoration: none;
}


/*interior derecho*/
/******************/
#home_videos_bloque_derecha{
	float: left;
	width: 328px;
}

#home_videos_bloque_vinculos{
	float: left;
	width: 328px;
	height: 545px;
	padding-top: 15px;
}

#home_videos_bloque_vinculos_contenido{
	margin: 0 auto;
	margin-left: 8px;
	width: 320px; /*desplaça el scroll a la dreta*/
	height: 515px;
	overflow: hidden;
}

#home_videos_scroll_vinculos{
	border: 1px solid #FF0;
	float: left;
	width: 36px;
	height: 545px;
}

#home_videos_scroll_vinculos_barra{
	border: 1px solid #D6D6D6;
	background-color: #F3F3F3;
	margin: 0 auto;
	margin-left: 6px;
	margin-top: 15px;
	width: 23px;
	height: 515px;
	overflow: hidden;
}



/* CLASSES */
/***********/

/*vinculos dinamicos de videos*
/******************************/

.home_videos_vinculo_video{
	width: 273px;
	padding: 8px 0;
}
.home_videos_vinculo_video.nofinal{
	border-bottom: 1px solid #D6D6D6;
}
.home_videos_vinculo_video a{
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.home_videos_vinculo_video_contenido{
	background-color: #E6F9FF;
	height: 68px;
	-moz-border-radius: 3px;
}
.home_videos_vinculo_video_contenido_left{
	float: left;
	height: 68px;
	width: 4px;
}
.home_videos_vinculo_video_contenido_left.selec{background: url(images/video-link-left-sel.gif) no-repeat left center;}
.home_videos_vinculo_video_contenido_left.noselec{background: url(images/video-link-left-nosel.gif) no-repeat left center;}
.home_videos_vinculo_video_contenido_right{
	float: right;
	height: 68px;
	width: 4px;
}
.home_videos_vinculo_video_contenido_right.selec{background: url(images/video-link-right-sel.gif) no-repeat left center;}
.home_videos_vinculo_video_contenido_right.noselec{background: url(images/video-link-right-nosel.gif) no-repeat left center;}

.home_videos_vinculo_video_contenido.seleccionado{
	background-color: #CCF2FF;
}
.home_videos_vinculo_video_interior{
	float: left;
	padding-top: 9px;
	height: 50px;
	overflow: hidden;
}
.home_videos_vinculo_video_play{
	float: left;
	height: 50px;
	width: 11px;
}
.home_videos_vinculo_video_play.selec{
	border-right: 1px solid #00BDFF;
	background: url(images/flecha_video_sel.gif) no-repeat 25% center;
}
.home_videos_vinculo_video_play.noselec{
	border-right: 1px solid #00BDFF;
	background: url(images/flecha_video_nosel.gif) no-repeat 25% center;
}
.home_videos_vinculo_imagen{
	float: left;
	height: 50px;
	width: 92px;
}
.home_videos_vinculo_img{
	color: #FFF;
	background-color: #000;
	margin: 0 auto;
	margin-top: 1px;
	width: 76px;
	height: 48px;
	text-align: center;
	overflow: hidden;
}
.home_videos_vinculo_img img{
	border: none;
	margin: 0 auto;
	text-align: left;
}
.home_videos_vinculo_info{
	float: left;
	height: 50px;
	width: 150px;
}
.home_videos_vinculo_info_titulo{
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	float: left;
}
.home_videos_vinculo_info_descripcion{
	font-size: 10px;
	clear:both;
}

/* TÍTULO */
#titulo-videos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:6px 10px;
	float:left;
	width:150px;
}

/*TABS*/
ul.tabs-home_videos {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 36px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
}
ul.tabs-home_videos li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	text-align:center;
	height: 32px;
	width:112px;	
	border-left: 1px solid #CC4973;
}
ul.tabs-home_videos li.ultima_pestana{
	background: url(images/corner-videos-der.gif) no-repeat right top;
}

ul.tabs-home_videos li a {
	text-decoration: none;
	color: white;
}
ul.tabs-home_videos li a:hover {
	text-decoration:underline;
}	
html ul.tabs-home_videos li.active  {
	font-weight:bold !important;
	background: #DD507D url(images/pest-sel.gif) repeat-x bottom;
}
html ul.tabs-home_videos li.pestanaderecha_active  {
	font-weight:bold !important;
	background: #DD507D url(images/pestana-derecha-activada.gif) no-repeat top right;
}

/*Especifico de jScroll*/
/*
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(images/fons-scroll.gif) repeat-y;
	
}
.jScrollPaneDrag {
	position: absolute;
	background:url(images/fons-scroll-barra.gif) repeat-y;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/basic_arrow_up.gif) repeat-x 0 0;
	height: 30px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -30px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/basic_arrow_down.gif) repeat-x 0 0;
	height: 30px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -30px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
*/

.rotador-11{overflow:hidden; background:#f3f3f3}
.rotador-11-1x2{height:300px;width:250px;}
.rotador-11-cabecera{ height:30px; background:#d3d3d5; margin-bottom:8px; font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:12px; line-height:30px; padding-left:14px; color:#464241}
.rotador-11-interior{overflow:hidden; padding-left:13px}
.rotador-11-interior-1x2{height:250px;width:227px;}
.rotador-11-titulo{border-bottom:#d3d3d5 1px solid;padding-bottom:11px; margin-bottom:5px;background:url(images/punto.gif) no-repeat left 7px; padding-left:15px; padding-top:5px}
.rotador-11-titulo a{font-size:10px; color:#0066af; font-family:Verdana, Geneva, sans-serif; font-weight:bold}


.jspContainer{ overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar{ position: absolute; top: 0; right: 8px; width: 28px; height: 100%; }
.jspHorizontalBar{ position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; }
.jspVerticalBar *,
.jspHorizontalBar *{ margin: 0;padding: 0; }
.jspCap{ display: none; }
.jspHorizontalBar .jspCap{ float: left; }
.jspTrack { position: relative; cursor: pointer; right: 0; top: 0; height: 100%; background:url(images/fons-scroll.gif) repeat-y; }
.jspDrag { background: #ffb400; position: relative; top: 0; left: 6px; cursor: pointer; width:15px; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.jspArrowUp { display: block; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; background: url(images/basic_arrow_up.gif) repeat-x 0 0; height: 30px; }
.jspArrowDown { display: block; z-index: 1; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; background: url(images/basic_arrow_down.gif) repeat-x 0 0; height: 30px; }
.jspVerticalBar .jspArrow { height: 30px; }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; margin: 0 -3px 0 0; }
