.barra_verde_portada{
	float:left;
	width:967px;
	height:42px;
	background-color:#0F282C;
}

.barra_verde_portada2{
	float:left;
	width:967px;
	height:42px;
}

.txt_barra_blanco{
	float:left;
	font-family:Arial;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-left:50px;
}

.txt_barra_verde{
	float:left;
	font-family:Arial;
	color:#2c848e;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}

a.enlace_barra{
	float:right;
	margin-right:46px;
	color:#2c848e;
	font-size:12px;
	text-decoration:none;
	margin-top:15px;
}

a.enlace_barra:hover{
	color: #fff;
	text-decoration:none;
}

.elemento_portada{
	float:left;
	width:525px;
	margin-left:50px;
	margin-top:10px;
}

.portada_sup{
	float:left;
	width:967px;
	background-color:#020808;
}

.listas_portada{
	float:left;
	width:380px;
	padding-top:10px;
	padding-bottom:3px;
	*padding-bottom:0px;
	_padding-bottom:0px;
}

.cuadro_texto{
	width:326px;
	float:left;
	height:330px;
	*height:325px;
	_height:325px;
}

.cuadro_portada_video{
	float:left;
	width:324px;
	margin-bottom:6px;
	text-align:left;
	background-color:#0a2224;
	padding-bottom:3px;
	border-left:20px solid #020808;
}

.cuadro_portada_video_over{
	float:left;
	width:349px;
	margin-bottom:6px;
	text-align:left;
	background-color:#ec6e00;
	padding-bottom:3px;
	background-repeat:no-repeat;
	background-image:url(../images/portada/cuadro_video_over.png);
}

.imagen_video_portada{
	float:left;
	width:80px;
	height:48px;
	margin-top:9px;
}

.imagen_video_portada_over{
	float:left;
	width:80px;
	height:48px;
	margin-top:9px;
	margin-left:20px;
}

.imagen_video_portada img{
	border:1px solid #2c848e;
}

.imagen_video_portada_over img{
	border:1px solid #ec6e00;
}

.nombre_video_portada{
	float:left;
	width:200px;
	text-align:left;
	padding-top:5px;
	margin-left:10px;
}

.nombre_video_portada a.txt_verde{
	color:#2c848e;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_video_portada a.txt_verde:hover{
	text-decoration:none;
}

.nombre_video_portada a.txt_blanco{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_video_portada a.txt_blanco:hover{
	text-decoration:none;
}

.link_video_portada{
	float:left;
	margin-bottom:5px;
	width:215px;
}

.txt_video{
	width:215px;
	color:#fff;
	font-size:11px;
	text-align:justify;
}

/*************************DESTACADO************************************/

.destacado_portada{
	float:left;
	width:967px;
	background-color:#0a1c1e;
	padding-bottom:15px;
	padding-top:15px;
	text-align:left;
}

.tit_barra_destacado{
	float:left;
 	width:305px;
 	height:42px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/portada/tit_destacado.png);');
	background-repeat:no-repeat;
	background-image:url(../images/portada/tit_destacado.png);
	_background-image:url(../images/spacer.gif);
	display:block;
	margin-top:2px;
}

.img_destacado{
	float:left;
	width:260px;
	margin-left:50px;
}

.img_destacado img{
	border:3px solid #0c2529;
}

.txt_destacado{
	float:left;
	width:635px;
}

#titulo_destacado{
	font-size:20px;
	color:#17bcd0;
}

#fecha_destacado{
	font-size:12px;
	color:#ec6e00;
}

#enlace_destacado a{
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}

#enlace_destacado a:hover{
	text-decoration:none;
}

#descripcion_destacado{
	font-size:12px;
	color:#fff;
	text-align:justify;
}

a.archivo_destacado{
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}

a.archivo_destacado:hover{
	text-decoration:none;
}

/*************************NOTICIAS************************************/

.noticias_portada{
	float:left;
	width:967px;
	background-color:#0a1c1e;
	padding-bottom:10px;
	text-align:left;
	height:180px;
}

.noticias_portada_cuadros{
	float:left;
	text-align:left;
	margin-left:40px;
}

.cuadro_noticia{
	float:left;
	width:196px;
	margin-left:10px;
	margin-right:20px;
	height:154px;
	margin-top:10px;
	text-align:center;
	background-color:#0a1c1e;
}

.imagen_noticia{
        position: relative;
	top:-80px;
	width:189px;
	_width:193px;
	height:110px;
	_height:112px;
	border-top:3px solid #0c2529;
	border-left:3px solid #0c2529;
	border-right:3px solid #0c2529;
       
}

.imagen_noticia_over{
	position: relative;
	top:-80px;
	width:189px;
	_width:193px;
	height:110px;
	_height:112px;
	border-top:3px solid #ec6e00;
	border-left:3px solid #ec6e00;
	border-right:3px solid #ec6e00;
}

.nombre_noticia{
	position: relative;
	top:-80px;
	width:195px;
	height:50px;
	text-align:left;
	vertical-align:middle;
	background-color:#0c2529;
	padding-top:5px;
	margin-top:0px;
	line-height:15px;
}

.nombre_noticia_over{
	position: relative;
	top:-80px;
	width:195px;
	height:50px;
	text-align:left;
	vertical-align:middle;
	background-color:#ec6e00;
	padding-top:5px;
	margin-top:0px;
	line-height:15px;
}


.nombre_noticia a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.nombre_noticia_over a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.link_noticia{
	float:left;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	width:181px;
	margin-left:9px;
}

.cuadronoticia_foto{
	position:absolute;
	z-index:1;
}

.noticia_imgsup_si { 
 	position:absolute;
	z-index:2; 
	visibility:transparent;
 	width:190px;
 	height:155px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/noticiaes/img_novedad.png);');
	background-repeat:no-repeat;
	background-image:url(../images/noticiaes/img_novedad.png);
	_background-image:url(../images/spacer.gif);
	display:block;
	cursor:hand;
} 

a.img_noticia{
	width:190px;
 	height:155px;
}

/*************************DESTACADOS************************************/

.tit_barra_producciones{
	float:left;
 	width:603px;
 	height:42px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/portada/tit_producciones.png);');
	background-repeat:no-repeat;
	background-image:url(../images/portada/tit_producciones.png);
	_background-image:url(../images/spacer.gif);
	display:block;
	margin-top:2px;
}

.categorias_portada{
	float:left;
	width:967px;
	background-color:#050f10;
	padding-bottom:20px;
}

.categorias_portada_cuadros{
	float:left;
	margin-left:50px;
}

.cuadro_portada_cat{
	float:left;
	width:425px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
	background-color:#0a2224;
	height:120px;
	padding-bottom:3px;
}

.cuadro_portada_cat_rosa{
	float:left;
	width:425px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
	background-color:#d6026b;
	height:120px;
	padding-bottom:3px;
}

.cuadro_portada_cat_amarillo{
	float:left;
	width:425px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
	background-color:#d2c000;
	height:120px;
	padding-bottom:3px;
}

.cuadro_portada_cat_azul{
	float:left;
	width:425px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
	background-color:#00a5d1;
	height:120px;
	padding-bottom:3px;
}

.cuadro_portada_cat_verde{
	float:left;
	width:425px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
	background-color:#6daf01;
	height:120px;
	padding-bottom:3px;
}

.imagen_cat_portada{
	float:left;
	width:160px;
	margin-left:3px;
	margin-top:3px;
}

.nombre_cat_portada{
	float:left;
	text-align:left;
	padding-top:5px;
	margin-top:15px;
	margin-left:30px;
	width:230px;
}

.nombre_cat_portada a.txt_rosa{
	color:#fd41c9;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_rosa2{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_rosa:hover, .nombre_cat_portada a.txt_rosa2:hover{
	text-decoration:none;
}

.nombre_cat_portada a.txt_amarillo{
	color:#d3c001;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_amarillo2{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_amarillo:hover, .nombre_cat_portada a.txt_amarillo2:hover{
	text-decoration:none;
}

.nombre_cat_portada a.txt_azul{
	color:#01c0d3;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_azul2{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_azul:hover, .nombre_cat_portada a.txt_azul2:hover{
	text-decoration:none;
}

.nombre_cat_portada a.txt_verde{
	color:#6caf00;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_verde2{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.nombre_cat_portada a.txt_verde:hover, .nombre_cat_portada a.txt_verde2:hover{
	text-decoration:none;
}

.link_cat_portada{
	float:left;
	margin-bottom:10px;
	width:230px;
}

.txt_cat{
	float:left;
	width:210px;
	color:#fff;
	font-size:11px;
	text-align:justify;
	margin-top:10px;
}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/	
	margin-left:20px;
}

.shadetabs li{
	display: inline;
	margin: 0;
	margin-left:3px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding-top: 3px;
	padding-left: 7px;
	color: #fff;
}

li#link1{
	width:161px;
	height:21px;
	padding-top:3px;
}

.shadetabs li#link1 a{
	background: url(../images/portada/img_ant_portada.gif) top left ;
	background-repeat:no-repeat;
	width:154px;
	_width:161px;
	height:18px;
	*height:21px;
	_height:21px;
	float:left;
}

.shadetabs li#link1 a:hover{
	background: url(../images/portada/img_ant_portada_over.gif) top left ;
	background-repeat:no-repeat;
	width:154px;
	_width:161px;
	height:18px;
	*height:21px;
	_height:21px;
	float:left;
}

li#link2{
	width:161px;
	height:21px;
}

.shadetabs li#link2 a{
	background: url(../images/portada/img_post_portada.gif) top left ;
	background-repeat:no-repeat;
	width:154px;
	_width:161px;
	height:18px;
	*height:21px;
	_height:21px;
	float:left;
	margin-left:2px;
}

.shadetabs li#link2 a:hover{
	background: url(../images/portada/img_post_portada_over.gif) top left ;
	background-repeat:no-repeat;
	width:154px;
	_width:161px;
	height:18px;
	*height:21px;
	_height:21px;
	float:left;
	margin-left:3px;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #fff;
}

/*
.shadetabs li#link1 a.selected{
	background-image: url(../images/portada/img_ant_portada_over.gif);
	border-bottom-color: white;
	text-decoration:none;
}

.shadetabs li#link2 a.selected{ 
	background-image: url(../images/portada/img_post_portada_over.gif);
	border-bottom-color: white;
	text-decoration:none;
}
*/
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}


a.play_1 {
    position:relative;
    display:block; top:15px;
    left:58px; width:80px;
    height:80px;
    background-image:url(../images/play.png); background-repeat:no-repeat; z-index:100;
}

a.play_0 {
    position:relative;
    display:block; top:15px;
    left:58px; width:80px;
    height:80px;
    z-index:100;
}
