@charset "UTF-8";
/* CSS Document */ 

/* Estilo para ediciones digitales Periódicos Grupo de Comunicación Promecal
	Diseño + Desarrollo = Ceres Comunicación Gráfica S.A.
	www.cerescg.com
	Avda. Castilla y León , 62-64 · 09006 · Burgos, España
	Tel: +34 947 252 256  Fax: +34 947 282 922
	... todo lo que puedas imaginar ...*/

/* Estilos Genéricos*/
@import url("publicidad.css");
@import url("especial_destacado.css");
@import url("lateral.css");
@import url("extra.css");


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #1D3D5C;
}
a:hover {
	color: #FFFFFF;
	background-color: #1D3D5C;
	text-decoration: none;
}
p {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:10px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
	clear:left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	clear: left;
	letter-spacing: 0;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #1D3D5C;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	display:block;	
}
h3 {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: right;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #347AB9;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
	padding-right: 0px;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5 {
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0px;
	display:block;
	clear: left;
}
h1 a {
	color:#000000;
	text-decoration: none;
}
h1 a:hover {
}
h4 a {
	color:#347AB9;
}
h4 a:hover {
}
br {
}
ul {
}
li {
	display: inline-block;
}
div {
}
img {
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align: top;
	display: inline;
}
.spacer {
}
/*FORMULARIOS*/
form {
	clear:left;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #FFFFFF;
	background-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
	display:inline-block;
	float:left;
	clear:both;
	overflow:visible;
}
legend {
	display:inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	margin-right: 0px;
}
fieldset {
	font-size: 15px;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	border: 1px solid #CCCCCC;
}
input, select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	padding-left: 2px;	
	background-color: #EEEEEE;	
	float:none;
	clear:none;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 14px;
}
input {
	padding-right: 2px;
}
input.texto {
	clear:left;
}
input.boton {
	margin: 0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
select {}
textarea {
	padding: 2px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	background-color: #EEEEEE;
	clear:left;
	float:left;
	margin-bottom: 5px;
	width: 99%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Maquetación */
#centrado {
	margin-right: auto;
	margin-left:auto;
	margin-top: 0px;
	width: 999px;
	padding: 0px;
	margin-bottom: 0px;
}
#contenedor {
	padding: 0px;
	width:999px;
	overflow: hidden;
	display:inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top:0px;
	position:absolute;
}
#cabecera_sup {
	background-color: #FFFFFF;
	font-size: 11px;	
	clear:left;
	height: 48px;
	padding-bottom:0;
	background-image: url(../entorno/cabecera_fnd.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
	width:997px;
	margin-top: 3px;	
	float: left;
	overflow:hidden;
	position:relative;
	z-index:0;		
}
#cabecera_sup h1 {
	position:absolute;
	left:-999px;
}
#cabecera_sup a:hover {
}
#cabecera_sup h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height:22px;
}
#cabecera_sup h2 a {
	color: #FFCC7F;
}
.marca {
	color: #003366;
	float: left;
	clear:none;
	display:inline;
	padding-left:8px;
	margin-top:2px;
	margin-bottom:0px;
	margin-right:5px;
	
}
.marca img {	
	margin:0;
	padding:0;
	float:none;
	display:inline;
	z-index:0;
	position:absolute;	
}
.fecha {	
	position:absolute;
	margin-top: 33px;
	margin-bottom:0;
	left: 9px;
	display:inline;
	width:188px;	
	line-height:15px;
	padding:0;
	z-index:1;
}
.mod_cabecera {
	float: right;
	margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	clear:none;
}
.mod_cabecera div {
	vertical-align: middle;
	height: 42px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
.mod_cabecera img {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
.mod_cabecera div.buscador_gral {
	margin: 0px;
	padding: 0px;
}
.mod_cabecera div.buscador_gral form {
	padding:0px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mod_cabecera div.buscador_gral form input {
	width:80px;
}

/*Módulo EL TIEMPO en cabecera*/
#cabecera_sup .tiempo {
	float:right;	
	margin-left: 0px;
	margin-right:1px;
	padding-top:0px;
	padding-bottom:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display:inline;	
}
#cabecera_sup .tiempo a {
	text-decoration:none;
}
#cabecera_sup .tiempo img {
	float:left;
	display:inline;
}
#cabecera_sup .tiempo .tiempo_hoy, #cabecera_sup .tiempo .tiempo_manana {
	display:inline;
	float:left;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color:#FFFFFF;
	margin-top:1px;
	height:46px;
	padding:0;
}
#cabecera_sup .tiempo span {
	color: #999999;
	float: left;
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
	margin-right:3px;
}
#cabecera_sup .tiempo .cielo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding:0;
	margin:0;	
	text-align:left;
	float:left;
	height:46px;
}
#cabecera_sup .tiempo .cielo span {
	clear:both;
	display:block;
	margin:0;
	padding-right: 3px;
	padding-left: 3px;
	line-height:10px;	
}
#cabecera_sup .tiempo .temperaturas {
	float:left;
	width:32px;
	display:inline;
	word-spacing:-5px;!important	
}
#cabecera_sup .tiempo .temperaturas span {
	position:absolute;
	text-align:left;
	
}
#cabecera_sup .tiempo .max, #cabecera_sup .tiempo .min {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1px;	
	font-weight: bold;
	font-size: 15px;
	line-height:18px;	
	vertical-align: middle;
	text-align:center;	
	width:100%;	
}

#cabecera_sup .tiempo .max {	
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	clear:right;
	padding-bottom:2px;
}
#cabecera_sup .tiempo .min {
	clear:none;
	float:left;
	color: #006699;
}

/*Cuerpo de contenidos*/
#cuerpo {
	display:block;	
	clear:both;
	
}
/* Menús Superiores*/
#menu {
	font-size: 12px;
	display: block;
	height: 28px;
	background-color: #1D3D5C;
	background-image: url(../entorno/menu_fnd4.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear:left;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:28px;
	float:left;
	background-repeat: repeat-x;
	background-position: left top;
}
#menu li {
	list-style-type: none;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#menu li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding-right: 8px;
	padding-left: 8px;
	line-height:24px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:1px;
	margin-right:1px;
}
#menu a:hover, #menu ul li a:hover {
	color: #1D3D5C;
	background-color: #CCCCCC;
}
#menu a.activo, #menu ul li a.activo {
	background-color: #FFFFFF;
	color:#003366;
	text-transform: uppercase;
	padding-bottom:2px;
	margin-bottom:0px;
}
#menu ul.categorias {
	background-image: url(../entorno/menu_fnd1.png);
	background-color: #00427F;
}
#menu ul.especiales {
	background-image: url(../entorno/menu_fnd2.png);
	background-color: #2A689B;
}
#menu ul.servicios {
	background-image: url(../entorno/menu_fnd3.png);
	background-color: #1B547F;
}
#menu .rss {
	float:right;
	margin-right:3px;
	margin-top: 6px;
	display:inline;
	padding:0px;
	vertical-align:middle;	
}
#menu ul li.conecta_menu a {
	background-image: url(../entorno/conecta_logo_menu.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left:29px;
}
#submenu {
	font-size: 11px;
	line-height:18px;
	/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 18px;*/
	color: #666666;
	overflow: hidden;
	clear:both;
	background-image: url(../entorno/cabecera_fnd.png);
	background-position: left -12px;
	height:auto;
}
#submenu ul {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:20px;	
	clear:none;
}
#submenu a {
	font-weight: normal;
	text-decoration:none;
	color: #00427F;
}
#submenu a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#submenu li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submenu a.activo {
	background-color: #FFFFFF;
	margin-top:2px;
	padding-top:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	line-height: 16px;
}
#submenu a.activo:hover {
}
#submenu .tags {
	padding-left:10px;
	overflow:hidden;
}
#submenu .tags span {
	color: #00427F;
}

/*IDs que marcan el tipo de contenido de la página*/

#portada, #noticia, #tags, #local, #provincia, #region, #actualidad, #vivir, #deportes, #opinion, #especiales, #participa, #hemeroteca, #servicios, #viajar, #avances, #informacion, #galerias, #encuentros, #tiempo, #navidad {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
	clear:left;
	overflow:hidden;
	width:654px;
	padding:0;
	font-size: 12px;
	display: inline;
}
#portada div, #noticia div, #tags div, #local div, #provincia div, #region div, #actualidad div, #vivir div, #deportes div, #opinion div, #especiales div, #participa div, #hemeroteca div, #servicios div, #avances div, #informacion div, #galerias div, #encuentros div, #tiempo div, #navidad div
 {
	display:inline;
	clear:none;
	background-image: url(../entorno/articulo_fnd.png);
	background-repeat: repeat-x;
	background-position: left 18px;
	overflow:hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
/*Mod en PORTADAS de noticias*/

#portada div div, #noticia div div, #tags div div, #local div div, #provincia div div, #region div div, #actualidad div div, #vivir div div, #deportes div div, #opinion div div, #especiales div div, #participa div div, #servicios div div, #avances div div, #informacion div div, #encuentros div div, #tiempo div div, #navidad div div {
	background-image:none;
	padding:0px;
	margin:auto;	
}
/*NOTICIA*/
#cuerpo div #articulo {
	width:634px;
	margin-bottom:0px;
	float:left;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}
#articulo h1 {
	font-size: 23px;
	line-height: 28px;
	margin-top:0px;
	margin-bottom:10px;
}
#articulo h2 {
	font-size:16px;
	line-height:20px;
	display:block;
	clear:both;
	float:none;
}
#articulo h5 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#articulo h6 {
	margin-bottom: 5px;
	clear:left;
	float:none;
	
}
#articulo h3 {
	clear:left;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	height:auto;
}
#articulo .foto {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
	width:320px;
	position:relative;
	clear:right;
}
#cuerpo #noticia #articulo div.encuesta {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	clear:left;
	float:none;
	background-color: #FFFFFF;
	width:294px;
	padding-top: 0px;
}
#cuerpo div .barra_social {
	display:block;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
	background-image: none;
	background-color: transparent;	
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	vertical-align:middle;
	padding-left:0;
}
#cuerpo div .barra_social a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#cuerpo div .barra_social .comparte {
	margin-left:5px;
}
#cuerpo div .barra_social .comparte a img{
	line-height:12px;
	margin-right:-3px;
	display:inline;
	vertical-align:middle;
}

/*Estilos para módulos dentro de NOTICIA*/

/*Estilo para ENCUESTAS, GALERÍA RELACIONADAS dentro de NOTICIA*/
#articulo .modulo_noticia {
	width:312px;
	float: right;
	clear:right;
	display:inline;	
	margin-left: 10px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#articulo .modulo_noticia div h3, #articulo .modulo_noticia .encuesta h3 {
	display:block;	
	font-weight:bold;
	background-color:#CCCCCC;
	padding-right: 18px;
	padding-left: 4px;
	color: #666666;
	line-height: 18px;
	letter-spacing:normal;
	font-size:14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:0px;
	margin-bottom:0px;
}

#articulo .modulo_noticia .descargas ul, #articulo .modulo_noticia .galerias ul {
	background-color:#FFFFFF;
	display:inline-block;
	float:left;
	width:302px;	
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:5px;
	padding-right:3px;
	clear:left;
	list-style-type:none;
}
#articulo .modulo_noticia .descargas ul li, #articulo .modulo_noticia .galerias ul li {	
	line-height: 15px;
	display:block;
}
#articulo .modulo_noticia ul li a {
	padding-left:3px;
	padding-right:3px;
	font-weight: bold;
	text-decoration: none;
}
#articulo .modulo_noticia .html iframe, #articulo .modulo_noticia .html object {
	width:310px;
	border: 1px solid #999999;
	margin-bottom:5px;
	display:block;
	clear:left;	
	padding:0;
}
#articulo .modulo_noticia .html object * {
	width:310px;
	display:block;
	padding:0;
}
#articulo .modulo_noticia .html * {
	border:none;
}

/*Estilo ENCUESTAS común en artículo y en sección participa*/
#cuerpo div div .encuesta {
	font-size: 12px;
	color: #333333;
	width: 245px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	display:block;	
	float:left;
	
	padding: 8px;
}
#cuerpo .modulo_noticia .encuesta form {
	margin-bottom:0;
	margin-top:0;
	
}
#cuerpo div div .encuesta h2 {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	float:none;
	display:block;	
	margin-bottom:10px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	font-style: italic;
}

#cuerpo div div .encuesta h2.ok {
	font-weight: bold;
	color: #990033;
	text-align: center;
}
#cuerpo div div .encuesta h3, #cuerpo div div .resultados h3 {
	color: #FFFFFF;	
	clear:both;
	display:block;
	padding-left:8px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	background-color: #B3C2D1;
	letter-spacing: 1px;
	width:100%;
}
#cuerpo div div .encuesta h3 {
	margin-top: -8px;
	padding-right:8px;
	margin-left: -8px;
	
}
#cuerpo div div div.encuesta form {
	padding-top:0;
	clear:left;
}
#cuerpo div div div.encuesta h5 {
	float: none;
	display:inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.encuesta a {
	margin-top:0px;
	margin-bottom:0px;
	float: right;
	display:inline;
	line-height:11px;
}
.encuesta ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}
.encuesta li {
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #B3C2D1;
	margin-bottom:1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left:0px;
	vertical-align:top;
	padding-top: 1px;
	padding-bottom: 1px;
	display:block;
	clear:both;
}
.encuesta li input {
	float:left;
	clear:none;		
	padding:0px;
	margin-bottom:0px;
	margin-top:2px;
	margin-left:0px;
	margin-right:5px;
	border:none;
	display:inline;
}
.encuesta {
}


/*Estilos PORTADAS*/
#portada div h1, #tags div h1, #local div h1, #provincia div h1, #region div h1, #actualidad div h1, #vivir div h1, #deportes div h1, #especiales div h1, #avances div h1 {
	padding-top: 3px;
	margin-top:0px;
	clear:left;
}
#portada div h3, #tags div h3, #local div h3, #provincia div h3, #region div h3, #actualidad div h3, #vivir div h3, #deportes div h3, #especiales div h3, #avances div h3 {
	height:17px;
	overflow:hidden;
}
/*Módulo portada 1*/
#articulo_1_1, #articulo_1_2, #articulo_1_3, #articulo_1_4, #articulo_1_5 {
	width:634px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#cuerpo #articulo_1_1 h1 {
	font-size: 24px;
	line-height: 26px;
}
#articulo_1_2 h1 {
	font-size:22px;
	line-height: 24px;
}
#articulo_1_3 h1 , #articulo_1_4 h1, #articulo_1_5 h1 {
	font-size:19px;
	line-height:21px;
}
#articulo_1_1 h2 {
	font-size:15px;
	line-height:18px;	
	clear:left;
}
#articulo_1_2 h2 {
	font-size:14px;
	line-height:16px;	
	clear:left;
}
#articulo_1_4 h2 {
	font-size:13px;
	line-height:16px;	
	clear:left;
} 
#articulo_1_5 h2 {
	font-size:12px;
	line-height:14px;	
	clear:left;
}
	

#articulo_1_1 .foto, #articulo_1_2 .foto, #articulo_1_3 .foto, #articulo_1_4 .foto, #articulo_1_5 .foto {
	margin-top:0px;
	margin-left:5px;
	margin-bottom: 0px;
	float:right;	
	width:auto;
}


#articulo_1_3 h1 {
	margin-bottom:0px;
	font-size:20px;
	line-height:22px;
}
#articulo_1_3 h2 {
	display:block;
	clear:both;
	width:100%;
}
/*Módulo portada 2*/

#articulo_21 {
	width: 415px;
	margin-right: 5px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#articulo_21 h1 {
	font-size:18px;
	line-height:20px;
}
#articulo_21 h1.mas {
	font-size:19px;
	line-height:22px;
}
#articulo_21 h2 {
	float:none;
	clear:left;
}
#articulo_21 h2.mas {
	font-size:13px;
	line-height:17px;
}
#articulo_21 h6 {
	float:none;
	}
#articulo_21 .foto {
	float:right;
	clear:none;
	margin-left:5px;
	width: 220px;
	margin-bottom:0px;
}
.articulo_2  div.foto {
	float:right;
	clear:none;
	margin-left:8px;
	width: 297px;
	margin-bottom:0px;
}
#articulo_22 {
	width: 194px;	
	float:left;
	clear:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.articulo_2, #articulo_2_1 {
	width: 305px;
	margin-right: 5px;
	float:left;
	clear:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#articulo_2_2 {
	width: 304px;
	margin-right: 0px;
	float:left;
	clear:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#articulo_2_1 .foto, #articulo_2_2 .foto {
	float:left;
	display:block;
	clear:both;
	margin: 0px 7px 5px 6px;
	height:100px;
	width:285px;	
}


/* Estilos de articulo_2_2_1, 2_2_2 y 2_2_3 con etiquetas h en apartado OPINIÓN*/

.articulo_3, #articulo_3_1, #articulo_3_2 {
	width: 195px;
	margin-right: 5px;
	float:left;
	clear:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#articulo_3_3 {
	width: 194px;	
	float:left;
	clear:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.articulo_3 h1, #articulo_3_1 h1, #articulo_3_2 h1, #articulo_3_3 h1,  #articulo_22 h1 {
	font-size: 15px;
	line-height: 17px;
}
.articulo_3 h2, #articulo_3_1 h2, #articulo_3_2 h2, #articulo_3_3 h2, #articulo_22 h2 {
	font-size: 12px;
	line-height: 14px;
}
.articulo_3 h4, #articulo_3_1 h4, #articulo_3_2 h4, #articulo_3_3 h4, #articulo_22 h4 {
	float:none;
	display:block;	
}
.articulo_3. comentarios, #articulo_3_1 .comentarios, #articulo_3_2 .comentarios, #articulo_3_3 .comentarios {
	display:block;
	width:100%;
}


/*Módulo carrusel de noticias tras portadas*/
#cuerpo div .articulo_1 {
	display:block;
	clear:both;
	float:left;
	width:634px;
	margin-right:0px;
	margin-bottom: 5px;
	background-position: 0px 0px;
	padding-top:0;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#cuerpo div .articulo_1 h1 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom:3px;
	margin-top:0px;
	clear:right;

}
#cuerpo div .articulo_1 h3 {
	padding-left:0px;
	height:auto;
}
#cuerpo div .articulo_1 h4 {
	line-height:14px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;		
}
#cuerpo div .articulo_1 h5 {
	line-height:14px;
	border:none;
	clear:left;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
	margin-right:10px;	
}
#cuerpo div .articulo_1 .foto {
	clear:none;
	margin-right:8px;
	margin-bottom: 0px;
	margin-top: 6px;
	float:left;
	width:auto;
}
#cuerpo div .articulo_1 .comentarios {
	display:inline;
	clear:none;
	margin-left: 0px;
	padding:0;
	margin-bottom: 0px;
	margin-top:2px;
	border:none;
	line-height:14px;
}

/*Etiquetas Dentro de ARTÍCULOS */
#cuerpo div div .comentarios {
	font-size:11px;
	line-height: 15px;
	text-align:right;
	padding:0;
	margin-right: 0px;
	margin-top: 0px;
	margin-left:0px;
	float:right;
	clear:both;
	border:none;
	width: 60%;
}
.foto {
	display: inline;
	margin-left: 0px;
	margin-bottom: 5px;	
	padding:0px;	
	clear:right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
.foto img {
	margin: 0px;
	clear: both;
	display:inline;
	
	float:none;
}
.foto h6 {
	line-height: 14px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 3px;
	padding-bottom: 2px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	display:inline-block;
	clear:both;
	float:left;
	width: 300px;
}
.foto p {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
	margin:0px;
	display:inline-block;
	float:left;
	clear:both;	
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 300px;
}
#articulo .foto .ampliar {
	position:absolute;
	text-align:center;
	display:block;
	width:120px;
	background-image: url(../entorno/overlay_bl.png);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-style: none;	
}
.ampliar {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
a.ampliar {
	float: none;
	font-style:italic;
	text-decoration: underline;
}
.ampliar a {
	text-decoration:none;
	padding: 3px;
}

/*Estilos FORMULARIOS*/
.campos {
	float:left;
	clear:none;
	display:inline;
	}
.campos input {
	width: 165px;
	float:left;
	clear:left;
}

#cuerpo div div .error, #cuerpo div div .victoria, .error, .victoria {
	font-size: 15px;
	line-height: 18px;
	padding: 1%;
	clear: both;
	width: 98%;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	display: inline;
	clear:both;
	float: left;
	margin-right: 0px;
}
.error {
	color: #FFFFFF;
	background-color: #CC0000;
}
.victoria {
	font-size: 16px;
	color: #669900;
}

/*Estilos Para listado noticias generado por TAGS*/
#cuerpo #tags .articulo_1 {	
	background-image:none;
}
#cuerpo #tags .articulo_1 h1 {
	font-size: 16px;
	line-height: 18px;
}
#cuerpo #tags .articulo_1 h2 {
	font-size: 13px;
	line-height: 14px;
}

/*Hemeroteca*/
#hemeroteca #Hemeroteca_Buscador {
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	display: inline-block;
	clear: both;
	width: 630px;
	background-position: 0 0;
}
#Hemeroteca_Buscador input, #Hemeroteca_Buscador select {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:0px;	
	background-color:#FFFFFF;
}
#Hemeroteca_Buscador input.boton {
	background-color:#FFFFFF;
}
#hemeroteca img {
	display:inline;
	margin:0px;
	padding:0px;
}
#hemeroteca #Hemeroteca_Buscador div#hemeroteca_ayuda {
	font-size: 12px;
	line-height: 14px;
	color: #1D3D5C;
	background-color: #EEEEEE;
	padding: 10px;
	display:block;
	float:left;
	background-image:none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	display:block;
	border: 1px solid #999999;
	clear: both;
	width:96%;
}
#hemeroteca_ayuda ul {
	display:inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hemeroteca_ayuda li {
	vertical-align:text-top;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#hemeroteca div.resultados #paginacion div {
	padding:0px;
}
#hemeroteca div.resultados {
	float:left;
}
#hemeroteca div.resultados ul {
	clear: both;
	
	width:100%;
	color: #2A689B;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hemeroteca .resultados li {
	vertical-align:text-top;
	line-height: 14px;
	margin-left:5px;
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	display:block;
}
#hemeroteca .resultados li a {
	font-size: 15px;
	line-height: 20px;
}
#hemeroteca .resultados li strong {
	color: #333333;
}
#hemeroteca .resultados li span {
	color: #2A689B;
}

/*Más noticias a pie de página */
#cuerpo div #mas_noticias {
	float:left;
	clear:both;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	width:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-weight:bold;
	overflow:hidden;
	margin-top:10px;
	margin-bottom: 5px;	
	background-color:transparent;
	background-image:none;
}
#cuerpo div #mas_noticias a {
	font-size: 12px;
	line-height: 15px;
	font-weight:normal;
	height:auto;
}
#cuerpo div #mas_noticias h3 {
	font-size:14px;
	line-height: 18px;
	padding: 0px;
	float: left;
	display:block;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;	
	color: #666666;
	font-weight: bold;
	background-color:transparent;
	background-image:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
#cuerpo div #mas_noticias h4 {
	font-size:15px;
	line-height: 15px;
	float: none;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-weight:bold;
	display:block;
	margin-left: 0px;
	clear: both;
	margin-top: 0px;
}
#cuerpo div #mas_noticias ul {
	width:32%;
	float:left;
	margin-right:1%;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline-block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #347AB9;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
}
#cuerpo div #mas_noticias ul li {
	list-style-type: none;
	padding: 0px;
	margin-left:5px;
	margin-bottom: 10px;
}

/*Más Leídas*/
#cuerpo div .mas_leidas {
	float:left;
	width:100%;
	overflow:hidden;
	clear:both;	
	margin-bottom:10px;
	border:none;
	background-image:none;
	background-color:transparent;
}

#cuerpo div .mas_leidas h3 {
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	color: #666666;
	text-align:left;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: -10px;
	background-color:transparent;
	background-image:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#cuerpo div .mas_leidas ul {
	margin-top:0px;
	margin-left:-10px;
	padding-top: 0px;
	padding-left:0px;
	display:block;
	color: #4F82AC;
	line-height: 20px;
}
#cuerpo div .mas_leidas ul li {
	display:list-item;	
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left:0px;	
	list-style-type: none;
	float:none;
	clear:both;	
}
#cuerpo div .mas_leidas ul li a {	
	display:inline;	
}

/*Estilos más leídas en lateral*/
/*#cuerpo #lateral div div.mas_leidas {
	width:340px;
	margin-bottom:0px;
}
#cuerpo #lateral div .mas_leidas ul {
	display:inline-block;
	padding-left:28px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAE1E9;
	border-bottom-color: #DAE1E9;
	border-left-color: #DAE1E9;
	padding-bottom: 10px;
	margin-bottom:0px;
}*/

/*Noticias Relacionadas */
#cuerpo #noticia #articulo #relacionadas {
	clear: left;
	border:none;	
}

#cuerpo #noticia #articulo #relacionadas ul {
	display:block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:0px;
	list-style-type:none;
}
#cuerpo #noticia  #articulo #relacionadas ul li {	
	margin-bottom: 5px;
	margin-left:5px;
	display:block;
	clear:left;	
}
#cuerpo #noticia  #articulo #relacionadas h3 {
	float:none;
	height:auto;
	display:block;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
	font-weight: bold;
	background-color:transparent;
	background-image:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	
}

/*AVANCES*/
/*Estilos AVANCES en portada*/
/*#cuerpo #avances {
	width:615px;
	margin-right: 5px;
	float:left;
	clear:both;
	margin-bottom: 0px;
	background-image: url(../entorno/avances_fnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline;
	padding:0px;
}*/

/*Estilos AVANCES contenido*/

#cuerpo .avances h5 {
	border:none;
	padding-left:0px;	
}
#cuerpo .avances h3 {
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	color: #666666;
	margin-bottom:5px;
}
#cuerpo .avances img, #cuerpo .ultimas img {
	margin-bottom:5px;
}
#cuerpo .ultimas .articulo_1 h5 {	
	margin-top:0px;
	padding-bottom:10px;
	float:left;
	clear:none;	
}
#cuerpo .ultimas .articulo_1 h1 {
	float:none;
	clear:none;
	margin-top:0px;
	display:inline;
}
#cuerpo .ultimas #articulo h5 {
	clear:both;
	border:none;
}

/*ÚLTIMA HORA*/
#ultima_hora {
	width:997px;
	float:none;
	clear:both;
	margin-top: 3px;
	margin-bottom: 0px;
	border: 1px solid #990033;
	background-color: #EEEEEE;
	display: block;
	margin-right:0px;
}
#ultima_hora h1 {
	float: none;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	clear: right;
	height:auto;
}
#ultima_hora h3 {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990033;
	float: left;
	clear:none;
	padding-right: 15px;
	padding-left: 28px;
	padding-bottom:0px;
	margin:0px;
	background-image: url(../entorno/ultima_hora_fnd.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ultima_hora .foto {
}



/*Comentarios*/
#cuerpo div #comentarios {
	font-size: 11px;
	padding-bottom: 5px;		
	float:left;
	display:block;
	width:634px;
}
#comentarios .texto_comentario {
	float:left;
	margin-left:5px;
	clear:right;
	display:inline;
}
#comentarios .texto_comentario textarea {
	height: 98px;
	width: 390px;	
}
#cuerpo div form .captcha {
	clear:left;
	width:242px;
}
#cuerpo div .captcha, #cuerpo div .publicar, #cuerpo div .aviso {
	float:left;
	line-height:15px;
	font-size:11px;
	margin-top:5px;
	height:50px;
	display:inline;
	width:140px;
}
.captcha img {
	float:none;
	clear:none;
	margin-right:5px;
} 
.captcha input, .publicar input.boton {
	float:left;	
	margin-right:5px;
	margin-top: 5px;
	clear:none;		
}
.publicar input.boton {
	margin-top: 15px;
	margin-left: 15px;
	width:125px;
}
#cuerpo div .publicar {
	float:none;
	clear:right;	
}
#comentarios .aviso {
	font-size:12px;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height:45px;
	vertical-align:middle;
}
#comentarios .aviso input {
	margin-top: 5px;
	border:none;	
	margin-bottom: 0px;
	padding-top: 0px;
}
#comentarios .flotadcha {
	display:block;
	clear:both;
}

#comentarios a {
	color: #000000;
}
#comentarios a:hover {
	color:#FFFFFF;
}
#comentarios p {
	padding: 8px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	display: block;
}
#comentarios h2 {
	font-size: 16px;
	margin-right: 10px;
	padding-top:2px;
}
#comentarios h6 {
	padding-left:3px;
	float: none;
	color: #1D3D5C;
	display:block;
	padding-left: 4px;
}
#comentarios ol {
	padding:0px;
	list-style:none;
	width:100%;
	clear:left;
	display:block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#cuerpo #comentarios ol li {
	background-color: #FFFFFF;
	margin-bottom:15px;
	padding:0px;
	display: block;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	float:none;
	clear:both;
	width:100%;	
}
#comentarios form {
	margin-top:5px;
}


/*Pie de página ANTIGUO*/

/*#pie {
	background-image: url(../entorno/articulo_fnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;
	display:block;
	float:left;
	width:999px;	
	clear: both;
	color:#666666;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:10px;
}
#pie a {
}
#pie a:hover {
}
#pie object {
}*/


/*Pie nuevo*/
#Pie {
	background-image: url(../entorno/articulo_fnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;
	display:block;
	float:left;
	width:999px;	
	clear: both;
	color:#666666;
	font-size: 11px;
	line-height: 14px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:10px;
	margin-top:15px;
}

#PrimerBloquePie{
	float: left;
	width:150px;
	margin-top:5px;
	margin-left:20px;
	}

#PrimerBloquePie a:hover{
	background-color:#FFF;
	}

#SegundoBloquePie{
	width:790px;
	float:left;
	margin-top:5px;
	margin-left:10px;
	}
	
div.TextoSegundoBloquePie{
	text-align:center;
	margin-top:18px;
	margin-bottom:15px;
	}	

div.EnlacesPie{
	font-size:13px;
	text-align:center;
	margin-bottom:20px;
	}	

#TercerBloquePie{
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-top:15px;
	margin-left:20px;
	}
	
#TercerBloquePie img{
		margin-left:8px;
	}
	
#TercerBloquePie ul{
	font-size:11px;
	padding-left:0px;
	font-weight:normal;
	line-height:16px;
	}
	
#TercerBloquePie ul li{
	float:none;
	}

#FaldonTercerBloquePie{
	background-image: url(../entorno/pie_fnd2.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

div.TituloTercerBloquePie{
	width:999px;
	color:#FFF;
	font-size:10px;
	margin-bottom:10px;
	margin-left:5px;
	}

div.EmpresasPie{
	text-align:center;
	color:#666666;
	line-height:20px;
	margin-bottom:20px;
	}
	
div.EmpresasPie a{
	color:#666666;
	text-decoration:none;
	}

div.EmpresasPie a:hover{
	color:#666666;
	text-decoration:underline;
	background-color:#FFF;
	}


/*Módulos*/
div.buscar {
	display:table;
}
div.buscar form {
	display:table-cell;
}
div.buscar input.texto {
	margin-top:0px;
	margin-bottom:5px;
	margin-right:2px;
	width: 80px;
}
div.buscar input.boton {
	margin-top:0px;
}
div.buscar label {
}
.legal {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	text-align: justify;
	display:block;
	clear:left;	
	float:left;
	padding:10px;
	font-weight:bold;
	width:99%;
}
.legal a {
	color: #333333;
	text-decoration: underline;
}
.legal a:hover {
	color:#FFFFFF;
}


/*PAGINACIÓN*/
#paginacion {
	display:table-cell;
	padding: 0px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
	clear:both;
}
#paginacion span {
	color:#666666;
	float:left;
	margin-right:5px;
	line-height:18px;
}
#paginacion a {
	font-size: 10px;
	margin-right: 1px;
	margin-left: 1px;
	padding-left: 4px;
	padding-right: 4px;
	color: #2E487C;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
	display: table-cell;
	border: 1px solid #999999;
	text-decoration:none;
}
#paginacion a.activo {
	color: #FFFFFF;
	background-color: #2A689B;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#paginacion a:hover {
	color: #FFFFFF;
	background-color: #97B6CE;
	text-decoration:none;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border: 1px solid #000000;
}
#paginacion div.iconos {
	display:table-cell;
	float: left;
	clear: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:none;
	padding:0px;
	vertical-align: middle;
	line-height: 20px;
}
#paginacion div.iconos a, #paginacion div.iconos a:hover {
	text-align:center;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	border:none;
	margin-top:0px;
	margin-bottom:0px;
}
#paginacion div.iconos a img {
	display: inline;
	margin: 0px;
	padding: 0px;
}
/*Estilos auxiliares*/
.mini {
	font-size: 10px;
	line-height: 11px;
}
.grande {
	font-size: 18px;
	line-height: 22px;
}
.xgrande {
	font-size: 22px;
	line-height: 26px;
}
.nota {
	font-size:12px;
	font-weight:normal;
	color:#999999;
	line-height: 20px;
	font-style: italic;
	background-color: #FFFFEE;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}
/*Recurso de posicionamiento*/
.flotadcha {
	float: right;
	margin-right:5px;
}
.flotaizda {
	float: left;
	margin-left:5px;
}
.flotacentro {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
	text-align:center;
	clear:both;
	width:99%;
}
#cuerpo div div.salto_linea, .salto_linea {
	display: block;
	line-height:0px;
	height:0px;
	clear: both;
	margin-bottom: 5px;
	margin-top:5px;
	background-image:none;
	background-color:transparent;
	width:100%;
	padding:0px;
	float: none;
	border:none;
}

/*Para funciones y recursos especiales*/
h3 span, h2 span {	
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size:12px;
}
h2 span {
	margin-top:8px;
	float:left;	
	display:inline;
	clear:left;
	position:relative;
	
}
h3 span a, h2 span a {
	color: #FFFFFF;
	text-decoration:none;
}
h3 span a:hover, h2 span a:hover {
	background-color:transparent;
	text-decoration:underline;
}
#articulo * span {
	display:none;	
}
.extna, .extra {
	background-color: #FF9900;
}
.extro {
	background-color: #DA3B3E;
}
.extve {
	background-color: #339933;
}
.extaz {
	background-color: #73B1D0;
}
.extgr {
	background-color: #999999;
}

.copy_imprimir {
	display:none;
}
#cuerpo div .volver {
	float:right;
	margin-right:5px;
	background-color:transparent;
	background-image:url(../entorno/iconos/pag_anterior.gif);
	border:none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display:inline;
	clear:none;
}
#cuerpo div .volver a {
	border:none;
	background-color:transparent;
	background-image:none;
}
#cuerpo div .volver a:hover {
	background-color:#366BA1;
}
