@charset "UTF-8";
body {
	background-color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	letter-spacing: 0em;
}
.cuadro-ppal {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #cfcfcf;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.cuadro-ppal .publi-arriba {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C3C3C3;
}
.cuadro-ppal ul.menu-sup {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 30px;
	float: left;
}
.cuadro-ppal ul.menu-sup img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cuadro-ppal ul.menu-sup li {
	float: left;
	height: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.cuadro-ppal ul.menu-sup li#activo-sep-izq {
	padding: 0px;
	background-image: url(../imagenes/portada/menu-sup-activo-sep-izq.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	margin: 0px;
}
.cuadro-ppal ul.menu-sup li#activo {
	background-image: url(../imagenes/portada/menu-sup-activo.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.cuadro-ppal ul.menu-sup li#activo-sep-der {
	padding: 0px;
	background-image: url(../imagenes/portada/menu-sup-activo-sep-der.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	margin-right: 10px;
}
.cuadro-ppal ul.menu-sup li#inactivo-sep-izq {
	padding: 0px;
	background-image: url(../imagenes/portada/menu-sup-inactivo-sep-izq.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	margin: 0px;
}
.cuadro-ppal ul.menu-sup li#inactivo {
	background-image: url(../imagenes/portada/menu-sup-inactivo.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.cuadro-ppal ul.menu-sup li#inactivo-sep-der {
	padding: 0px;
	background-image: url(../imagenes/portada/menu-sup-inactivo-sep-der.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	margin-right: 10px;
}
.cuadro-ppal .fecha {
	font-size: 1.1em;
	color: #595959;
	float: right;
	padding-top: 10px;
}
.cuadro-ppal .logo {
	background-color: #3572bd;
	clear: left;
	height: 80px;
	width: 970px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cuadro-ppal .logo .esq-der_arr{
	position: absolute;
	top: 0;
	right: 0;
	width:10px;
	height:10px;
	background-image: url(../imagenes/portada/cabecera-esq-der_arr.png);
	background-repeat: no-repeat;
}
.cuadro-ppal .logo .logo-texto-seccion {
	color: #56ACE2;
	float: right;
	position: absolute;
	right: 15px;
	font-size: 4em;
	font-style: italic;
	letter-spacing: -1px;
	bottom: 10px;
	font-family: MidietSerifMedium;
}
.cuadro-ppal ul.menu-ppal {
	background-color: #3471BC;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 970px;
	clear: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3B85DE;
	height: 28px;
	z-index:1000;
	display:inline-block;
	cursor: default;
}

.cuadro-ppal ul.menu-ppal li {
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: normal;
	float: left;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3B85DE;
	background-image: url(../imagenes/portada/menu-flecha-abajo.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
.cuadro-ppal .menu-ppal li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1em;
}
.cuadro-ppal ul.menu-ppal li:hover {
	background-color: #3B85DE;
	background-image: url(../imagenes/portada/menu-flecha-abajo-off.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	margin: 0;
}
.cuadro-ppal ul.menu-ppal ul { 
	padding:0px; 
	margin:0px; 
	display:block; 
	display:inline;
}
.cuadro-ppal ul.menu-ppal li ul { 
	position:absolute; 
	left:0px; 
	top:0px; 
	margin-top:24px;  
	background-color:#3b85de;
	color:#fff;
 /* for IE */ display:none; 
 	z-index: 999;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #3471bc;
	border-left-color: #3471bc;
	opacity: 0.9;
	filter: alpha(opacity=90); -moz-opacity: 0.90; -khtml-opacity: 0.9;
 } 
.cuadro-ppal ul.menu-ppal li:hover ul { 
	display:block;
} 
.cuadro-ppal ul.menu-ppal li ul li{
	display:block;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 5px 0px;
	list-style-type:none;
	float: none;
	background-image: none;
	font-size: 0.9em;
	white-space: nowrap;
} 
.cuadro-ppal ul.menu-ppal li ul li:first-child { 
	border-top: none; 
} 
.cuadro-ppal ul.menu-ppal li ul li a { 
	display:block; color:#fff; 
} 
.cuadro-ppal ul.menu-ppal li ul li a:hover { 
	color:#fff; 
} 
.cuadro-ppal .centro {
	margin: 0px;
	clear: both;
	width: 964px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3572bd;
	border-left-color: #3572bd;
	text-align: left;
	letter-spacing: 0em;
	padding-top: 10px;
}
.cuadro-ppal ul.urgente {
	background-color: #161616;
	clear: both;
	width: 964px;
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3572bd;
	border-left-color: #3572bd;
}
.cuadro-ppal ul.urgente li {
	float: left;
}
.cuadro-ppal ul.urgente li#imagen {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #bd3535;
	margin-right: 20px;
	height: 17px;
	background-image: url(../imagenes/portada/urgente-flecha.png);
	background-repeat: no-repeat;
	background-position: right;
}
.cuadro-ppal ul.urgente li#mensaje {
	padding-top: 5px;
}
.cuadro-ppal ul.urgente li#hora {
	padding-left: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-top: 5px;
	margin-bottom: 7px;
	color: #BD3535;
}

.cuadro-ppal ul.en-directo {
	background-color: #ededed;
	clear: both;
	width: 964px;
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3572bd;
	border-left-color: #3572bd;
}
.cuadro-ppal ul.en-directo li {
	float: left;
}
.cuadro-ppal ul.en-directo li#imagen {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #a79a28;
	margin-right: 20px;
	height: 17px;
	background-image: url(../imagenes/portada/en-directo-flecha.png);
	background-repeat: no-repeat;
	background-position: right;
}
.cuadro-ppal ul.en-directo li#mensaje {
	padding-top: 5px;
	color: #333333;
}
.cuadro-ppal ul.en-directo li#mensaje a {
	color: #BD3535;
	font-weight: bold;
	text-decoration: none;
}
.cuadro-ppal ul.en-directo li#mensaje a:hover {
	text-decoration: underline;
}
.cuadro-ppal .pie {
	background-color: #3572bd;
	width: 920px;
	clear: left;
	padding: 25px;
	margin: 0px;
	position: relative;
	list-style-type: none;
	color: #C3C8FF;
}
.cuadro-ppal .pie p {
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 1.3em;
}
.cuadro-ppal .pie a {
	color: #C3C8FF;
	text-decoration: none;
}
.cuadro-ppal .pie a:hover {
	text-decoration: underline;
}
.cuadro-ppal .pie img {
	float: left;
}
.esquina {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../imagenes/portada/esquinas-gris.png);
}
.esquina-negro {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../imagenes/portada/esquinas-negro.png);
}
.esquina-azul {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../imagenes/portada/esquinas-azul.png);
}
.arr-izq {top:-1px; left:-1px; background-position:-1px -1px;}
.arr-der {top:-1px; right:-1px; background-position:-12px -1px;}
.aba-izq {bottom:-1px; left:-1px; background-position:-1px -12px;}
.aba-der {bottom:-1px; right:-1px; background-position:-12px -12px;}
	

