@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	background-color:#FFFFFF;
	float: left;
	margin-left: 0px;
}

.box-audio img, .boxfotos-destacados-foto img, .boxfotos-destacados-foto2 img, .destacado-fotos img, .programacion-dias img{
	opacity:1;
	filter: alpha(opacity=100); /* Para IE */
	transition: all 1.2s linear;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
}


.box-audio img:hover, .boxfotos-destacados-foto img:hover, .boxfotos-destacados-foto2 img:hover, .destacado-fotos img:hover, .programacion-dias img:hover {
	opacity:0.75;
	filter:alpha(opacity=75); /* Para IE */
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
}




/* ============= Font-Face ============= */
@font-face {
    font-family: 'liberation_sansregular';
    src: url('liberationsans-regular-webfont.eot');
    src: url('liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-regular-webfont.woff') format('woff'),
         url('liberationsans-regular-webfont.ttf') format('truetype'),
         url('liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'liberation_sansbold';
    src: url('liberationsans-bold-webfont.eot');
    src: url('liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-bold-webfont.woff') format('woff'),
         url('liberationsans-bold-webfont.ttf') format('truetype'),
         url('liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'blackmedium';
    src: url('blackhawk-webfont.eot');
    src: url('blackhawk-webfont.eot?#iefix') format('embedded-opentype'),
         url('blackhawk-webfont.woff') format('woff'),
         url('blackhawk-webfont.ttf') format('truetype'),
         url('blackhawk-webfont.svg#blackmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ============= Fin de Font-Face ============= */

/* ============= BASE PRINCIPAL ============= */
#contenedor_despliegue_del_especial {
	float: left;
	height: auto;
	width: 960px;
}
#contenedor_del_especial {
	float: left;
	height: auto;
	width: 960px;
}

#cont_ct_izq {
	float: left;
	width: 640px;
	height: auto;
	margin-bottom: 20px;
}
#cont_ct_der {
	float: left;
	width: 300px;
	height: auto;
	padding-left: 20px;
}
#cont_ct_der_pub300x250 {
	float: left;
	height: auto;
	width: 300px;
	margin-bottom: 15px;
}
#header {
	float: left;
	height: 80px;
	width: 960px;
	margin-bottom: 10px;
	background-image: url(../imagenes/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #001C28;
}
#logo {
	float: left;
	height: 80px;
	width: 340px;
}

/* ============= MENU ============= */

#contenedor_menu {
	float: right;
	width: 530px;
	height: auto;
	margin-top: 60px;
	margin-left: 30px;
}
.menu_off {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BE6B05;
}
.menu_off a {
	color: #000000;
	text-decoration:none;
}
.menu_off a:hover {
	color: #000000;
	text-decoration:underline;
}
.menu_on {
	float: left;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 10px;
	border-right-color: #BE6B05;

}
.menu_on a {
	color: #ffffff;
	text-decoration:none;
}
.menu_on a:hover {
	color: #ffffff;
	text-decoration:underline;
}

/* ============= TABS ============= */
.tab-640 {
	float: left;
	height: 20px;
	width: 640px;
	background-image: url(../imagenes/tab-640.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B0B0;
	margin-bottom: 2px;
}

.tab-640-conlogo {
	float: left;
	height: 30px;
	width: 640px;
	background-image: url(../imagenes/tab640---conlogo.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B0B0;
	margin-bottom: 2px;
}

.vermas-signo-tab-640 {
	float: right;
	background-color: #CC6600;
}
.nombre-tab-640 {
	float: left;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	color: #333333;
	margin: 0px;
	line-height: 15px;
}



.nombre-tab-640-conlogo {
	float: left;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 8px;
	padding-right: 8px;
	color: #333333;
	margin: 0px;
	line-height: 15px;
}

.nombreitalic-tab-640 {
	float: left;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
	padding-top: 4px;
	padding-right: 8px;
	color: #A75443;
	font-style: italic;
}
.vermas-link-tab-640 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 16px;
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	color: #FFFFFF;
	line-height: 13px;
}
.vermas-link-tab-640 a {
	text-decoration:none;
	color: #FFFFFF;
}
.vermas-link-tab-640 a {
	text-decoration:none;
	color: #666666;
}
.end-tab-640 {
	float: left;
	height: 20px;
	width: 16px;
	background-image: url(../imagenes/tab-flecha.png);
	background-repeat: no-repeat;
}
.vermas-tab-640 {
	float: right;
	height: 20px;
	width: 220px;
}
.boton-mas-tab-640 {
	float: right;
	height: 9px;
	width: 8px;
	background-color: #000000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.boton-mas-tab-640 img { border: none; }

/* ======== SUB TABS ============== */

.subtab-640 {
	float: left;
	height: 20px;
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #261710;
	background-color: #AF362E;
}
.nombre-subtab-640 {
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #261710;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 15px;
}
.vermas-subtab-640 {
	float: right;
	height: 20px;
	width: 100px;
}
.boton-mas-subtab-640 {
	float: right;
	height: 9px;
	width: 8px;
	background-color: #AF362E;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.boton-mas-subtab-640 img { border: none; }
.vermas-link-subtab-640 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #261710;
	height: 16px;
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	color: #FFFFFF;
	line-height: 13px;
}
.vermas-link-subtab-640 a {
	text-decoration:none;
	color: #FFFFFF;
}
.vermas-link-subtab-640 a {
	text-decoration:none;
	color: #FFFFFF;
}

/* =================== TABS DE 300PX ================== */
.tab-300 {
	float: left;
	height: 20px;
	width: 300px;
	background-image: url(../imagenes/tab-300.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B0B0;
	margin-bottom: 2px;
}
.nombre-tab-300 {
	float: left;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	color: #333333;
	margin: 0px;
	line-height: 15px;
}
.end-tab-300 {
	float: left;
	height: 20px;
	width: 16px;
	background-image: url(../imagenes/tab-flecha.png);
	background-repeat: no-repeat;
}
.vermas-tab-300 {
	float: right;
	height: 20px;
	width: 100px;
}
.vermas-link-tab-300 a {
	text-decoration:none;
	color: #FFFFFF;
}
.vermas-link-tab-300 a {
	text-decoration:none;
	color: #FFFFFF;
}
.boton-mas-tab-300 {
	float: right;
	height: 9px;
	width: 8px;
	background-color: #000000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.boton-mas-tab-300 img { border: none; }
.vermas-link-tab-300 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 16px;
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	color: #FFFFFF;
	line-height: 13px;
}
.vermas-link-tab-300 a {
	text-decoration:none;
	color: #FFFFFF;
}
.vermas-link-tab-300 a {
	text-decoration:none;
	color: #666666;
}

/* ====================== TABS 960PX ====================== */

.tab-960 {
	float: left;
	height: 20px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B0B0;
	margin-bottom: 2px;
	background-image: url(../imagenes/tab-960.jpg);
}


.tab-960-conlogo {
	float: left;
	height: 30px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B0B0;
	margin-bottom: 2px;
	background-image: url(../imagenes/tab960-conlogo.jpg);
}

.nombre-tab-960 {
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #af362e;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	background-color: #c0b9a9;
	color: #25130f;
	margin: 0px;
	line-height: 15px;
}
.end-tab-960 {
	float: left;
	height: 20px;
	width: 16px;
	background-image: url(imagenes/tab-flecha.png);
	background-repeat: no-repeat;
}

/* ============= BASE PRINCIPAL DE NOTICIAS PORTADA ============= */

#cont_portada {
	float: left;
	height: auto;
	width: 640px;
	margin-bottom: 15px;
}
#cont_portada_prin {
	float: left;
	height: auto;
	width: 640px;
	margin-bottom: 3px;
}
#cont_portada_prin_img {
	float: left;
	height: 219px;
	width: 389px;
}
#cont_portada_prin_con {
	float: left;
	height: 219px;
	width: 251px;
	background-image: url(../imagenes/bg_principal_.jpg);
	background-repeat: no-repeat;
}
#cont_portada_titlep {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #0C1F59;
	line-height: 26px;
	width: 227px;
	height: 107px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#cont_portada_titlep a {
	color: #FFF;
	text-decoration: none;
}
#cont_portada_titlep a:hover {
	color: #FFF;
	text-decoration: underline;
}
#cont_portada_titlep_bajada {
	float: left;
	color: #000000;
	width: 227px;
	height: 76px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: normal;
}
#cont_portada_titlep_bajada p {
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#cont_portada_sec {
	float: left;
	width: 640px;
	background-image: url(../imagenes/background-lp.jpg);
	padding-top: 3px;
	padding-bottom: 3px;
}
.cont_info_sec {
	float: left;
	width: 176px;
	height: 76px;
	background-color: #7A8B92;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.cont_info_sec a {
	color: #FFFFFF;
	text-decoration:none;
}
.cont_info_sec a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.cont_img_sec {
	float: left;
	height: 83px;
	width: 114px;
}

/* ============= BASE PARA BOXES DE 640 ============= */

.title-640 {
	float: left;
	height: auto;
	width: 640px;
}
.boxes-640-ap1 {
	float: left;
	width: 638px;
	padding-top: 0px;
	margin-top: 1px;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #F88F0F;
}
.boxes-640-ap1-prog {
	float: left;
	width: 638px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F88F0F;
	border-bottom-color: #F88F0F;
	border-left-color: #F88F0F;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 0px;
	border-top-color: #F88F0F;
	margin-top: 1px;
	height: 255px;
	margin-bottom: 15px;
}


.boxes-640-ap1-sinborde {
	float: left;
	width: 640px;
	padding-top: 0px;
	height: auto;
	margin-bottom: 15px;
}

/* ============= BASE PARA BOXES DE 300 ============= */ 

.tabs_der_300 {
	float: left;
	width: 300px;
}
.box_cont {
	float: left;
	width: 288px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	border: 1px solid #F88F0F;
	height: auto;
}
.box_cont-noticias {
	float: left;
	width: 278px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 1px;
	border: 1px solid #F88F0F;
}
.box-general300 {
	float:left;
	width: 300px;
	height:auto;
	margin-bottom: 15px;
}

/* ============= NOTICIAS EN LINEA ============= */ 

.notlinea_date {
	float: left;
	width: 268px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #151515;
}
.notlinea_cont {
	float: left;
	width: 278px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #151515;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dcdcdc;
	padding-bottom: 4px;
}
.notlinea_cont a {
	color: #151515;
	text-decoration: none;
}
.notlinea_cont a:hover {
	text-decoration: underline;
}
.notlinea_hora {
	float: left;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0091d2;
}	

/* ============= BASE PARA BOXES 640 - EMOL TV ============= */ 

#contenedor-3 {
	float: left;
	width: 638px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
}
#title-ct_960 {
	float: left;
	width: 960px;
}
#contenedor-960-emoltv {
	float: left;
	width: 960px;
	margin-bottom: 15px;
}


#contenedor-960-mapa {
	float: left;
	width: 958px;
	margin-bottom: 15px;
	height: auto;
	border: 1px solid #CCCCCC;
}

/* ============ PUBLICIDAD ============== */
#publicidad728 {
	float: left;
	width: 728px;
	height: auto;
	margin-bottom: 15px;
}
#publicidad728_960px {
	float: left;
	width: 728px;
	height: auto;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 112px;
}
#publicidad640 {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*  =============== fb-root ========== */
#fb-root {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 575px;
}
/* ====== PUBLICIDAD ======== */

#publicidad640 {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}
#publicidad640-footer {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 20px;
}
#publicidad640-center {
	width: 640px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 160px;
	float: left;
	margin-bottom: 15px;
}


/* ==== entrevista ==== */

.ent-principal {
	float: left;
	height: 310px;
	width: 640px;
	background-image: url(../imagenes/background-lp.jpg);
	background-repeat:  repeat-y;
}
.ent-box2 {
	float: right;
	height: 308px;
	width: 432px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.ent-box1 {
	height: auto;
	width: 282px;
	margin-top: 35px;
	position: absolute;
	margin-left: 7px;
	float: left;
}
.ent-1-n1 {
	float: left;
	background-image: url(../imagenes/background-lp-ent.jpg);
	color: #011d28;
	font-family: 'blackmedium', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 7px;
	margin-right: 50px;
	line-height: 18px;
	font-weight: normal;
}
.ent-1-n2 {
	float: left;
	background-color: #011d28;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-bottom: 4px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.ent-1-n2 h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'liberation_sansbold', Arial, Helvetica, sans-serif;
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}
.ent-1-n2 h1 a {
	color: #fff;
	text-decoration:none;
}
.ent-1-n2 h1 a:hover {
	text-decoration:none;
	color: #eeecd9;
}
.ent-1-n3 {
	float: left;
	background-color: #002536;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	width: auto;
}
.ent-1-n3 h2 {
	background-color: #002536;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
}
.ent-1-n3 h2 a {
	color: #fff;
	text-decoration:none;
}
.ent-1-n3 h2 a:hover {
	text-decoration:underline;
}
.ent-1-n4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ae1b25;
	margin-top: 4px;
	float: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
}
.ent-1-n4 a {
	color: #fff;
	text-decoration:none;
}
.ent-1-n4 a:hover {
	text-decoration:underline;
}
 
/* ========fin entrevista ======== */

#dias {
	width: 231px;
	float: left;
	height: 253px;
}
#dia1 {
	float: left;
	width: 175px;
	margin-top: 20px;
	color: #FFFFFF;
	margin-left: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'liberation_sansbold', Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-shadow:#011d29 1px 1px 2px;
}
#dia2 {
	float: left;
	width: 175px;
	margin-top: 73px;
	color: #FFFFFF;
	margin-left: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'liberation_sansbold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-shadow:#011d29 1px 1px 2px;
}
#d-dias1 {
	background-color: #F88F0F;
	float: left;
	width: 407px;
	height: 99px;
	margin-top: 16px;
	overflow: hidden;
}
#d-dias2 {
	background-color: #F88F0F;
	float: left;
	width: 407px;
	height: 99px;
	margin-top: 24px;
}
.box-audio {
	float: left;
	height: 206px;
	width: 423px;
	margin: 5px;
	border: 1px solid #000000;
}
.line-h {
	float: left;
	width: 638px;
	background-image: url(../imagenes/linea-punteada.png);
	height: 10px;
	margin-top: 6px;
}
.box-fotoshd {
	float: left;
	width: 193px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 180px;
}



.box-fotoshd-texto {
	float: left;
	width: 183px;
	padding-bottom: 10px;
	height: 180px;
}



.box-lineav {
	float: left;
	height: 190px;
	width: 5px;
	background-image: url(../imagenes/linea-punteada-vertical.png);
}
.box-fotoshd1 {
	float: left;
	width: 175px;
	height: auto;
	color: #000000;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 8px;
	margin-bottom: 12px;
}
.box-fotoshd1 a {
	color: #000000;
	text-decoration:none;
}
.box-fotoshd1 a:hover {
	text-decoration:none;
	color: #000000;
}



.box-fotoshd1b {
	float: left;
	width: 150px;
	height: auto;
	color: #000000;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 8px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.box-fotoshd1b a {
	color: #000000;
	text-decoration:none;
}
.box-fotoshd1b a:hover {
	text-decoration:none;
	color: #000000;
}





.box-fotoshd1c {
	float: right;
	width: 150px;
	height: auto;
	color: #000000;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.box-fotoshd1c a {
	color: #000000;
	text-decoration:none;
}
.box-fotoshd1c a:hover {
	text-decoration:none;
	color: #000000;
}






.box-fotoshd2 {
	float: left;
	width: 175px;
	height: auto;
	color: #000000;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 10px;
}

.box-fotoshd2b {
	float: left;
	width: 150px;
	height: auto;
	color: #FFFFFF;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.box-fotoshd2c {
	float: right;
	width: 150px;
	height: auto;
	color: #000000;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 0px;
	margin-right: 10px;
}





.box-fotoshd2-n4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ae1b25;
	margin-top: 4px;
	float: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
	width: auto;
}
.box-fotoshd2-n4 a {
	color: #fff;
	text-decoration:none;
}
.box-fotoshd2-n4 a:hover {
	text-decoration:underline;
}
.box-640 {
	float: left;
	height: auto;
	width: 640px;
	margin-bottom: 15px;
}



.box-linea {
	background-color: #D70F1C;
	float: left;
	height: 5px;
	width: 193px;
	margin-bottom: 10px;

}


.box-linea2 {
	background-color: #FFFFFF;
	float: left;
	height: 5px;
	width: 150px;
	margin-bottom: 10px;

}



.box-linea3 {
	background-color: #F88F0F;
	float: right;
	height: 5px;
	width: 160px;
	margin-bottom: 5px;

}


.box-destacados {
	background-color: #F88F0F;
	float: left;
	height: auto;
	width: 633px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}






.boxfotos-destacados {
	float: left;
	height: 190px;
	width: 215px;
	margin-right: 13px;
}


.boxfotos-destacados2 {
	float: left;
	height: 190px;
	width: 215px;
}
.boxfotos-destacados-foto {
	width: 205px;
	height: 135px;
	border: 5px solid #000000;
	float: left;
}


.boxfotos-destacados-foto2 {
	width: 100px;
	height: 80px;
	border: 5px solid #000000;
	float: left;
}
.boxfotos-destacados-texto {
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	width: 205px;
	height: 35px;
	float: left;
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	color: #000000;
}

.boxfotos-destacados-texto  a {
	color: #000000;
	text-decoration:none;
}
.boxfotos-destacados-texto  a:hover {
	text-decoration:none;
	color: #000000;
}
.box-publicidad-header {
	float: right;
	height: 45px;
	width: 100px;
	margin-right: 0px;
	margin-top: 4px;
	background-color: #F0F0F0;
}

.box-texto-header {
	float: right;
	height: 20px;
	width: auto;
	margin-right: 5px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}


.box-texto-tab {
	float: right;
	height: 20px;
	width: auto;
	margin-right: 5px;
	margin-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}


#caja_fbk {
	float: left;
	height: auto;
	width: 598px;
	padding: 20px;
	margin-bottom: 10px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9C9;
}








	UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: auto;	
		}

		UL.tabNavigation LI {
	display: inline;
	float: left;
	height: 18px;
	width: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
		}

	UL.tabNavigation LI A {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 18px;
	width: 44px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #f88f0f;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
	color: #FFFFFF;
	float: left;
	height: 18px;
	width: 44px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #d70f1d;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	float: left;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 640px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc00;
		}

		#second {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 640px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E7EC;
		}

		#third {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 640px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E7EC;
		}
		
		.waste {
			min-height: 1000px;
		}
		
		
		
		
		
.fotos-box {
	float: left;
	height: 200px;
	width: 204px;
	margin-right: 9px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}


.fotos-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 28px;
	width: 193px;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border: 1px solid #FF9900;
}


.fotos-titulo  a {
	color: #000000;
	text-decoration:none;
}
.fotos-titulo  a:hover {
	color: #000000;
	text-decoration:none;
}

.destacado-fotos {
	float: left;
	height: 140px;
	width: 195px;
	border: 5px solid #000000;
}
.programacion-dias {
	float: left;
	height: 158px;
	width: 638px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.logo-publicidad-tab {
	float: right;
	height: 30px;
	width: 38px;
}
.audios-grupos1 {
	float: left;
	height: 35px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;


	display:block
	color: #000000;
	padding-top: 5px;
}

.audios-grupos1 a {
	color: #000000;
	text-decoration:none;
}
.audios-grupos1 a:hover {
	text-decoration:none;
	color: #F88F0F;
}

.audios-grupos2 {
	float: left;
	height: 30px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'liberation_sansregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;




	display:block
	color: #000000;
}

.audios-grupos2 a {
	color: #000000;
	text-decoration:none;
}
.audios-grupos2 a:hover {
	text-decoration:none;
	color: #F88F0F;
}



.audios-estrella {
	float: left;
	height: 25px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
}
.audio-box {
	text-align: center;
	float: left;
	height: 40px;
	width: 638px;
}

/*Caja de Twitter*/

#contenedortwitter {
	width:270px;
	padding-right:10px;
	overflow:auto;
	height:450px;
}

/*Slide de portada*/

#slide_lollaportada {
	width: 640px;
	height:300px;
	background-color: #000000;
	position: relative;
}

#slide_lollaportada ul, #slide_lollaportada li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#slide_lollaportada img.fondo_negro {
	position: absolute;
	left:0px;
	top:0px;
	z-index: 2;
}

#slide_lollaportada li span {
	font-family: 'blackmedium', Tahoma, Verdana;
	font-size:24px;
	letter-spacing: 2px;
	color:#FFFFFF;
	z-index:3;
	position: absolute;
	padding-bottom: 4px;
	border-bottom: 3px solid #f88f0f;
	text-transform: capitalize;
	margin-top:22px;
	padding-left:15px;
	width:250px;
}

#slide_lollaportada li a:link, #slide_lollaportada a:visited {
	text-decoration: none;
	color:#ffffff;
	position:absolute;
	display: block;
	margin-top:65px;
	margin-left:15px;
	width:250px;
	z-index: 3;
}

#slide_lollaportada li h2 {
	font-family: 'liberation_sansbold', Helvetica, Arial;
	font-size:33px;
	font-weight: bold;
	color:#ffffff;
	line-height: 33px;
}

#slide_lollaportada li h2:hover {
	color:#f88f0f;
}

#slide_lollaportada li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top:10px;
}

#slide_lollaportada li p:hover {
	color:#f88f0f;
}

#slide_lollaportada li img {
	position: absolute;
	right:0px;
	top:0px;
}

.destacado_dos, .destacado_tres {
	display:none;
}

#menu_control {
	position: absolute;
	z-index: 5;
	bottom:10px;
	margin-left:15px;
	display:none;
}

#menu_control span {
	cursor:pointer;
	color:#FFFFFF;
	display: block;
	border: 2px solid #f88f0f;
	float:left;
	width:10px;
	height:10px;
	margin: 2px;
	background-color: #000000;
	border-radius: 10px;
}

#menu_control span:hover {
	border: 2px solid #f2d2ab;
}

.menuactivo {
	background-color: #f88f0f!important;
}
