@charset "utf-8";
#super_imagen {
     display: none;
}
body {
	color: #000;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, arial, verdana, sans-serif;
	background-color: #ffee00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	font-size: 80%;
}
#cabecera {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:50px;
	background-color: #ffee00;
} 
#logo{
	float: right;
	margin-left:2px;
	margin-right: 4px;
} 
#enlaces{
	float: left;
	margin-left: 4px;
} 

#contenido{
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-color: #FFF;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
#pie {
	position:absolute;
	left:0px;
	width: 100%;
	height:50px;
	background-color: #ffee00;
	bottom: 0px;
}
a:link {
	text-decoration: none;
	margin-top: 50;
	margin-right: 5;
	margin-bottom: 10;
	margin-left: 5px;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.navegador{
	padding:5px;
	background-color:#3673AA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFF;
}
.navegador.hover{
	background-color:#FF0;
	color: #333;
}
.navegador.link{
	background-color:#3673AA;
	color: #FFF;
}
.navegador.visited{
	background-color:#3673AA;
}
#logo_container {
	width:100%;
	height:50px;
	text-align: center;
}

#logo_container h1 {
	padding:8px;
	font-family:Helvetica;
	font-size:30px;
	color:#FFF;
}

#menu_container {
	width:100%;
	height:50px;
}

#menu {
	width:100%;
	height:40px;
	padding:0;
	margin:0;
	list-style:none;
}

#menu li {
	height:38px;
	margin:2px 5px 0 5px;
	padding:5px;
	float:left;
	background-color: #CCC;
}

#menu li a {
	height:28px;
	padding:5px;
	font-family:Helvetica;
	font-size:20px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#menu li.selected {
	background: -webkit-gradient(linear, left top, left bottom, fr om(#FFF), to(#FEFEFE));
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}

#menu li.selected a {
	color:#000;
}

#subheader {
	width:100%;
	height:50px;
	background: -webkit-gradient(linear, left top, left bottom, fr om(#FEFEFE), to(#C0C0C0));
	border-bottom:1px solid #666;
}

#footer {
	margin:312px 0 0 0; /* Para ajustarlo al final de la página, como en mi demostración no hay más contenido, esta línea es necesaria para posicionar el pie de página en el final de la página, así que si añadís contenido, eliminad esta línea */
	border-top:1px solid #434343;
	height:47px;
	background: -webkit-gradient(linear, left top, left bottom, fr om(#2E2E2E), to(#000), color-stop(0.5, #151515), color-stop(0.5, #000));
}

#footer ul {
	width:100%;
	height:100%;
	list-style:none;
	text-align:center;
}

#footer ul li {
	margin:1px 5px;
	padding:0 5px;
	height:45px;
	font-family:Helvetica;
	float:left;
	font-size:11px;
}

#footer ul li.icon-circle { background:url(circle-iphone.png) top center no-repeat; }

#footer ul li.icon-circle a {
	height:12px;
	display:block;
	text-decoration:none;
	color:#969696;
	padding:33px 2px 0 2px;
}

#footer ul li.icon-circle.selected a {
	color:#FFF;
	background:url(circle-iphone-selected.png) top center no-repeat;
}

#footer ul li.icon-circle.selected {
	-webkit-border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, fr om(#494949), to(#252525), color-stop(0.5, #353535), color-stop(0.5, #252525));
}
.blanco {
	font-weight: bold;
	color: #FFFFFF;
}


.destanave {
	background-color: #F29301;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C07401;/*background-color:#892428;*/
}

.impar {
	background-color: #FFFFFF;
}

.par {
	background-color: #E6E6E6;
}
.bloquetexto {
	padding: 4px;
	text-align: left;
}


.titulo {
	font-size: 14px;
	font-weight: bold;
}


.centrado {
	text-align: center;
	background-color: #FFFFFF;
}
}
.pagina {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fecha {
	background-color: #CCCCCC;
}

.titular {
	font-size: 36px;
	font-weight: bold;
	color: #999999;
	line-height: 40px;
	text-align: left;
}

.titular18 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	line-height: normal;
	text-align: left;
}

.titular24 {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	line-height: 40px;
	text-align: left;
}.flistado {
	float: left;
	width: 35px;
}
.galeria {
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 2px;
}.galeriatex {
	margin-left: 8px;
	vertical-align: text-bottom;
	text-align: right;
	line-height: normal;
}
.fichatecnica {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #666666;
	background-color: #E2E2E2;
}
.fichatecnicaContenido {
	margin-top: 3px;
	margin-bottom: 5px;
}
.titulolistado {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.cuerpo {
	background-color: #FFF;
	padding: 6px;
	text-align: justify;
}
.filaindice {
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	display: table;
	width: 100%;
	background-color: #FFF;
}
.filaindice.link {
	background-color: #999;
}
.filaindice.visited {
	background-color: #999;
}
.filaindice.hover {
	background-color: #999;
}
.filaindice2 {
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	display: table;
	width: 100%;
}
.filanoticia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.filanoticia:link {
	background-color: #333;
	color: #FF0;
}
.filanoticia:visited {
	background-color: #333;
}
.filanoticia:hover {
	background-color: #333;
	color: #FFF;
}

