@charset "utf-8";
/* CSS Document */
@import url("comun.css");
@import url("cabecera.css");
@import url("menuh.css");
@import url("camino.css");
@import url("camino_popup.css");
@import url("cabecera_popup.css");
@import url("menus_interiores.css");

a {
color:#000000;}
    #contenedor_serie { 
    	width: /*935px*/90%;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
		border: 1px solid #dcdcdc;
    } 
     #contenido_series {
	float:right;
	padding: 6px 0px;
	border: 0px solid #00FF00;
	text-align: left;
	width:87%;
    }
     #pie { 
    	padding: 0 10px 0 20px; 
    	background:#DDDDDD; 
    } 
    #pie p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .clearfloat_serie { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:5px;
        font-size: 1px;
        line-height: 0px;
    }	
	#separador {
		width: 100%;
		height: 9px;
		background-image:url(/imagen/bullet_sombra.png);
		background-repeat:  repeat-x;
	}
	.separa_serie{
		padding-top: 5%;
		padding-bottom: 5%;
	}
     #contenido_serie {
	margin: 0 0 0 26%;
	padding: 6px 6px 6px 0px;
	border: 0px solid #00FF00;
	text-align:justify;
	font-size:90%;
    } 
	     #contenido_serie h2{
font-size: 120%;
     } 
     #contenido_serie A{
	 color:#e7130b;
	 }
	     hr{
	width: 100%;
	height: 1px;
	padding: 2px;
	color: #e41518;
	border: 0; 
	background-color: #e41518;
     } 

#titulo {
float: left;
width: 100%;
background-color:#e7130b;
height: 36px;
text-align:left;
}
#titulo .titular{
	padding: 0px 12px 0px 0px;
	color:#808080;
	font-size:200%;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#FFFFFF;
	width: 5%;
}
#canal {
float: right;
width: 70%;
background-color:#e7130b;
height: 36px;
text-align:left;}
     
 #separa_menu { 
		width: 100%;
		height:8px;
    	background:#d8d8d8; 
    }
	
#list-semana {
	width: 97.2%;
	float: left;
	padding:0;
	margin:0;
	border:0;
}	
	#list-semana ul {
margin: 0; 
padding: 0;
list-style-type: none;

} 

#list-semana li {
	margin: 2px 0 0;
	text-align:left;
	background: #d8d8d8;
	color: #000000;
	padding-left: 10px;
	font-weight:bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
} 
#semana_series_bullet {
	width: 2.8%;
	height: 16px;
	float: left;
	padding:0;
	margin:0;
	border:0;
}	
	#semana_series_bullet ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#semana_series_bullet li {
margin: 2px 0 0;
border: 1px solid #FFFFFF;
background: #e41518;
}
#cont_resumen{
	width: 100%;
	text-align:left;
	background:#EEEEEE;
}
#resumen_foto{
float: left;
width:15%;
background:#EEEEEE;
}
#resumen_texto{
	float:left;
	width:84%;
	padding:4px;
	background:#EEEEEE;
	font-size: 80%;
	border:0;
	margin:0;
	line-height: 150%;
	text-align:justify;
}
#resumen_pie{
float: left;
width:100%;
background-color:#3c3c3c;
}

#resumen_pie p{
float:left;
color:#FFFFFF;
font-weight:bold;
padding-left: 10px;

}
#resumen_pie img{
float:right;
padding-right: 12px;
padding-top:2px;
}

#fotos {
width:100%;
}

#fotos .fto_izq {
float:left;
padding: 4px; 
border: 1px solid #DDDDDD;
margin-top: 10px;
margin-bottom: 10px;}
#fotos .fto_dca {
float:right;
padding: 4px; 
border: 1px solid #DDDDDD;
margin-top: 10px;
margin-bottom: 10px;
}
#resumen_pie .sordesa {
	background-image:url(/imagen/ico_sordesa.png);
	background-repeat: no-repeat;
	float:right;
	width:20px;
	height:18px;
	text-indent:-5000px;
	font-size:0%;
	margin-right:10px;
	background-position: 1px;
}
.amarillo{font-weight:bold; color: #FFFF00;}
.cian{font-weight:bold; color: #00FFFF;}
.magenta{font-weight:bold; color: #FF00CC;}
.verde{ font-weight:bold; color: #33FF33;}

.subtitulado {
padding-right: 12px;
padding-top:5px;
width: 100%;
background:#000000;
height: 25px;
}
.subtitulado ul {
	display:inline;
	margin:0;
	padding:5 0;
	border:0;
	width: 100%;
}

.subtitulado ul li {
	display: inline;
	margin:0;
	padding:15px 8px;
	border:0;
}

#navlist{
padding:5px;
margin:30px; 
border:0;
list-style:none;
padding-bottom: 10px;
}
#navlist li{

padding: 8px;
background:#000000;
width: 20%;
border: 2px solid #FFF;
display:inline;
}
#navlist li .activo{
background:#FFF;
width: 20%;
border: 2px solid #FFF;}
