/*RESETEO CABECERAS*/
/*@import url("/css/style/cab_generica/reset_head_basica.css");*/
@import url("/css/tipografias.css");

a {cursor:pointer !important;}

/******* CABECERA ESPECIAL GENERICA *******/
.cab_especial .round 						{ background: url("i/cabeceraBack.jpg") no-repeat scroll center top !important; padding:0; height:151px !important; }
/*Corner sin contenido blanco */ .cab_especial .round .corner,#television.skin2009 .round .corner		{ width:0px !important;/* background-image: url("i/corner.png");*/}
.cab_box 										{ height:100% !important; position:relative; padding:0px !important;margin: 0 !important; width:100% !important;}
.cab_box h1 									{ float: left;height: 100%;overflow: hidden;text-indent: -3000px;top: 0; width:100%;margin:0px !important; z-index:9;}
.cab_box h1 a									{ width:100%;height:100%;}

/** NEW NAVIGATION **/
.cab_box .nav 	{ background: url("i/navBack_black.jpg") repeat-x scroll 0 top black;
	border-bottom: 1px solid #DCDCDC;
    bottom: 0;height: 34px;left: 0;margin: 0;position: absolute;width: 100%; z-index:10;}
	
.cab_box .nav li	{ display:block; height: 100%;margin: 0;padding: 0;}
/*.cab_box .nav li.first, .cab_box .nav li.l2, .cab_box .nav li.l3, .cab_box .nav li.l4 {display: block;}*/
.cab_box .principal li a, .cab_box .principal li.active a {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
    background: none repeat scroll 0 0 transparent;
   /*color: #666;*/
    font-family: RTVEfontr,Tahoma,serif;
    font-size: 12pt;
    font-weight: normal;
    height: 100%;
	text-transform: uppercase;
	cursor:pointer;
}
.cab_box .principal li a, .cab_box .principal li a span{
	-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
.cab_box .principal li.active a, .cab_box .principal li a:hover,.cab_box .principal li.active a:hover{
    background:#990000;
    /*color:#fff;*/
	box-shadow:0 0 10px rgba(0, 0, 0, 0.7) inset;-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
    /*text-shadow:0px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow:0px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow:0px 1px 1px rgba(0,0,0,0.7);*/
 
}

.cab_box .principal li a span { color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,0); -moz-text-shadow:0px 1px 1px rgba(0,0,0,0); -webkit-text-shadow:0px 1px 1px rgba(0,0,0,0);}
.cab_box .principal li a:hover span, .cab_box .principal li.active a span, cab_box .principal li.active a:hover span { color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow:0px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow:0px 1px 1px rgba(0,0,0,0.7);}
.cab_box .principal > li > a[title*="directo"] > span{
    background-image: url("i/enVivoFront.png");
    background-position: 1px 0px ;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 60px;
	-webkit-animation:live 1s infinite;
	-moz-animation:live 1s infinite;
	animation:live 1s infinite;
}
.cab_box .principal > li > a[title*="directo"]:hover {
	background-color:#990000;
}
.cab_box .principal > li > a[title*="directo"]{
    background:url("i/enVivoBack.png") no-repeat 13px center;
}
@-keyframes live{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
	/*0%{background-image: url("i/enVivoFront.png");}
	50%{background-image: none;}
	100%{background-image: url("i/enVivoFront.png");}*/
}
@-moz-keyframes live{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
	/*0%{background-image: url("i/enVivoFront.png");}
	50%{background-image: none;}
	100%{background-image: url("i/enVivoFront.png");}*/
}

@-webkit-keyframes live{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
	/*0%{background-image: url("i/enVivoFront.png");}
	50%{background-image: none;}
	100%{background-image: url("i/enVivoFront.png");}*/
}

/********** AJUSTES A LA CARTA **************/

/*.mini_cab .cab_especial .round	{ background-image: url("i/cabeceraBackAlacarta.jpg") !important; }*/ /*cabecera con imágen de ancho especial */
.mini_cab .cab_especial .round 			{ background-position:left top !important;}
.mini_cab .cab_especial .cab_box 		{ height: 100% !important; position: relative;}
.mini_cab .cab_box h1 						{ height: 100%; left: 0px; position: relative; top: 0px; width: 100%;}
.mini_cab .cab_box h1 a						{ width:100% !important; height:100% !important;}
.mini_cab .cab_especial .corner		{width: 2em; !important}

		/***** Navegacion ****/
.mini_cab .cab_box .nav li a            { padding: 0.231em 0.5em;}
.mini_cab .cab_box .nav li a span       { line-height:20pt; padding-top:0px !important;}
		/***** FIN Navegacion ****/

/********** FIN AJUSTES A LA CARTA **************/

/****** AJUSTES ESPECÍFICOS PARA ESTA PORTADA ********/
#radio .cab_especial .cab_box.c100 {background-repeat:repeat-y !important;}