@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/**********************************************************************************************

	Title: CSS
	Author: Iberpixel
	Date: 2008 

***********************************************************************************************

	1. Valores globales
	
	2. Elementos generales
	
	3. Secciones
		3.1 Cabecera
		3.2 central
			3.2.1 Home
		3.3 Pie	
		
***********************************************************************************************/


/* 1. Valores globales
-----------------------------------------------------------------------------------------------
===============================================================================================*/
html, body {
	margin:0px;
	text-align:center;
	width: 100%;
	background: #F7F7F7 url(../images/bg_body.png) center top repeat-x;
	font-family: "Fira Sans", Geneva, Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
a, a:hover {
	/*color:#000;*/
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
hr {
	clear:both;
}
/* 2. Elementos generales
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#layer {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	top: 0px;
}
#contenidos {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width:1020px;
	overflow:hidden;
	clear:both;
	background-color:#FFF;
	text-align: center;
}
#cabecera {
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	width:990px;
	overflow:hidden;
	text-align:left;
	clear:both;
}
#cabecera img{
	width:100%;
}
#fecha {
	float:left;
	width:100%;
	margin:10px 0 0;
	padding:5px 0 5px 10px;
	color:#FFF;
	background: #4795bf;
	font-size:0.75em;
	border:1px solid #4795bf;
}
#hemeroteca {
	float:right;
	margin:0 15px 0 0;
	*margin:-15px 15px 0 0;
	color:#FFF;
	text-align:right;
}
#hemeroteca input {
	width:75px;
	border:1px solid #CCC;
	padding:1px 3px;
	background-color:#FFF
}
#hemeroteca label {
	cursor:pointer;
}
#bloques {
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	width:990px;
	overflow:hidden;
	text-align:left;
	clear:both;
}

/* 3. Secciones
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* 3.1 Banner ---------------------------------------------------------------------------------*/



/* 3.3 Contenidos ---------------------------------------------------------------------------------*/
#bloque1 {
	float:left;
	text-align: left;
	width:640px;
	overflow:hidden;
}
#seccion {
	border-bottom:1px solid #DEDEDE;
	margin-bottom:25px;
	padding-bottom:25px;
	float:left;
	overflow:hidden;
}
.noticias_margen {
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#bloque1 img {
	max-width: 640px;
	height: auto !important;
}

#bloque2 {
	float:right;
	width:305px;
	overflow:hidden;
}
#noticias {
	margin-bottom:5px;
	width:100%;
}
.texto {
	width:100%;
}
#bloque2 img {
	max-width: 305px;
	height: auto !important;
}

.servhospitalarios {
	font-size:13px;
}
.servhospitalarios h1 {
	display:block;
	width:98%;
	background-color:#EFEFEF;
	border:1px solid #CCC;
	margin:10px 0 -1px;
	padding:3px 5px;
	font-size:16px;
	clear:both;
}
.servhospitalarios h2 {
	display:block;
	width:98%;
	border-top:1px dotted #CCC;
	margin:0;
	padding-top:8px;
	font-size:14px;
	font-weight:normal;
	color:#900100;
	clear:both;
}
.servhospitalarios table {
	margin:5px 0 10px;
	width:100%;
}
.servhospitalarios table table {
	width:auto;
}

#social_links {
	float: right;
	margin: 0 0 10px;
	width: 250px;
}
#social_links div {
	float: right;
	padding: 0 5px;
}
/* 3.4 Pie ---------------------------------------------------------------------------------*/
#pie {
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	margin-bottom:20px;
	width:960px;
	overflow:hidden;
	text-align:left;
	clear:both;
	font-size:0.65em;
	background-color:#EFEFEF;
	padding:10px;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
#iberpixel {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	width:960px;
	clear:both;
}
#iberpixel a {
	font-size: 0.55em;
	color:#333;
	text-decoration:none;
	display:block;
	width:160px;
	float:right;
}
#iberpixel a:hover {
	color:#FF9900;
	text-decoration:none;
}

#hemeroteca_list {
	margin-left:20px;
	font-size:16px;
	margin-bottom:5px;
	color:#666;
	font-size:14px;
}

#slider_content {
	float:left;
	overflow:hidden;
	width:970px;
	clear:both;
	height:560px;
}
#slider {
	position:absolute;
	margin:0 0 0 40px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:890px;
	height:auto !important;
	overflow:hidden;
}
#slider li img {
	width:890px;
	height:465px;
}
#slider li table {
	height:80px;
	margin:-7px 0 0;
}
span#prevBtn a {
	width:35px;
	height:35px;
	background: url('../images/button_prev.png') 0 0 no-repeat;
	display:block;
	float:left;
}
span#nextBtn a {
	width:35px;
	height:35px;
	background: url('../images/button_next.png') 0 0 no-repeat;
	display:block;
	float:right;
}
#slide_numero {
	color:#FFF;
	background-color:#666;
	width:80px !important;
	font-size:22px;
}
#slide_txt {
	color:#FFF;
	background-color:#000;
	padding-left:20px;
}
#slide_text {
	float:left;
	margin:0;
	background-color:#666;
}

/* // Easy Slider */

/** RECOMENDADOS ARTICULO DETALLE **/
#recomendado_articulo, #recomendado_suscripcion {
	z-index: 900;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 15px;
	border: 1px solid #E9E9E9;
	-webkit-box-shadow: 2px 2px 5px #999999;
	-moz-box-shadow: 2px 2px 5px #999999;
	box-shadow: 2px 2px 5px #999999;
	background: #FFF;
	width: 355px;
}
#recomendado_suscripcion {
	width: 330px !important;
}
#recomendado_articulo #recomendado_banner {
	margin-right: 10px;
	float: left;
	clear: both;
	width: 100px;
	height: 55px;
}
#recomendado_seccion {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #666;
	margin-top: 0;
}
#recomendado_contenido #recomendado_sobre {
	margin-right: 10px;
	width: 60px;
	float: left;
	clear: both;
}
.cerrar_recomendacion {
	cursor: pointer;
}
.titular_recomendado a {
	color: #13335C;
}
#close_recomendado{
	float: right;
	margin: -10px -10px 0 0;
}
#recomendado_contenido span {
	color: #36495A;
	display: block;
	text-align: left;
}
#close_recomendado_suscripcion{
	float: right;
	margin: -20px -10px 0 0;
}


.not_pie_foto {
	margin: 0px;
	text-align: center;
	background-color: rgb(204, 204, 204);
	font-size: 10px;
	font-weight: bold;
	padding: 6px 10px;
	clear: both;
	font-family: "Fira Sans", Arial,Helvetica,sans-serif;
}

.cont_not_img {
	border-style: solid;
	border-color: rgb(204, 204, 204);
	background-color: rgb(239, 239, 239);
	padding: 5px;
}

.not_titulo {
	color: #1D97C3;
	text-decoration: none;
	font-family: Times New Roman Times,serif;
}

.not_estilo_1 .cont_not_img {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.not_estilo_1 .not_pie_foto {
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(29, 46, 70);
}

.not_antetitulo {
	color: rgb(102, 102, 102);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.not_estilo_1 .not_titulo {
	font-size: 34px;
}

.not_estilo_2 .not_titulo {
	font-size: 30px;
}

.not_estilo_3 .not_titulo {
	font-size: 24px;
}

.not_estilo_4 .not_titulo {
	font-size: 24px;
}

.not_estilo_3 .cont_not_img {
	float: right;
	margin: 3px 0px 5px 10px;
	width: 190px;
}

.not_estilo_4 .cont_not_img {
	float: left;
	margin: 3px 10px 5px 0px;
	width: 190px;
}

.not_entradilla_portada {
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.not_estilo_1 .not_entradilla_portada, .not_estilo_2 .not_entradilla_portada {
	text-align: justify;
}

#noticias {
	float: left;
	width: 100%;
}

#bloques .not_estilo_3, #bloques .not_estilo_4, #bloques #bloque2 .not_estilo_6 {
	border-bottom: 1px dotted rgb(204, 204, 204);
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#bloque2 {
	width: 330px;
}

#bloque2 .cont_not_img .not_img img {
	max-width: 100%;
}

#bloque2 .not_tipo_3 p {
	margin-top: 0;
}

.not_estilo_5 .not_titulo, .not_estilo_6 .not_titulo {
	font-size: 24px;
	font-style: italic;
	width: 100%;
}

#bloque2 .not_titulo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.not_estilo_6 .cont_not_img {
	float: right;
	margin: 3px 0px 5px 10px;
	width: 150px;
}

.not_estilo_7 .cont_not_img {
	float: left;
	margin: 3px 10px 5px 0px;
	width: 150px;
}

.not_estilo_7 .not_titulo {
	font-size: 24px;
	width: 100%;
}

.not_estilo_8 .not_titulo {
	font-size: 24px;
	width: 100%;
}

.not_estilo_8 .cont_not_img {
	float: left;
	width: 95%;
	margin-bottom: 5px;
}

.not_estilo_8 .not_img img {
	width: 100%;
}

.not_tipo_3 img, .not_tipo_4 img {
	max-width: 100% !important;
}

.not_tipo_3 table, .not_tipo_4 table {
	width: 100%;
	border-width: initial !important;
}

.not_tipo_3 table tr td div, .not_tipo_4 table tr td div {
	width: 100% !important;
}

.not_tipo_3 table tr td div img, .not_tipo_4 table tr td div img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.not_tipo_1 p {
	display: none;
}

.noticia_detalle .not_antetitulo {
	color: rgb(102, 102, 102);
	font-variant-numeric: normal;
	font-stretch: normal;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px 0px 0px;
	text-transform: uppercase;
}

.noticia_detalle .not_titulo {
	color: rgb(29, 151, 195);
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 1em;
}

.noticia_detalle .not_entradilla {
	color: rgb(102, 102, 102);
	font-variant-numeric: normal;
	font-stretch: normal;
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.noticia_detalle .not_texto {
	float: left;
	width: 100%;
	margin: 20px 0;
}

table#contenidos .not_texto > table table[cellpadding="5"]:not([width="10"]){
	margin:5px auto!important;
}
table#contenidos .not_texto > table table[cellpadding="5"]:not([width="10"]) p{
	max-width:930px;
	box-sizing:border-box;
}

/****NUEVO COLUMNA IZQUIERDA****/
#bloque1 .bloque_0 .not_estilo_0{
	margin-bottom:0;
	border-bottom:3px solid rgb(29, 151, 195);
}
#bloque1 .bloque_0 .not_estilo_0 .texto{
	float:left;
	width:auto;
}
#bloque1 .bloque_0 .not_estilo_0 table{
	margin-bottom:0 !important;
}
#bloque1 .bloque_1 table,
#bloque1 .bloque_1 table tbody,
#bloque1 .bloque_1 table tbody tr,
#bloque1 .bloque_1 table tbody tr td,
#bloque1 .bloque_2 .not_tipo_3 table,
#bloque1 .bloque_2 .not_tipo_3 table tbody,
#bloque1 .bloque_2 .not_tipo_3 table tbody tr,
#bloque1 .bloque_2 .not_tipo_3 table tbody tr td{
	display:block;
	float:left;
	width:100%;
}
#bloque1 .bloque_1 .not_tipo_3 table tbody tr td,
#bloque1 .bloque_2 .not_tipo_3 table tbody tr td{
	width:45%;
	border-bottom:2px solid rgb(29, 151, 195);
	text-align:center;
	line-height: 22px;
	text-align: center;
	font-family: Fira Sans !important;
	font-style: normal;
	font-weight: normal;
	font-size: 17px !important;
	color: rgb(71, 149, 191);
	letter-spacing: -0.2px;
}
#bloque1 .bloque_1 .not_tipo_3 table,
#bloque1 .bloque_2 .not_tipo_3 table{
	background:none !important;
	border:0 !important;
	border-bottom: 1px solid rgb(29, 151, 195) !important;
	color:rgb(29, 151, 195) !important;
	text-align:left !important;
	margin:0 !important;
	padding:0 !important;
	margin-top: 20px !important;
}

.not_estilo_9 .cont_not_img{
	background:none;
	border:none;
	padding:0;
	position:relative;
}

.not_estilo_9 .cont_not_img .t9_titulo{
	position: absolute;
	bottom: 0;
	color: white;
	padding: 25px 20px 10px 20px;
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}


#noticias.not_estilo_10{
	width:49.5%;
}

#noticias.not_estilo_10:nth-of-type(odd){
	margin-right:1%;
}
.not_estilo_10 .cont_not_img{
	background:none;
	border:none;
	padding:0;
	position:relative;
}

.not_estilo_10 .cont_not_img a, .not_estilo_10 .cont_not_img img{
	width:100%;
}
.not_estilo_10 .cont_not_img .t9_titulo{
	position: absolute;
	bottom: 0;
	color: white;
	padding: 25px 20px 10px 20px;
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

.not_estilo_11 .cont_not_img{
	background:none;
	border:none;
	padding:0;
	position:relative;
}
.not_estilo_11 img{
	float:left;
	width:40%;
}
.not_estilo_11 .t9_titulo{
	color:rgb(68, 68, 68);
	padding:0 10px;
	font-family: "Fira Sans" !important;
	font-size:14px;
	font-weight: 500;
	float: left;
	width: 60%;
	box-sizing: border-box;
}
#bloque1 .bloque_1{
	width:100%;
	float:left;
}
#bloque1 .bloque_2{
	width:100%;
	float:left;
}

/*** NUEVO COLUMNA DERECHA***/
#bloque2{
	margin-top:32px;
}
.not_estilo_12 .cont_not_img{
	background:none;
	border:none;
	padding:0;
	position:relative;
}
.not_estilo_12 .cont_not_img img{
	width:100%;
}

.not_estilo_12 .cont_not_img .t9_titulo{
	position: absolute;
	bottom: 0;
	color: white;
	padding: 25px 20px 10px 20px;
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	width:100%;
	box-sizing:border-box;
}
.not_estilo_12 .cont_not_img .t9_titulo .t12_titulo{
	clear:both;
}
.not_estilo_12 .cont_not_img .t9_titulo .not_pie_foto{
	background:#CA5F67;
	color:white;
	float:left;
	width:auto;
	margin-bottom:10px;
	text-transform: uppercase;
	font-weight:bold;
	padding:5px 10px;
	font-size:12px;
	font-family: "Fira Sans", Arial;
}

#bloque2 .bloque_2 + div table{
	width:49%;
	float:left;
	margin:0 !important;
	margin-bottom:5px !important;
}

#bloque2 .bloque_2 + div table:nth-child(odd){
	margin-right:2% !important;
	clear:left;
}


#bloque2 .bloque_1 #noticias.not_tipo_4{
	width:49%;
	float:left;
	margin-bottom:15px;
}

#bloque2 .bloque_1 #noticias.not_tipo_4:nth-child(even){
	margin-right:2%;
}

#bloque2 .bloque_1 #noticias.not_tipo_4 .not_pie_foto{
	background:rgb(29, 151, 195);
	color:white;
}


#bloque2 .bloque_2 + div table,
#bloque2 .bloque_1 #noticias.not_tipo_4 .cont_not_img{
	background:none !important;
	border:1px solid #ccc !important;
	padding:0 !important;
}

#bloque2 .bloque_2 + div table td{
	padding:0 !important;
}

#bloque1 .bloque_0 .not_estilo_0 .texto td {
	line-height: 22px;
	text-align: center;
	font-family: Fira Sans !important;
	font-weight: bold;
	font-size: 17px !important;
}

/*#bloque1 .bloque_1 .not_tipo_3, #bloque1 .bloque_2 .not_tipo_3 {*/
	/*width: 50%;*/
/*}*/

#bloque1 .bloque_1 .not_tipo_2, #bloque1 .bloque_2 .not_tipo_2 {
	float: left;
	width: 49%;
}

#bloque1 .bloque_1 .not_tipo_2:nth-child(2), #bloque1 .bloque_2 .not_tipo_2:nth-child(2) {
	clear: left;
}

#bloque1 .bloque_1 div.not_estilo_11:nth-of-type(2n), #bloque1 .bloque_2 div.not_estilo_11:nth-of-type(2n) {
	margin-right: 10px;
}

#bloque1 .bloque_1 div.not_estilo_11:nth-of-type(2n), #bloque1 .bloque_2 div.not_estilo_11:nth-of-type(2n) {
	clear: left;
}

#bloque1 .bloque_0 .not_estilo_0 {
	margin-right: 0;
}

#bloque1 .not_estilo_9 img {
	width: 100%;
	max-width: inherit;
}

.not_estilo_9 .cont_not_img .t9_titulo {
	width: 100%;
	box-sizing: border-box;
	line-height: 27px;
	font-family: Fira Sans !important;
	font-size: 24px !important;
}

#bloque1 .bloque_0 .not_estilo_0 .texto {
	width: 100%;
}

.noticia_detalle_v2 .cont_titulo {
	float: left;
	width: 40%;
	padding-right: 20px;
	box-sizing: border-box;
}

.noticia_detalle_v2 .not_imagen {
	float: right;
	width: 60%;
	max-width: 620px;
	position: relative;
}

.noticia_detalle_v2 .not_imagen img {
	float: left;
	width: 100%;
}

.noticia_detalle_v2 .not_antetitulo {
	font-family: "Fira Sans";
	font-size: 15px;
	line-height: 18px;
	float: left;
	clear: left;
	color: #000000;
	margin-bottom: 10px;
}

.noticia_detalle_v2 .not_titulo {
	font-family: "Fira Sans";
	font-size: 33px;
	line-height: 39.6px;
	color: #4795bf;
	float: left;
	clear: left;
	letter-spacing: -1px;
}

.noticia_detalle_v2 .not_entradilla {
	font-size: 17px;
	font-weight: lighter;
	line-height: 20.4px;
	color: #000000;
	float: left;
	clear: left;
	margin-top: 10px;
}

.noticia_detalle_v2 #social_links {
	clear: right;
	padding: 0;
	width: auto;
	position: absolute;
	bottom: 0;
	left: -130px;
	margin: 0;
}

.noticia_detalle_v2 .not_texto {
	font-family: "Roboto";
	font-size: 16px;
	line-height: 19.2px;
	color: #000000;
}

.noticia_detalle_v2 .not_texto strong {
	color: rgba(71, 149, 191, 1);
}

.noticia_detalle_v2 #social_links li {
	display: inline-block;
	margin-right: 5px;
}

.noticia_detalle_v2 #social_links li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 17px;
}

.noticia_detalle_v2 #social_links .social_link_facebook a {
	background: #3B5998;
}

.noticia_detalle_v2 #social_links .social_link_linkedin a {
	background: #007BB6;
}

.noticia_detalle_v2 #social_links .social_link_twitter a {
	background: #00ACED;
}

.noticia_detalle_v2 #social_links .social_link_whatsapp a {
	background: #24D366;
}

.noticia_detalle_v2 .not_imagen .not_pie_foto {
	background: rgb(71, 149, 191);
	font-family: "Roboto";
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20.4px;
	text-align: center;
}

#bloque1 .bloque_1 div.not_estilo_11 {
	margin-bottom: 10px;
}

#bloque2 .not_tipo_3 .texto {
	float: left;
}

#bloque2 .bloque_2 {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}

.noticia_detalle_v2 #pie {
	background: none;
}

.noticia_detalle_video .not_imagen table {
	width: 100%;
	margin-bottom: 0 !important;
}

.noticia_detalle_video .not_imagen iframe {
	width: 100% !important;
	max-width: 620px;
	height: 368px !important;
}

.noticia_detalle_video .not_imagen table td p {
	background: rgb(71, 149, 191) !important;
	font-family: "Roboto";
	font-size: 17px !important;
	font-weight: normal;
	color: #ffffff;
	line-height: 20.4px;
	text-align: center;
}

.noticia_detalle_video .not_imagen>p {
	display: none;
}

.home_v2 #pie, .hemeroteca_v2 #pie {
	background: none;
}

#bloque2 .bloque_2 .template_cabecera_3 {
	background: #4795bf !important;
	border: 1px solid #4795bf !important;
	padding: 2px 5px !important;
}

.noticia_detalle_v2 .not_texto table {
	background: none;
	border: 0;
}

.noticia_detalle_v2 .not_texto table td {
	padding: 0;
}

.noticia_detalle_v2 .not_texto table td p {
	background: rgb(71, 149, 191) !important;
	font-family: "Roboto";
	font-size: 12px !important;
	font-weight: normal;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	padding: 5px 10px !important;
	max-width: 100%;
}

#recomendado_suscripcion {
	background: none;
	padding: 0;
	border: 0;
	box-shadow: none;
}

#recomendado_suscripcion .suscripcion_img {
	float: left;
	width: 100%;
	height: auto;
}

#close_recomendado_suscripcion {
	margin: 10px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

#cabecera #hemeroteca img {
	float: left;
	width: 16px;
	margin-right: 10px;
}