@charset "utf-8";
html body {
	margin:0;
	overflow: hidden;
}
a {
	text-decoration: none;
}
#contenedor {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}	
#cabecera {
	width: 100%;
	height: 23%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	/* padding: 3px; */
	overflow: hidden;
	/* */
	/* margin-bottom: 5px; */
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	position: relative;
}
#cabecera #sup {
height: 50%;
width: 100%;
position: relative;
/* background: url(estilo/fondo_cabecera.jpg) repeat-x; */
background: #000000;
}


#cabecera #sup #logo {
	position: absolute;
	left: 2em;
	top: 0px;
	/* background: url(estilo/logo.jpg) no-repeat; */
	overflow: hidden;
	width: 100px;
	height: 100%;
}

#cabecera #sup #titulo {
	padding-top: 0.5em;
	padding-left: 110px;
	margin-bottom: 0.1em;
}

#cabecera #sup #titulo h1 {
	margin: 0 ;
	font-size: 2em;
	padding-top: 0.2em;
	padding-left: 0.5em;
}

#cabecera #sup #subtitulo h2{
	margin: 0;
	padding-top: 0.5em;
	padding-left: 10em;
	font-weight: normal;
	font-size: 1em;
}
/* Menu superior */
#cabecera #menusup {
 	color: #FFFFFF;
	height: 20%;
	margin-top: 0.2em;
	/* margin-bottom: 1.5em; */
	width: 100%;
	background-image: url(estilo/fondo_a.jpg);
	/* padding-top: 5px; */
	/* border-top: 4px #fff solid; */
}

#cabecera #menusup a {
	float:left;
	/* display: inline-block; */
	width: 16.6%;
	height: 100%;
	background-image: url(estilo/fondo_a.jpg);
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	/* padding-top: 5px; */
	font-size: 12px;
}

#cabecera #menusup a:hover {
	height: 100%;
	background: #999999;
	background-image: url(estilo/fondo_subcat.jpg);
}
/* Menú series */
#cabecera #subcategorias {
 	color: #FFFFFF;
	height: 20%;
	border-bottom: #cccccc 1px solid;
	text-align: center;
	width: 100%;
}


#cabecera #subcategorias a {
	background: url(estilo/separador_subcategorias.gif) no-repeat;
	float:left;
	/* display: inline-block; */
	width: 19%;
	height: 100%;
	margin: 0;
	text-align: center;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	/* padding-top: 5px; */
}
#cabecera #subcategorias a:hover {
	background: url(estilo/fondo_subcat.jpg);
	color: #FFFFFF;
}
/**********************************************/
#cuerpo {
	width: 100%;
	height: 73%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #fff;
	padding: 0px 3px;
	/* text-align: center; */
	overflow: auto;
}	
/************ pie  *****************************/
#pie { 
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 4%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000;
	color:#FFFFFF;
	padding: 3px;
	text-align: center;
	overflow: hidden;
}	



#pie p {
	padding-left: 10px;
}
#pie a {
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background: none;
}
#pie a:hover {
	background-color: #FF9900;
}

.destacado {
	text-decoration: blink;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 5px;

}