/**********************************************************************************************

	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
-----------------------------------------------------------------------------------------------
===============================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


html, body {
	margin:0px;
	text-align:center;
	width: 100%;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

html {
	/*background: #FFF url("../images/footer_bg_v6.png") left bottom repeat-x*/;
}

img {
	border:none;
	max-width: 100%;
	height: auto;
}
a, a:hover {
	color:#000;
	text-decoration:none;
	transition: all 0.3s ease;
}
ol, ul {
	list-style: none;
}
hr {
	clear:both;
	border: none;
	border-bottom: 1px solid;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
/* 2. Elementos generales
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#layer {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	top: 0px;
}
#contenidos {
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	width:1200px;
	overflow:hidden;
	clear:both;
	text-align: center;
}
#cabecera {
	float: left;
	width:100%;
	clear:both;
	position: relative;
}
#paises {
	float: left;
	clear: both;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
#paises li {
	float: left;
	margin-right: 15px;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

#paises li:last-child {
	margin-right: 0;
}
#paises li a {
	color: #9C9C9C;
	font-weight: 300;
	transition: all 0.5s ease;
}
#paises li a:hover {
	color: #000;
}
#logo_header {
	float: left;
	clear: left;
	margin: 15px 0 0;
}
#cabecera_contents {
	float: right;
	width: 50%;
}
#cabecera_contents_left {
	float: left;
	font-size: 11px;
	color: #979797;
	width: 350px;
	text-align: center;
	margin-left: 30px;
}
#social_icon {
	margin: 15px auto 0;
	padding: 0;
	list-style: none;
	width: 235px;
}
#social_icon li {
	float: left;
	margin: 0;
	margin-right: 5px;
	/*width: 20%;*/
}

#social_icon li:last-child {
	margin: 0;
}
#social_icon li img {
	/*width: 100%;*/
}
#cabecera_contents_right {
	float: right;
	font-size: 11px;
	color: #979797;
	width: auto;
	text-align: center;
}

#hemeroteca-link {
	float: right;
}

#hemeroteca-link #hemeroteca_fecha {
	border: 0 none;
	color: #464646 !important;
	cursor: pointer;
	font-family: "Open Sans";
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
}
#buscador_form {
	float: right;
	clear: both;
	margin: 15px 0 0;
}
#texto_buscador {
	float: left;
	width: 120px;
	border: 2px solid #EAEAEA;
	background: #F4F4F4;
	padding: 3px 23px 3px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
}
#btn_buscador {
	float: left;
	margin: 6px 0 0 -21px;
}
#buscador_form span {
	float: left;
	font-size: 9px;
	text-align: left;
	color: #464646;
	line-height: 10px;
	margin: 1px 0 0 5px;
}

#bloques {
	float: left;
	margin:20px 0 0;
	width:1200px;
	text-align:left;
	clear:both;
}

.links_rel {
	width: 97%;
	padding: 15px 10px;
	float: left;
	clear: both;
	background-color: #F4F2E9;
	margin: 10px 0;
}

.links_rel div {
	width: 45%;
}

.links_rel .icon_rel {
	float: left;
	padding: 3px 5px 0 0;
}

.links_rel .link_dest {
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 100;
	width: 100%;
	float: left;
	color: #535353;
}

.links_rel .link_fecha {
	font-size: 12px;
	color: #5B89BD;
	margin: 0;
	float: left;
	clear: both;
	font-weight: bold;
	font-weight: 100;
	margin-top: 5px;
}

.links_rel #link_rel_1 {
	float: left;
}

.links_rel #link_rel_2 {
	float: right;
}

/*CALENDARIO*/
#ui-datepicker-div {
	width: 200px;
	font-size: 13px;
}
#ui-datepicker-div .ui-widget-header {
	background: url("../images/menu_superior_bg.jpg") repeat-x scroll 0 0 #436690;
	color: #FFFFFF;
}


/* 3. Secciones
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* 3.1 Banner ---------------------------------------------------------------------------------*/
.banner_block {
	/*padding: 20px 0;
	border-bottom: 1px solid #a1a1a1;*/
	float: left;
	clear: both;
	width: 100%;
}


/* 3.3 Contenidos ---------------------------------------------------------------------------------*/
#bloque_principal {
	float: left;
	width: 940px;
}

.bloque_princ {
	float:left;
	text-align: left;
	width:940px;
	/*overflow:hidden;*/
}
.bloque_content {
	float: left;
	clear: both;
	width: 100%;
	/*border-bottom: 1px solid #A1A1A1;*/
	padding: 10px 0 0;
}

.compartir_share {
	float: none;
	position: absolute;
	margin-left: 26px;
	margin-top: -9px;
	padding: 5px 10px 0;
}

.compartir_share .share {
	width: auto;
	padding: 0;
	float: left;
	margin: 0;
}

.compartir_share .share-item {
	float: left;
	margin-right: 10px;
}

.noticia_block {
	position: relative;
}

.noticia_block .cont_aux_imagen {
	float: left;
	position: relative;
}

.noticia_block iframe {
	margin-bottom: 10px;
}

.noticia_block .cont_not_image {
	float: left;
	margin-bottom: 10px;
}

.estilo1 .compartir_share {
	background: #000000;
}

.estilo1 .noticia_block {
	float: left;
	width: 940px;
	margin: 0;
	clear: none;
	position: relative;
}
.not_seccion {
	background: url("../images/bg_not_seccion.jpg") repeat-y;
	background-size: 100% 100%;
	margin: 0 0 10px;
	padding: 3px 10px;
	font-size: 13px;
	float: left;
}
.not_seccion strong {
	color: #313a7b;
	text-transform: none;
}
.not_seccion i{
	margin-left:5px;
	font-size:10px;
}
.not_seccion a {
	color: #ffffff;
	text-transform: uppercase;
}

.editor_twitter_esp {
	color: #FFFFFF;
}

.estilo1 .imagen_destacada {
	float: left;
	display: block;
}
.estilo1 .noticia_block .not_image {
	display: block;
	float: left;
	clear: both;
	/*width: 100%;
					height: auto;*/
	width: 940px;
	height: 558px;
	position: relative;
	z-index: -1;
}

.not_titular {
	font-family: "Fira Sans", sans-serif;
	font-weight: bold;
	color: #000;
	float: left;
	clear: both;
	font-size: 26px;
	line-height: 110%;
	margin: 0;

}

.estilo1 .cont_aux_titular {
	/*height: 95px;*/
	overflow: hidden;
}

.estilo1 .not_titular {
	color: #FFFFFF;
	font-size: 41px;
	width: 100%;
}


.not_entradilla {
	color: #000;
	float: left;
	clear: both;
	font-size: 15px;
	line-height: 120%;
	margin: 10px 0 0;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}


.not_entradilla strong {
	color: #69130F;
}

.estilo1 .not_entradilla, .estilo1 .not_entradilla strong {
	color: #FFFFFF;
}



.cont_titular {
	/*float: left;
					margin-top: -206px;*/
	position: absolute;
	bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	overflow: hidden;
	background: rgba(3,3,3,0);
	background: -moz-linear-gradient(top, rgba(3,3,3,0) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,3,3,0)), color-stop(50%, rgba(5,5,5,0.6)), color-stop(100%, rgba(5,5,5,1)));
	background: -webkit-linear-gradient(top, rgba(3,3,3,0) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,1) 100%);
	background: -o-linear-gradient(top, rgba(3,3,3,0) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(3,3,3,0) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,1) 100%);
	background: linear-gradient(to bottom, rgba(3,3,3,0) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#050505', GradientType=0 );
}

.estilo1 .cont_titular {
bottom:10px;
}

.cont_extra {
	position: absolute;
	top: inherit !important;
	right: 10px !important;
	bottom: 20px !important;
	z-index: 2;
}

.contenido_extra_img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.contenido_extra_img:last-child {
	margin-right: 0;
}

.cont_extra .col_text {
	float: left;
	width: 81px;


}

.cont_extra .col_icon {
	float: right;
	width: auto;
}

.texto_img {
	float: left;
	color: #296BA3;
	text-align: center;
	background: #DEDEE0;
	width: 100%;
	max-height: 31px;
	font-size: 12px;
	padding: 7px;
}



.cont_editor {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.cont_editor .icon_compartir {
	cursor: pointer;
}

.cont_editor .icon_compartir, .cont_editor .not_editor, .cont_editor .not_fecha {
	float: left;
	font-size: 14px;
	line-height: 20px;
}

.cont_editor .not_editor {
	font-family: "Roboto";
	font-size: 11px;
	font-weight: 400;
	margin-left: 10px;
	color: #4A4A4A;
	text-transform: uppercase;
}

.cont_editor .not_editor img {
	margin-right: 5px;
}

.cont_editor .not_editor img, .cont_editor .not_editor span {
	display: inline-block;
	vertical-align: middle;
}

.cont_editor .not_fecha {
	color: #2A6BA3;
	font-family: "Roboto";
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.estilo1 {
	border-bottom: none;
}

.estilo1 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo1 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo1 .cont_editor .not_fecha {
	color: #FFFFFF;
}


/*DISEÑO 2*/

.estilo2 {
	/*border-bottom: 1px solid #A1A1A1;*/
}

.estilo2 .noticia_block {
	float: left;
	width: 300px;
	/*padding-bottom: 30px;*/
	margin-right: 20px;
}

.estilo2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo2 .b2_3 {
	margin-right: 0;
}

.estilo2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo2 .not_titular {
	font-size: 26px;
	font-weight: bold;
}


.estilo2  .not_image {
	clear: both;
	float: left;
	width: 300px;
	height: 178px;
}

.cont_extra_2 {
	/*margin-left: 170px;*/
	bottom: 20px;
}

/*DISEÑO BISTURI*/
.estilo_bisturi {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.estilo_bisturi_home {
	margin-bottom: 10px;
	padding: 10px 0 20px;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}

.estilo_bisturi #bloque_bisturi_title {
	background: #2A6BA3 url("../images/cabecera_bisturi.png") no-repeat center center;
	width: 100%;
	height: 25px;
	float: left;
	margin-bottom: 20px;
}

#slider-bisturi-wrapper {
	width: 940px;
	border-top: 1px solid #296ba3;
	/*border-bottom: 1px solid #296ba3;*/
	padding: 20px 0;
	/*height: 185px;*/
	height: auto;
	overflow: hidden;
	background: #bfd2e3 none repeat scroll 0 0;
}

.estilo_bisturi .bisturi {
	float: left;
	text-align: center;
	margin: 0 10px !important;
	max-width: 284px;
}

.estilo_bisturi_home #slider-bisturi-wrapper {
	width: 940px !important;
}

.estilo_bisturi .coda-slider-wrapper #slider-bisturi .panel {
	width: 875px;
}

.estilo_bisturi .coda-slider-wrapper #slider-bisturi .panel .bisturi:first-child {
	padding-left: 0 !important;
}

.estilo_bisturi .coda-slider-wrapper #slider-bisturi .panel .bisturi:last-child {
	padding-right: 0 !important;
}

.estilo_bisturi .coda-slider-wrapper #slider-bisturi .panel .bisturi:nth-child(2) {
	background: url("../images/bisturi_bg2_v6.png");
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 303px;
	padding: 0 31px !important;

}

.estilo_bisturi .coda-slider-wrapper #slider-bisturi {
	width: 875px;
	/*height: 197px !important;*/
	height: auto !important;
}

.estilo_bisturi .coda-slider-wrapper .coda-nav-left, .estilo_bisturi .coda-slider-wrapper .coda-nav-right {
	margin-top: 65px;
	width: 25px;
}

.estilo_bisturi .coda-slider-wrapper .coda-nav-left a {
	margin: 5px;
	margin-left: 10px;
}

.estilo_bisturi .coda-slider-wrapper .coda-nav-right a {
	margin-right: 10px;
}

.estilo_bisturi .bisturi .bisturi_titulo {
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	text-transform: initial;
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #2A6BA3;
	text-align: left;
}

.estilo_bisturi .bisturi .bisturi_text {
	font-size: 14px;
	font-weight: 100;
	margin-top: 20px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

/*DISEÑO FIRMAS*/
.estilo_firmas {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.estilo_firmas #bloque_firmas_title {
	float: left;
	text-transform: uppercase;
	text-align: center;
	color: #1DBAD2;
	font-weight: bold;
	font-family: "Montserrat";
	font-size: 15px;
	clear: both;
	width: 100%;
	border-bottom: 7px solid #1DBAD2;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

.estilo_firmas .firmas {
	float: left;
	width: 940px;
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

.estilo_firmas .firma {
	float: left;
	padding: 0 10px;
}

.estilo_firmas .firma .firma_img {
	width: 84px;
	height: auto;
	float: left;
}

.estilo_firmas .firma .firma_titulo {
	overflow: hidden;
}

.estilo_firmas .firma .firma_pie {
	float: left;
	font-family: "Fira Sans";
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	background: rgba(29, 186, 210,0.6);
	height: -moz-fit-content;
	height: fit-content;
}

.estilo_firmas #banner-firmas {
	float: left;
	width: 255px;
	height: auto;
}

.estilo_firmas .firma_especial .conte_firma {
	padding: 5px;
}

.estilo_firmas .firma_sala_espera .conte_firma, .estilo_firmas .firma_sala_espera .firma_pie_especial {
	background: #C21D17;

}

.estilo_firmas .firma_editorial .conte_firma, .estilo_firmas .firma_editorial .firma_pie_especial {
	background: #313A7B;
}

.estilo_firmas .firma_diagnostico .conte_firma, .estilo_firmas .firma_diagnostico .firma_pie_especial {
	background: #2A6BA3;
}

.estilo_firmas .firma_especial {
	padding: 0;
	margin: 0 5px;
}

.estilo_firmas .firma_especial {
	display: table;
}

.estilo_firmas .firma_especial .cont_firma_especial {
	display: table-row;
}

.estilo_firmas .firma_especial .col_firma {
	display: table-cell;
	vertical-align: middle;
}

.estilo_firmas .firma_especial img {
	float: none !important;
	margin: 0 auto;
	display: block;
	width: auto !important;
}

.estilo_firmas .firma_especial .col_firma_izq {
	padding: 10px;
	width: 40px;
}

.estilo_firmas .firma_sala_espera .col_firma_izq {
	width: 50px;
}

.estilo_firmas .firma_especial .col_firma_der {
	padding: 5px;
	background: #FFFFFF;
	height: 56px;
	width: 139px;
}

.estilo_firmas .firma_especial .firma_autor {
	width: auto;
	display: block;
	margin: 0 auto;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	font-family: 'Montserrat';
	height: auto;
	margin-top: 5px;
}

.estilo_firmas .firma_editorial .firma_autor {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
}

.estilo_firmas .firma_especial .firma_titulo {
	text-align: center;
	width: 100%;
	color: #706E6E;
	margin: 0;
	float: right;
	height: auto;
	overflow: none;
	max-height: 51px;
}

.estilo_firmas .img_firma_normal {
	float: right;
	max-width: 84px;
	max-height: 66px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.estilo_firmas .firma_especial .firma_pie_especial {
	/*margin-top: 24px;*/
	margin-top: 14px;
}


.coda-slider-wrapper #slider-firmas .panel-container .panel, #slider-firmas-wrapper {
	width: 940px !important;
	overflow: hidden;
	/*height: 160px;*/
}

.estilo_firmas .coda-slider-wrapper .coda-nav-left a, .estilo_bisturi .coda-slider-wrapper .coda-nav-left a{
	background: url(../images/firmas_flecha_left.png) no-repeat;
}

.estilo_firmas .coda-slider-wrapper .coda-nav-right a, .estilo_bisturi .coda-slider-wrapper .coda-nav-right a{
	background: url(../images/firmas_flecha_right.png) no-repeat;
}

.estilo_firmas .coda-slider-wrapper .coda-nav-left {
	position: absolute;
	z-index: 999;
	margin: -26px 0 0 893px;
}

.estilo_firmas .coda-slider-wrapper .coda-nav-right {
	position: absolute;
	z-index: 999;
	margin: -26px 0 0 927px;
}

.estilo_firmas .coda-slider-wrapper .coda-nav-left a, .estilo_firmas .coda-slider-wrapper .coda-nav-right a, .estilo_bisturi .coda-slider-wrapper .coda-nav-left a, .estilo_bisturi .coda-slider-wrapper .coda-nav-right a {
	color: #FFFFFF;
	width: 8px !important;
	height: 16px !important;
}


/*DISEÑO 3*/
.estilo3 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}


.estilo3 .b3_1 {
	float: left;
	width: 620px;
	position: relative;
}

.estilo3 .b3_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo3 .b3_2 {
	width: 300px;
	float: right;
}

.estilo3 .b3_2 .not_image {
	width: 300px;
	height: 178px;
}

.estilo3 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo3 .b3_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo3 .b3_1 .not_titular {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 29px;
	width: 100%;
}
.estilo3 .b3_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo3 .b3_1 .not_entradilla, .estilo3 .b3_1 .not_entradilla strong {
	color: #FFFFFF;
}

.estilo3 .b3_1 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo3 .b3_1 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo3 .b3_1 .cont_editor .not_fecha {
	color: #FFFFFF;
}

.estilo3 .b3_1 .cont_extra_3 {
	/*margin-left: 490px;*/
}

.estilo3 .b3_2 .cont_extra_3 {
	/*margin-left: 130px;*/
	/*top: 30px;*/
}


.estilo3 .b3_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo3 .b3_2 .not_entradilla strong {
	color: #69130f;
}

/*.estilo3 .b3_2 .not_entradilla {
				max-height: 55px;
				overflow: hidden;
			}*/

.estilo3 .b3_2 .cont_editor {
	padding-top: 10px;
}


/*DISEÑO 4*/
.estilo4 {

}

.estilo4 .noticia_block {
	width: 32%;
	float: left;
	margin-right: 15px;
}



.estilo4 .noticia_block:nth-child(3) {
	margin-right: 0;
}


.estilo4 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}


.estilo4 .not_image {
	width: 300px;
	height: 178px;
}




/*DISEÑO BANNER*/
.estilo_banner .banner_block {
	width: 380px !important;
	margin: 0;
}

.estilo_banner .banner_block:first-child {
	margin-left: 45px;
	margin-top: 10px;
	float: left;
}

.estilo_banner .banner_block:last-child {
	float: right;
	margin-right: 45px !important;
	margin-top: 10px;
}


/*DISEÑO PRIMEROS PLANOS*/
.estilo_planos {
	margin-bottom: 25px;
	/*border-top: 1px solid #A1A1A1;*/
	float: left;
	padding-top: 15px;
	border-bottom: 0;
}

.estilo_planos #content {
	float: left;
}

.estilo_planos #plano_title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #ECF2F2;
	color: #2367A2;
	text-align: center;
}

.estilo_planos .plano_principal {
	width: 620px;
	float: left;
}

.estilo_planos .plano_principal img {
	width: 100%;
	max-width: 620px;
}

.estilo_planos #slider-planos-wrapper {
	float: right;
}

.estilo_planos .owl-item {
	width: 100%;
	height: auto !important;
}

.estilo_planos .plano_sec {
	/*width: 45%;*/
	width: 100%;
	float: left;
}

.estilo_planos .plano_sec img {
	width: 100%;
	height: auto;
}

.estilo_planos .plano_sec:nth-child(2n+1) {
	clear: left;
}

.estilo_planos .cont-text {
	background: #E63E11;
	width: 100%;
	display: none;
}

.estilo_planos .cont-text, .estilo_planos .cont-text a {
	color: #FFFFFF;
	float: left;
}

.estilo_planos .plano_principal .cont-text a {
	font-family: "Roboto";
	font-size: 19px;
	font-weight: bold;
}

.estilo_planos #slider-planos-wrapper .cont-text a {
	font-family: "Roboto";
	font-size: 13px;
	font-weight: bold;
}

.estilo_planos .plano_titular {
	margin: 10px 7px 5px;
}

.estilo_planos .plano_pie {
	font-size: 10px;
	clear: both;
	margin: 0px 7px 5px;
	height: 26px;
	overflow: hidden;
}

.estilo_planos .plano_sec .plano_pie {
	height: 15px;
	overflow: hidden;
}

.estilo_planos #slider-planos-wrapper {
	/*width: 48% !important;*/
	width: 421px !important;
	float: right;
	clear: right;
	overflow: hidden;
}

.estilo_planos .coda-slider-wrapper .coda-nav-left a, .estilo_planos .coda-slider-wrapper .coda-nav-right a {
	color: #FFFFFF;
	width: 8px !important;
	height: 16px !important;
}

.estilo_planos .coda-slider-wrapper .coda-nav-left a{
	background: url(../images/planos_flecha_left.png) no-repeat;
}

.estilo_planos .coda-slider-wrapper .coda-nav-right a {
	background: url(../images/planos_flecha_right.png) no-repeat;
}

.estilo_planos .coda-slider-wrapper .coda-nav-left {
	position: absolute;
	z-index: 999;
	margin: -32px 0 0 369px;
}

.estilo_planos .coda-slider-wrapper .coda-nav-right {
	position: absolute;
	z-index: 999;
	margin: -32px 0 0 399px;
}

.estilo_planos #slider-planos {
	height: 379px !important;
}

.estilo_planos .cont_slider_planos {
	height: 368px;
	overflow: hidden;
}

/*DISEÑO 5*/
.estilo5 {

}

.estilo5 .b5_1 {
	width: 620px;
	float: left;
}

.estilo5 .b5_1 .not_seccion, .estilo5 .b5_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo5 .b5_1 .not_image {
	width: 620px;
	height: 368px;
}

.estilo5 .b5_1 .cont_extra_5 {
	top: 0;
}

.estilo5 .b5_2 .not_image {
	width: 300px;
	height: 178px;
}

.estilo5 .b5_2, .estilo5 .b5_3 {
	width: 300px;
	float: right;
}

.estilo5 .b5_3 {
	clear: right;
}

.estilo5 .b5_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo5 .b5_1 .not_titular {
	font-size: 33px;
}

.estilo5 .b5_2 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo5 .b5_3 {
	margin-top: 20px;
}

.estilo5 .b5_2 .cont_aux_titular, .estilo5 .b5_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

/*DISEÑO 6*/
.estilo6 {
	/*margin-top: 20px;*/
}

.estilo6 .noticia_block {
	width: 300px;
	float: left;
}

.estilo6 .not_image {
	width: 300px;
	height: 178px;
}


.estilo6 .b6_3, .estilo6 .b6_4 {
	float: right;
}

.estilo6 .b6_4 {
	clear: right;
}

.estilo6 .b6_1 .cont_aux_titular, .estilo6 .b6_2 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo6 .b6_2 {
	margin-left: 15px;
}

.estilo6 .b6_3 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo6 .b6_4 {
	margin-top: 20px;
}

.estilo6 .b6_3 .cont_aux_titular, .estilo6 .b6_4 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo6 .cont_extra_6 {
	/*margin-left: 170px;*/
	bottom: 20px;
}

.estilo6 .b6_1 .not_seccion, .estilo6 .b6_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}


/*DISEÑO 7*/
.estilo7 {
	margin-top: 10px;
}

.estilo7 .b7_1 {
	width: 620px;
	float: left;
}

.estilo7 .b7_1 iframe {
	float: left;
	clear: left;
}

.estilo7 .not_image {
	width: 365px;
	height: 217px;
	float: left;
	clear: both;
}


.estilo7 .b7_2 {
	width: 300px;
	float: right;
}

.estilo7 .b7_1 .not_seccion {
	margin-left: 15px;
}

.estilo7 .b7_1 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	clear: right;
	width: 240px;
}

.estilo7 .b7_1 .not_titular {
	clear: none;
	width: 100%;
}

.estilo7 .b7_1 .cont_editor {
	float: right;
	width: 240px;
}

.estilo7 .b7_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo7 .cont_extra_7 {
	/*margin-left: 235px;*/
	/*top: 0;*/
	right: 255px;
	z-index: 999;
	/*font-weight: 400;*/
}

.estilo7 .b7_1 .cont_extra_7 {
	bottom: 20px;
}

.estilo7 .cont_editor {
	font-weight: 400;
}

/*.estilo7 .not_entradilla {
				height: 56px;
				overflow: hidden;
			}*/

.estilo7 .not_entradilla strong {
	color: #69130f;
}

.estilo7 .b7_1 .icon_compartir {
	margin-bottom: 20px;
}

.estilo7 .not_editor {
	margin-right: 5px;
	max-width: 188px;
	/*border: 0;*/
}

.estilo7 .b7_2 .not_editor {
	max-width: 248px;
}

.estilo7 .b7_1 .not_editor_7_1 {
	border: 0;
}

.estilo7 .not_fecha {
	margin-left: 28px;
}

.estilo7 .noticia_block .not_fecha {
	margin-left: 0 !important;
}


/*DISEÑO 8*/
.estilo8 {
	margin-top: 20px;
}

.estilo8 .noticia_block {
	width: 300px;
	float: left;
}

.estilo8 .not_image {
	width: 300px;
	height: 178px;
}

.estilo8 #col_cent {
	float: left;
	margin-left: 15px;
	width: 300px;
}

.estilo8 .b8_4 {
	float: right;
}


.estilo8 .b8_1 .cont_aux_titular, .estilo8 .b8_4 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo8 #col_cent .b8_2 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo8 .b8_2 .cont_aux_titular, .estilo8 .b8_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo8 .b8_3 {
	margin-top: 20px;
}

.estilo8 .cont_extra_8 {
	/*margin-left: 170px;*/
	bottom: 20px;
}

.estilo8 .cont_editor {
	font-weight: 400;
}

.estilo8 .b8_1 .not_seccion, .estilo8 .b8_4 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}


/*DISEÑO 9*/
.estilo9 {
	border-bottom: 0;
	/*margin-top: 10px;*/
	padding-top: 0;
	padding-bottom: 0;
}

.estilo9 .noticia_block {
	width: 300px;
	float: left;
	margin: 10px;
}

.estilo9 .noticia_block:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.estilo9 .noticia_block:first-child {
	margin-left: 0;
}

.estilo9 .noticia_block:nth-child(3n) {
	margin-right: 0;
}

.estilo9 .noticia_block:last-child {
	margin-right: 0;
}

.estilo9 .not_esp {
	width: 250px;
	vertical-align: middle !important;

}



.estilo9 .b9_1, .estilo9 .b9_5, .estilo9 .b9_7, .estilo9 .b9_11 {
	background: #ECF2F2;
	padding: 0 25px;
}


.estilo9 .noticia_block .not_seccion {
	margin: 0;
}

.estilo9 .noticia_block .not_seccion_esp {
	float: none;
	position: absolute;
	margin-top: 12px;
	width: auto;
	display: none;
}

.estilo9 .noticia_block .not_titular {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.estilo9 .not_image {
	float: left;
	clear: both;
	width: 300px;
	height: 178px;
}

.estilo9 .fila {
	float: left;
	display: table-row;
	border-spacing: 10px 0;
	margin-bottom: 20px;
}

.estilo9 .fila .noticia_block {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}

.estilo9 .noticia_block .not_seccion {
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.estilo9 .noticia_block .not_seccion a {
	color: #2367A2;
}

.estilo9 .noticia_block .cont_not_image {
	margin-bottom: 0;
}


/*DISEÑO 10*/
.estilo10 {
	border-bottom: 0;
}

.estilo10 .column {
	/*width: 23.8%;*/
	width: 220px;
	float: left;
	padding-right: 15px;
}

.estilo10 #col4 {
	padding-right: 0;
}

.estilo10 .noticia {
	border-bottom: 1px solid #C21D17;
	padding-bottom: 15px;
	float: left;
	width: 100%;
	clear: both;
}

.estilo10 .noticia .not_titular {
	font-family: "Roboto";
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
}

.estilo10 .noticia .not_image {
	margin-top: 15px;
	margin-bottom: -5px;
	width: 220px;
	height: 131px;
}


/*DISEÑO 11*/
.estilo11 {
	margin-top: 0;
}

.estilo11 .b11_1 {
	width: 300px;
	float: left;
}

.estilo11 .b11_2 .not_seccion {
	margin-left: 15px;
}

.estilo11 .not_image {
	width: 365px;
	height: 217px;
	float: left;
	clear: both;
}


.estilo11 .b11_2 {
	width: 620px;
	float: right;
}

.estilo11 .b11_2 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	clear: right;
	width: 240px;
}

.estilo11 .b11_2 .not_titular {
	clear: none;

}

.estilo11 .b11_2 .cont_editor {
	float: right;
	clear: right;
	width: 240px;
}

.estilo11 .b11_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: right;
}

.estilo11 .cont_extra_11 {
	/*margin-left: 235px;*/
	/*top: 30px;*/
	/*font-weight: 400;*/
	right: 255px;
}

.estilo11 .cont_editor {
	font-weight: 400;
}

.estilo11 .b11_2 .not_entradilla {
	float: right;
	clear: right;
	width: 240px;
}

.estilo11 .not_entradilla strong {
	color: #69130f;
}

.estilo11 iframe {
	float: left;
}


/*DISEÑO 12*/
.estilo12 {
	/*margin-top: 20px;*/
}

.estilo12 .b12_2 {
	width: 620px;
	float: right;
}

.estilo12 .b12_1 .not_seccion, .estilo12 .b12_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo12 .b12_2 .not_image {
	width: 620px;
	height: 368px;
}

.estilo12 .b12_1 .not_image {
	width: 300px;
	height: 178px;
}

.estilo12 .b12_1 {
	width: 300px;
	float: left;
}

.estilo12 .b12_3 {
	clear: left;
	float: left;
	width: 300px;
}

.estilo12 .b12_2 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo12 .b12_2 .not_titular {
	font-size: 30px;
}

/*.estilo12 .b12_2 .not_entradilla {
				height: 38px;
				overflow: hidden;
			}*/

.estilo12 .b12_1 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo12 .b12_3 {
	margin-top: 20px;
}

.estilo12 .b12_1 .cont_aux_titular, .estilo12 .b12_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}


/*DISEÑO 13*/
.estilo13 {
	margin-top: 0px;
}

.estilo13 .b13_2 {
	width: 620px;
	float: right;
}

.estilo13 .b13_2 .cont_extra_13 {
	bottom: 20px;
}

.estilo13 .b13_2 .not_image {
	width: 620px;
	height: 368px;
}

.estilo13 .b13_1 .not_image {
	width: 300px;
	height: 178px;
}

.estilo13 .b13_1 {
	width: 300px;
	float: left;
}

.estilo13 .b13_3, .estilo13 .b13_4 {
	clear: left;
	float: left;
	width: 300px;
}

.estilo13 .b13_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo13 .b13_2 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo13 .b13_2 .not_titular {
	font-size: 43px;
}

/*.estilo13 .b13_2 .not_entradilla {
				height: 38px;
				overflow: hidden;
			}*/

.estilo13 .b13_1, .estilo13 .b13_3 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo13 .b13_3, .estilo13 .b13_4 {
	margin-top: 20px;
}

.estilo13 .b13_1 .cont_aux_titular, .estilo13 .b13_3 .cont_aux_titular, .estilo13 .b13_4 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

/*DISEÑO 14*/
.estilo14 {
	border-bottom: 0;
	/*margin-top: 10px;*/
	padding-top: 0;
	padding-bottom: 0;
}

.estilo14 .noticia_block {
	width: 300px;
	float: left;
	margin: 10px;
}

.estilo14 .noticia_block:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.estilo14 .noticia_block:first-child {
	margin-left: 0;
}

.estilo14 .noticia_block:nth-child(3n) {
	margin-right: 0;
}

.estilo14 .noticia_block:last-child {
	margin-right: 0;
}

.estilo14 .not_esp {
	width: 250px;
	vertical-align: middle !important;

}



.estilo14 .b14_1, .estilo14 .b14_5, .estilo14 .b14_7, .estilo14 .b14_11 {
	background: #ECF2F2;
	padding: 0px 25px;
}


.estilo14 .noticia_block .not_seccion {
	margin: 0;
}

.estilo14 .noticia_block .not_seccion_esp {
	float: none;
	position: absolute;
	margin-top: 12px;
	width: auto;
	display: none;
}

.estilo14 .noticia_block .not_titular {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.estilo14 .not_image {
	float: left;
	clear: both;
	width: 300px;
	height: 178px;
}

.estilo14 .fila {
	float: left;
	display: table-row;
	border-spacing: 10px 0;
	margin-bottom: 20px;
}

.estilo14 .fila .noticia_block {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}

.estilo14 .noticia_block .not_seccion {
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.estilo14 .noticia_block .not_seccion a {
	color: #2367A2;
}

.estilo14 .noticia_block .cont_not_image {
	margin-bottom: 0;
}


/*DISEÑO 15*/
.estilo15 {
	border-bottom: 0;
	/*margin-top: 10px;*/
	padding-top: 0;
	padding-bottom: 0;
}

.estilo15 .noticia_block {
	width: 300px;
	float: left;
	margin: 10px;
}

.estilo15 .noticia_block:first-child {
	margin-left: 0;
}

.estilo15 .noticia_block:nth-child(3) {
	margin-right: 0;
}

.estilo15 .not_esp {
	width: 250px;
	vertical-align: middle !important;

}

.estilo15 .b15_1 {
	background: #ECF2F2;
	padding: 0px 25px;
}


.estilo15 .noticia_block .not_seccion {
	margin: 0;
}

.estilo15 .noticia_block .not_seccion_esp {
	float: none;
	position: absolute;
	margin-top: 12px;
	width: auto;
	display: none;
}

.estilo15 .noticia_block .not_titular {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.estilo15 .not_image {
	float: left;
	clear: both;
	width: 300px;
	height: 178px;
}

.estilo15 .fila {
	float: left;
	display: table-row;
	border-spacing: 10px 0;
	margin-bottom: 20px;
}

.estilo15 .fila .noticia_block {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}

.estilo15 .noticia_block .not_seccion {
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.estilo15 .noticia_block .not_seccion a {
	color: #2367A2;
}

.estilo15 .noticia_block .cont_not_image {
	margin-bottom: 0;
}


/*DISEÑO 16*/
.estilo16 {
	border-bottom: 0;
	/*margin-top: 10px;*/
	padding-top: 0;
	padding-bottom: 0;
}

.estilo16 .noticia_block {
	width: 300px;
	float: left;
	margin: 10px;
}

.estilo16 .noticia_block:first-child {
	margin-left: 0;
}

.estilo16 .noticia_block:nth-child(3) {
	margin-right: 0;
}

.estilo16 .not_esp {
	width: 250px;
	vertical-align: middle !important;

}

.estilo16 .b16_2 {
	background: #ECF2F2;
	padding: 0px 25px;
}

.estilo16 .noticia_block .not_seccion {
	margin: 0;
}

.estilo16 .noticia_block .not_seccion_esp {
	float: none;
	position: absolute;
	margin-top: 12px;
	width: auto;
	display: none;
}

.estilo16 .noticia_block .not_titular {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.estilo16 .not_image {
	float: left;
	clear: both;
	width: 300px;
	height: 178px;
}

.estilo16 .fila {
	float: left;
	display: table-row;
	border-spacing: 10px 0;
	margin-bottom: 20px;
}

.estilo16 .fila .noticia_block {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}

.estilo16 .noticia_block .not_seccion {
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.estilo16 .noticia_block .not_seccion a {
	color: #2367A2;
}

.estilo16 .noticia_block .cont_not_image {
	margin-bottom: 0;
}


/*DISEÑO 17*/
.estilo17 {
	border-bottom: 0;
	/*margin-top: 10px;*/
	padding-top: 0;
	padding-bottom: 0;
}

.estilo17 .noticia_block {
	width: 300px;
	float: left;
	margin: 10px;
}

.estilo17 .noticia_block:first-child {
	margin-left: 0;
}

.estilo17 .noticia_block:nth-child(3) {
	margin-right: 0;
}

.estilo17 .not_esp {
	width: 250px;
	vertical-align: middle !important;

}

.estilo17 .b17_3 {
	background: #ECF2F2;
	padding: 0px 25px;
}

.estilo17 .noticia_block .not_seccion {
	margin: 0;
}

.estilo17 .noticia_block .not_seccion_esp {
	float: none;
	position: absolute;
	margin-top: 12px;
	width: auto;
	display: none;
}

.estilo17 .noticia_block .not_titular {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.estilo17 .not_image {
	float: left;
	clear: both;
	width: 300px;
	height: 178px;
}

.estilo17 .fila {
	float: left;
	display: table-row;
	border-spacing: 10px 0;
	margin-bottom: 20px;
}

.estilo17 .fila .noticia_block {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}

.estilo17 .noticia_block .not_seccion {
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.estilo17 .noticia_block .not_seccion a {
	color: #2367A2;
}

.estilo17 .noticia_block .cont_not_image {
	margin-bottom: 0;
}


/* DISEÑO 18 */
.estilo18 .b18_1 {
	float: left;
	border: 1px solid #a1a1a1;
	padding: 20px;
}

.estilo18 .not_titular {
	font-size: 31px;
}



/* DISEÑO 19*/
.estilo19 {
	margin-top: 0;
}

.estilo19 .b19_1 {
	width: 620px;
	float: left;
}

.estilo19 .b19_2 {
	width: 300px;
	float: right;
}

.estilo19 .b19_2 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	width: 300px;
}


.estilo19 .b19_2 .cont_editor {
	float: right;
	width: 300px;
}

.estilo19 .cont_extra_19 {
	/*margin-left: 235px;*/
	/*top: 30px;*/
	/*font-weight: 400;*/

}

.estilo19 .cont_editor {
	font-weight: 400;
}


/*DISEÑO 20*/

.estilo20 {
	/*border-bottom: 1px solid #A1A1A1;*/
}



.estilo20 .noticia_block {
	float: left;
	width: 32%;
	/*padding-bottom: 30px;*/
	margin-right: 15px;
}

.estilo20 .b20_3 {
	margin-right: 0;
}

.estilo20 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: right;
	width: 130px;
}

.estilo20 .not_titular {
	font-size: 16px;
	font-weight: bold;
}


.estilo20  .not_image {
	clear: both;
	float: left;
	width: 163px;
	height: 97px;
}

.cont_extra_20 {
	/*margin-left: 170px;*/
	top: 0;
}

.estilo20 .cont_editor {
	float: right;
	width: 130px;
	padding: 10px 0;
}

.estilo20 iframe {
	float: left;
}


/*DISEÑO 21*/

.estilo21 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}


.estilo21 .b21_1 {
	float: left;
	width: 620px;
	position: relative;
}

.estilo21 .b21_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo21 .b21_2 {
	width: 300px;
	float: right;
}

.estilo21 .b21_2 .not_image {
	width: 300px;
	height: 178px;
}

.estilo21 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo21 .b21_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo21 .b21_1 .not_titular {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 29px;
	width: 100%;
}
.estilo21 .b21_1 .not_seccion, .estilo21 .b21_2 .not_seccion {
	width: auto;
	float: none;
	position: absolute;
	margin-top: 12px;
}

.estilo21 .b21_1 .not_entradilla, .estilo21 .b21_1 .not_entradilla strong {
	color: #FFFFFF;
}

/*.estilo21 .b21_1 .not_entradilla {
			height: 21px;
			overflow: hidden;
		}*/

.estilo21 .b21_1 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo21 .b21_1 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo21 .b21_1 .cont_editor .not_fecha {
	color: #FFFFFF;
}

.estilo21 .b21_1 .cont_extra_21 {
	/*margin-left: 490px;*/
}

.estilo21 .b21_2 .cont_extra_21 {
	/*margin-left: 130px;*/
	/*top: 30px;*/
}

.estilo21 .b21_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo21 .b21_2 .not_entradilla strong {
	color: #69130f;
}

/*.estilo21 .b21_2 .not_entradilla {
			max-height: 55px;
			overflow: hidden;
		}*/

.estilo21 .b21_2 .cont_editor {
	padding-top: 10px;
}


/* DISEÑO 22 */

.estilo22 {
	background: #cccccc;
	padding: 2% 2% 0;
	width: 96%;
}

.estilo22 .not_titular {
	font-size: 42px;
}


/* DISEÑO 23 */

.estilo23 {
	padding: 10px 0;
	border: 1px solid #a1a1a1;
	width: 938px;
	margin-top: 10px;
}

.estilo23 .cont_not_seccion {
	width: 100%;
	text-align: center;
}

.estilo23 .not_seccion {
	margin: 0 auto;
	float: none;
	width: auto;
	display: inline-block;
	padding-right: 10px;
}

.estilo23 .not_titular {
	font-size: 42px;
	text-align: center;
	width: 92%;
	padding: 0 4%;
	margin-top: 10px;
}

.estilo23 .not_entradilla {
	width: 92%;
	padding: 0 4%;
	text-align: center;
	margin-bottom: 20px;
}

.estilo23 .cont_editor {
	margin: 0 auto;
	float: none;
	width: auto;
	padding: 0;
	display: inline-block;
}

.estilo23 .compartir_share {
	position: relative;
	float: left;
	margin-left: 25px;
}

.estilo23 .cont_aux_editor {
	float: left;
	width: 100%;
	text-align: center;
}





/* DISEÑO 24*/
.estilo24 {
	margin-top: 0;
}

.estilo24 .b24_2 {
	width: 620px;
	float: right;
}

.estilo24 .b24_1 {
	width: 300px;
	float: left;
}

.estilo24 .b24_1 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: left;
	width: 300px;
}


.estilo24 .b24_1 .cont_editor {
	float: left;
	width: 300px;
}

.estilo24 .cont_extra_24 {
	/*margin-left: 235px;*/
	/*top: 30px;*/
	/*font-weight: 400;*/

}

.estilo24 .cont_editor {
	font-weight: 400;
}


/*DISEÑO 25*/
.estilo25 {
	margin-top: 0px;
}

.estilo25 .b25_1 {
	width: 100%;
	float: left;
}

.estilo25 .b25_1 .cont_extra_25 {
	/*top: 30px;*/
}

.estilo25 .b25_1 .not_image {
	width: 503px;
	height: 299px;
	float: left;
}

.estilo25 .b25_1 .not_seccion {
	clear: right;
	margin-left: 20px;
}

.estilo25 .b25_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
	clear: right;
	width: 415px;
	margin-left: 20px;
}

.estilo25 .not_titular {
	font-size: 38px;
	line-height: 42px;
}

.estilo25 .b25_1 .not_entradilla {
	clear: right;
	width: 415px;
	margin-left: 20px;
}

.estilo25 .b25_1 .cont_editor {
	clear: right;
	width: 415px;
	margin-left: 20px;
}

.estilo25 iframe {
	float: left;
}

.estilo25 .b25_1 .cont_aux_titular {
	overflow: inherit;
}


/*DISEÑO 26*/
.estilo26 {
	margin-top: 0px;
}

.estilo26 .b26_1 {
	width: 100%;
	float: left;
}

.estilo26 .b26_1 .cont_extra_26 {
	/*top: 30px;*/
}

.estilo26 .b26_1 .cont_not_image {
	float: right;
}

.estilo26 .b26_1 .not_image {
	width: 503px;
	height: 299px;
	float: right;
}

.estilo26 .b26_1 .not_seccion {
	clear: left;
	margin-right: 20px;
}

.estilo26 .b26_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
	clear: left;
	width: 415px;
	margin-right: 20px;
}

.estilo26 .not_titular {
	font-size: 43px;
	line-height: 43px;
}

.estilo26 .b26_1 .not_entradilla {
	clear: left;
	width: 415px;
	margin-right: 20px;
}

.estilo26 .b26_1 .cont_editor {
	clear: left;
	width: 415px;
	margin-right: 20px;
}

.estilo26 iframe {
	float: right;
}

.estilo26 .b26_1 .cont_aux_titular {
	overflow: inherit;
}


/*DISEÑO 27*/
.estilo27 {
	/*margin-top: 20px;*/
}

.estilo27 .noticia_block {
	width: 300px;
	float: left;
}

.estilo27 .not_image {
	width: 300px;
	height: 178px;
}

.estilo27 .col_izq {
	float: left;
	margin-right: 20px;
}

.estilo27 .b27_4, .estilo27 .b27_4 {
	float: right;
}

.estilo27 .b27_4 {
	clear: right;
}

.estilo27 .b27_1 .cont_aux_titular, .estilo27 .b27_2 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo27 .b27_2 {
	clear: left;
	margin-top: 20px;
}

.estilo27 .b27_1 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo27 .b27_3 .cont_aux_titular, .estilo27 .b27_4 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo27 .cont_extra_27 {
	bottom: 20px;
}

.estilo27 .b27_3 .not_seccion, .estilo27 .b27_4 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}


/*DISEÑO 28*/
.estilo28 {
	/*margin-top: 20px;*/
}

.estilo28 .b28_1 {
	width: 620px;
	float: left;
}

.estilo28 .b28_1 .not_seccion, .estilo28 .b28_2 .not_seccion {
	width: auto;
	float: none;
	position: absolute;
	margin-top: 12px;
}

.estilo28 .b28_1 .not_image {
	width: 620px;
	height: 368px;
}

.estilo28 .b28_2 .not_image {
	width: 300px;
	height: 178px;
}

.estilo28 .b28_2 {
	width: 300px;
	float: right;
}

.estilo28 .b28_3 {
	clear: right;
	float: right;
	width: 300px;
}

.estilo28 .b28_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

/*.estilo28 .b28_1 .not_entradilla {
			height: 38px;
			overflow: hidden;
		}*/

.estilo28 .b28_2 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo28 .b28_3 {
	margin-top: 20px;
}

.estilo28 .b28_2 .cont_aux_titular, .estilo28 .b28_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}


/*DISEÑO 29*/
.estilo29 {
	margin-top: 0px;
}

.estilo29 .b29_1 {
	width: 620px;
	float: left;
}

.estilo29 .b29_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo29 .b29_1 .cont_extra_29 {
	bottom: 20px;
}

.estilo29 .b29_1 .not_image {
	width: 620px;
	height: 368px;
}

.estilo29 .b29_1 .not_titular {
	font-size: 43px;
}

.estilo29 .b29_2 {
	width: 300px;
	float: right;
}

.estilo29 .b29_3, .estilo29 .b29_4 {
	clear: right;
	float: right;
	width: 300px;
}

.estilo29 .b29_2 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

/*.estilo29 .b29_2 .not_entradilla {
			height: 38px;
			overflow: hidden;
		}*/

.estilo29 .b29_2, .estilo29 .b29_3 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo29 .b29_3, .estilo29 .b29_4 {
	margin-top: 20px;
}

.estilo29 .b29_2 .cont_aux_titular, .estilo29 .b29_3 .cont_aux_titular, .estilo29 .b29_4 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}


/* DISEÑO 30*/
.estilo30 {
	margin-top: 0;
}

.estilo30 .noticia_block {
	width: 220px;
	float: left;
	margin-right: 15px;
}

.estilo30 .b30_4 {
	margin-right: 0;
}


.estilo30 .noticia_block .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: left;
	width: 100%
}


.estilo30 .noticia_block .cont_editor {
	float: left;
	width: 100%;
}

.estilo30 .cont_editor {
	font-weight: 400;
}

.estilo30 .not_titular {
	font-size: 16px;
}


/* DISEÑO 31*/
.estilo31 {
	margin-top: 0;
}

.estilo31 .noticia_block {
	width: 460px;
	float: left;
	margin-right: 15px;
}

.estilo31 .b31_2 {
	margin-right: 0;
}

.estilo31 .noticia_block .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: left;
	width: 100%
}


.estilo31 .noticia_block .cont_editor {
	float: left;
	width: 100%;
}

.estilo31 .cont_editor {
	font-weight: 400;
}


/*DISEÑO 32*/
.estilo32 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}


.estilo32 .b32_2 {
	float: right;
	width: 620px;
	position: relative;
}

.estilo32 .b32_2 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo32 .b32_1 {
	width: 300px;
	float: left;
}

.estilo32 .b32_1 .not_image {
	width: 300px;
	height: 178px;
}

.estilo32 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo32 .b32_2 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo32 .b32_2 .not_titular {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 29px;
	width: 100%;
}
.estilo32 .b32_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo32 .b32_2 .not_entradilla, .estilo32 .b32_2 .not_entradilla strong {
	color: #FFFFFF;
}

/*.estilo32 .b32_2 .not_entradilla {
			height: 21px;
			overflow: hidden;
		}*/

.estilo32 .b32_2 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo32 .b32_2 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo32 .b32_2 .cont_editor .not_fecha {
	color: #FFFFFF;
}

.estilo32 .b32_1 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo32 .b32_1 .not_entradilla strong {
	color: #69130f;
}

/*.estilo32 .b32_1 .not_entradilla {
			max-height: 55px;
			overflow: hidden;
		}*/

.estilo32 .b32_1 .cont_editor {
	padding-top: 10px;
}

/*DISEÑO 33*/
.estilo33 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}

.estilo33 .noticia_block{
	width: 460px;
	float: left;
	margin-right: 15px;
}

.estilo33 .b33_2 {
	margin-right: 0;
}

.estilo33 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo33 .not_image {
	width: 460px;
	height: 273px;
}

.estilo33 .not_titular {
	margin-top: 10px;
}


/*DISEÑO 35*/
.estilo35 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}

.estilo35 .noticia_block{
	width: 300px;
	float: right;
	margin-bottom: 33.5px;
	clear: right;
}

.estilo35 .b35_4 {
	margin-bottom: 0;
}

.estilo35 .noticia_block .not_image {
	width: 163px;
	height: 97px;
}

.estilo35 .b35_1 {
	float: left;
	width: 620px;
	position: relative;
	margin-bottom: 0;
	clear: none;
}

.estilo35 .b35_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo35 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo35 .b35_2 .cont_aux_titular, .estilo35 .b35_3 .cont_aux_titular, .estilo35 .b35_4 .cont_aux_titular {
	width: 130px;
	float: right;
}

.estilo35 .b35_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo35 .noticia_block .not_titular {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.estilo35 .b35_1 .not_titular {
	color: #FFFFFF;
	font-size: 29px;
	width: 100%;
}

.estilo35 .cont_compartir {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.estilo35 .cont_image .compartir_share {
	margin: 0;
	bottom: 35px;
	padding: 5px;
	background: #f4f4f4;
	box-shadow: 0 -7px 18px 1px rgba(0, 0, 0, 0.52);
	right: 0;
}

.estilo35 #share-gp {
	margin-right: 0;
}

.estilo35 .share-item a {
	float: left;
}

.estilo35 .b35_1 .not_entradilla, .estilo35 .b35_1 .not_entradilla strong {
	color: #FFFFFF;
}

.estilo35 .b35_1 .not_entradilla {
	/*height: 21px;*/
	overflow: hidden;
}

.estilo35 .b35_1 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo35 .b35_1 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo35 .b35_1 .cont_editor .not_fecha {
	color: #FFFFFF;
}

.estilo35 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo35 .cont_image {
	float: left;
	position: relative;
}

.estilo35 .noticia_block  .cont_compartir .icon_relacionadas, .estilo35 .noticia_block .cont_compartir .icon_compartir {
	float: right;
	cursor: pointer;
}

.estilo35 .bloque_relacionadas {
	bottom: 33px;
}

.estilo35 .b35_1 .bloque_relacionadas {
	bottom: 47px;
}

.estilo35 .b35_1 .cont_titular {
	overflow: inherit;
}



/*DISEÑO 36*/
.estilo36 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}

.estilo36 .noticia_block{
	width: 310px;
	float: left;
	margin-bottom: 30px;
	clear: left;
}

.estilo36 .b36_4 {
	margin-bottom: 0;
}

.estilo36 .noticia_block .not_image {
	width: 163px;
	height: 97px;
}

.estilo36 .b36_1 {
	float: right;
	width: 620px;
	position: relative;
	margin-bottom: 0;
	clear: none;
}

.estilo36 .b36_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo36 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo36 .b36_2 .cont_aux_titular, .estilo36 .b36_3 .cont_aux_titular, .estilo36 .b36_4 .cont_aux_titular {
	width: 135px;
	float: right;
	clear: right;
}

.estilo36 .b36_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo36 .noticia_block .not_titular {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.estilo36 .b36_1 .not_titular {
	color: #FFFFFF;
	font-size: 29px;
	width: 100%;
}

.estilo36 .cont_compartir {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.estilo36 .cont_image .compartir_share {
	margin: 0;
	bottom: 35px;
	padding: 5px;
	background: #f4f4f4;
	box-shadow: 0 -7px 18px 1px rgba(0, 0, 0, 0.52);
	right: 0;
}

.estilo36 #share-gp {
	margin-right: 0;
}

.estilo36 .share-item a {
	float: left;
}

.estilo36 .b36_1 .not_entradilla, .estilo36 .b36_1 .not_entradilla strong {
	color: #FFFFFF;
}

.estilo36 .b36_1 .not_entradilla {
	/*height: 21px;*/
	overflow: hidden;
}

.estilo36 .b36_1 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo36 .b36_1 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo36 .b36_1 .cont_editor .not_fecha {
	color: #FFFFFF;
}

.estilo36 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo36 .cont_image {
	float: left;
	position: relative;
}

.estilo36 .noticia_block  .cont_compartir .icon_relacionadas, .estilo36 .noticia_block .cont_compartir .icon_compartir {
	float: right;
	cursor: pointer;
}

.estilo36 .bloque_relacionadas {
	bottom: 33px;
}

.estilo36 .b36_1 .bloque_relacionadas {
	bottom: 47px;
}

.estilo36 .b36_1 .cont_titular {
	overflow: inherit;
}


/*DISEÑO 37*/
.estilo37 {
	margin-top: 0;
}

.estilo37 .b37_1 {
	width: 300px;
	float: left;
}

.estilo37 .b37_3 {
	clear: left;
	float: left;
	width: 300px;
}

.estilo37 .not_image {
	width: 365px;
	height: 217px;
	float: left;
	clear: both;
}


.estilo37 .b37_2 {
	width: 620px;
	float: right;
}

.estilo37 .b37_2 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	width: 240px;
}

.estilo37 .b37_2 .not_titular {
	clear: none;

}

.estilo37 .b37_2 .cont_extra_37 {
	bottom: 20px;
}

.estilo37 .b37_2 .cont_editor {
	float: right;
	width: 240px;
}

.estilo37 .b37_2 .not_seccion {
	margin-left: 15px;
}

.estilo37 .b37_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: right;
	clear: right;
}

.estilo37 .cont_extra_37 {
	/*margin-left: 235px;*/
	/*top: 30px;*/
	/*font-weight: 400;*/
	right: 255px;
}

.estilo37 .cont_editor {
	font-weight: 400;
}

/*.estilo37 .b37_1 .not_entradilla {
			height: 56px;
			overflow: hidden;
		}*/

.estilo37 .b37_2 .not_entradilla {
	float: right;
	clear: right;
	width: 240px;
}

.estilo37 .not_entradilla strong {
	color: #69130f;
}

.estilo37 iframe {
	float: left;
}

.estilo37 .not_titular {
	font-size: 20px;
}

.estilo37 .b37_2 .not_titular {
	font-size: 26px;
}

.estilo37 .b37_2 .bloque_relacionadas {
	left: inherit;
	/*bottom: 61px;*/
	right: 215px;
}

.estilo37 .b37_2 .cont_editor {
	position: relative;
}

/*DISEÑO 38*/
.estilo38 {
	margin-top: 0;
}

.estilo38 .b38_2 {
	width: 300px;
	float: right;
	clear: right;
}

.estilo38 .b38_3 {
	clear: right;
	float: right;
	width: 300px;
}

.estilo38 .not_image {
	width: 365px;
	height: 217px;
	float: left;
	clear: both;
}


.estilo38 .b38_1 {
	width: 620px;
	float: left;
}

.estilo38 .b38_1 .not_seccion {
	margin-left: 15px;
}

.estilo38 .b38_1 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	clear: right;
	width: 240px;
}

.estilo38 .b38_1 .not_titular {
	clear: none;

}

.estilo38 .b38_1 .cont_extra_38 {
	bottom: 20px;
}

.estilo38 .b38_1 .cont_editor {
	float: right;
	clear: right;
	width: 240px;
}

.estilo38 .b38_1 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: right;
}

.estilo38 .cont_extra_38 {
	/*margin-left: 235px;*/
	/*top: 30px;*/
	/*font-weight: 400;*/
	right: 255px;
}

.estilo38 .cont_editor {
	font-weight: 400;
}

/*.estilo38 .b38_2 .not_entradilla {
			height: 56px;
			overflow: hidden;
		}*/

.estilo38 .b38_1 .not_entradilla {
	float: right;
	clear: right;
	width: 240px;
}

.estilo38 .not_entradilla strong {
	color: #69130f;
}

.estilo38 iframe {
	float: left;
}

.estilo38 .not_titular {
	font-size: 20px;
}

.estilo38 .b38_1 .not_titular {
	font-size: 26px;
}

.estilo38 .b38_1 .bloque_relacionadas {
	left: inherit;
	/*bottom: 61px;*/
	right: 215px;
}

.estilo38 .b38_1 .cont_editor {
	position: relative;
}


/*DISEÑO 39*/
.estilo39 .noticia_block {
	width: 32%;
	float: left;
	margin-right: 15px;
}

.estilo39 .noticia_block:nth-child(3) {
	margin-right: 0;
}

.estilo39 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

/*DISEÑO 40*/
.estilo40 .b40_1 {
	width: 461px;
	float: left;
}

.estilo40 .b40_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo40 .b40_1 .not_image {
	width: 461px;
	height: 275px;
}

.estilo40 .b40_1 .cont_extra_40 {
	top: 0;
}

.estilo40 .b40_3 .cont_aux_imagen {
	float: right;
}

.estilo40 .b40_3 .cont_not_image {
	float: right;
	margin-top: 37px;
}

.estilo40 .b40_3 .not_image {
	width: 145px;
	height: 86px;
	float: right;
}

.estilo40 .b40_3 .not_titular {
	width: 290px;
}

.estilo40 .b40_2, .estilo40 .b40_3 {
	width: 450px;
	float: right;
}

.estilo40 .b40_3 {
	clear: right;
}

.estilo40 .b40_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo40 .b40_1 .not_titular {
	font-size: 33px;
}

/*.estilo40 .b40_1 .not_entradilla {
			height: 38px;
			overflow: hidden;
		}*/

.estilo40 .b40_3 {
	margin-top: 20px;
}

.estilo40 .b40_3 .cont_aux_imagen {
	float: right;
}

.estilo40 .b40_2 .cont_aux_titular, .estilo40 .b40_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}


/*DISEÑO 41*/
.estilo41 .b41_3 {
	width: 461px;
	float: right;
	clear: right;
}

.estilo41 .b41_3 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo41 .b41_3 .not_image {
	width: 461px;
	height: 275px;
}

.estilo41 .b41_3 .cont_extra_41 {
	top: 0;
}

.estilo41 .b41_2 .cont_aux_imagen {
	float: right;
	margin-top: 30px;
}

.estilo41 .b41_2 .cont_not_image {
	float: right;
	margin-top: 37px;
}

.estilo41 .b41_2 .not_image {
	width: 145px;
	height: 86px;
	float: right;
}

.estilo41 .b41_2 .not_titular {
	width: 290px;
}

.estilo41 .b41_1, .estilo41 .b41_2 {
	width: 450px;
	float: left;
}

.estilo41 .b41_2 {
	clear: left;
}

.estilo41 .b41_3 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo41 .b41_3 .not_titular {
	font-size: 33px;
}

/*.estilo41 .b41_3 .not_entradilla {
			height: 38px;
			overflow: hidden;
		}*/

.estilo41 .b41_2 {
	margin-top: 20px;
}

.estilo41 .b41_1 .cont_aux_titular, .estilo41 .b41_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}
.estilo41 .b41_2 .cont_aux_titular {
	padding-left:10px;
	box-sizing:border-box;
}

.estilo41 .col_izq {
	float: left;
}

.estilo41 .b41_2 iframe {
	float: right;
	margin-top: 0px;
}


/*DISEÑO 42*/
.estilo42 .b42_1 {
	width: 461px;
	float: left;
}

.estilo42 .b42_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo42 .b42_1 .not_image {
	width: 461px;
	height: 275px;
}

.estilo42 .b42_1 .cont_extra_42 {
	top: 0;
}

.estilo42 .b42_2 .cont_aux_imagen {
	float: right;
}

.estilo42 .b42_2 .cont_not_image {
	float: right;
	margin-top: 37px;
}

.estilo42 .b42_2 .not_image {
	width: 145px;
	height: 86px;
	float: right;
}

.estilo42 .b42_2 .not_titular {
	width: 290px;
}

.estilo42 .b42_2, .estilo42 .b42_3 {
	width: 450px;
	float: right;
}

.estilo42 .b42_3 {
	clear: right;
}

.estilo42 .b42_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo42 .b42_1 .not_titular {
	font-size: 33px;
}

/*.estilo42 .b42_1 .not_entradilla {
			height: 38px;
			overflow: hidden;
		}*/

.estilo42 .b42_3 {
	margin-top: 20px;
}

.estilo42 .b42_2 .cont_aux_titular, .estilo42 .b42_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo42 .b42_2 iframe {
	float: right;
	margin-top: 37px;
}


/*DISEÑO 43*/
.estilo43 .b43_3 {
	width: 461px;
	float: right;
	clear: right;
}

.estilo43 .b43_3 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo43 .b43_3 .not_image {
	width: 461px;
	height: 275px;
}

.estilo43 .b43_3 .cont_extra_43 {
	top: 0;
}

.estilo43 .b43_1 .cont_not_image {
	float: right;
	margin-top: 37px;
}

.estilo43 .b43_1 .not_image {
	width: 145px;
	height: 86px;
	float: right;
}

.estilo43 .b43_1 .not_titular {
	width: 290px;
}

.estilo43 .b43_1, .estilo43 .b43_2 {
	width: 450px;
	float: left;
}

.estilo43 .b43_1 .cont_aux_imagen {
	float: right;
}

.estilo43 .b43_2 {
	clear: left;
}

.estilo43 .b43_3 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo43 .b43_3 .not_titular {
	font-size: 33px;
}

/*.estilo43 .b43_3 .not_entradilla {*/
/*height: 38px;*/
/*overflow: hidden;*/
/*}*/

.estilo43 .b43_2 {
	margin-top: 20px;
}

.estilo43 .b43_1 .cont_aux_titular, .estilo43 .b43_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo43 .col_izq {
	float: left;
}

.estilo43 .b43_1 iframe {
	float: right;
	margin-top: 37px;
}

/*DISEÑO 44*/
.estilo44 .b44_1 {
	width: 461px;
	float: left;
}

.estilo44 .b44_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo44 .b44_1 .not_image {
	width: 461px;
	height: 275px;
}

.estilo44 .b44_1 .cont_extra_44 {
	top: 0;
}

.estilo44 .b44_2 .not_image {
	width: 145px;
	height: 86px;
	float: left;
	clear: left;
}

.estilo44 .b44_2 .not_seccion {
	margin-left: 0px;
}

.estilo44 .b44_2 .cont_aux_imagen{
	clear:left;
}

.estilo44 .b44_2 .cont_editor {
	width: 290px;
	float: left;
	clear: right;
}

.estilo44 .b44_3 .cont_not_image {
	margin-top: 37px;
	float: right;
	clear: right;
}

.estilo44 .b44_3 .cont_aux_imagen{
	float:right;
}
.estilo44 .b44_3 .not_image {
	width: 145px;
	height: 86px;
	float: right;
}

.estilo44 .b44_2 .not_titular {
	width: 290px;
	float: right;
	clear: right;
}

.estilo44 .b44_3 .not_titular {
	width: 290px;
	float: left;
}

.estilo44 .b44_2, .estilo44 .b44_3 {
	width: 450px;
	float: right;
}

.estilo44 .b44_3 {
	clear: right;
}

.estilo44 .b44_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo44 .b44_1 .not_titular {
	font-size: 33px;
}

/*.estilo44 .b44_1 .not_entradilla {*/
/*height: 38px;*/
/*overflow: hidden;*/
/*}*/

.estilo44 .b44_3 {
	margin-top: 20px;
}

.estilo44 .b44_2 .cont_aux_titular {
	float: right;
}

.estilo44 .b44_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo44 .b44_2 iframe {
	float: left;
	clear: left;
}


/*DISEÑO 45*/
.estilo45 .b45_3 {
	width: 461px;
	float: right;
	clear: right;
}

.estilo45 .b45_3 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo45 .b45_3 .not_image {
	width: 461px;
	height: 275px;
}

.estilo45 .b45_3 .cont_extra_45 {
	top: 0;
}

.estilo45 .b45_1 .not_image {
	width: 145px;
	height: 86px;
	float: left;
	clear: left;
}

.estilo45 .b45_2 .cont_not_image {
	float: right;
	clear: right;
	margin-top: 37px;
}
.estilo45 .b45_2 .cont_aux_imagen {
	float:right;
}
.estilo45 .b45_2 .not_image {
	width: 145px;
	height: 86px;
	float: right;
}

.estilo45 .b45_1 .not_seccion {
	margin-left: 15px;
}

.estilo45 .b45_1 .cont_editor {
	width: 290px;
	float: right;
	clear: right;
}

.estilo45 .b45_1 .not_titular {
	width: 290px;
	float: right;
}

.estilo45 .b45_2 .not_titular {
	width: 290px;
	float: left;
}

.estilo45 .b45_1, .estilo45 .b45_2 {
	width: 450px;
	float: left;
}

.estilo45 .b45_2 {
	clear: left;
}

.estilo45 .b45_3 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo45 .b45_3 .not_titular {
	font-size: 33px;
}

/*.estilo45 .b45_3 .not_entradilla {*/
/*height: 38px;*/
/*overflow: hidden;*/
/*}*/

.estilo45 .b45_2 {
	margin-top: 20px;
}

.estilo45 .b45_1 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: right;
}

.estilo45 .b45_2 .cont_aux_titular {
	overflow: hidden;
	float: left;
}

.estilo45 .col_izq {
	float: left;
}

.estilo45 .b45_1 iframe {
	float: left;
	clear: left;
}

.estilo45 .b45_2 iframe {
	float: right;
	margin-top: 35px;
}


/*DISEÑO 46*/
.estilo46 {
	margin-top: 20px;
}

.estilo46 .noticia_block {
	width: 300px;
	float: left;
}

.estilo46 .b46_3 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo46 .not_image {
	width: 300px;
	height: 178px;
}

.estilo46 #col_cent {
	float: left;
	margin-left: 20px;
	width: 300px;
}

.estilo46 .b46_4 {
	float: right;
}


.estilo46 .b46_1 .cont_aux_titular, .estilo46 .b46_4 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo46 #col_cent .b46_2 {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo46 .b46_2 .cont_aux_titular, .estilo46 .b46_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo46 .cont_extra_46 {
	/*margin-left: 170px;*/
	bottom: 20px;
}

.estilo46 .cont_editor {
	font-weight: 400;
}

.estilo46 .b46_2 {
	clear: left;
}

.estilo46 #col_left {
	float: left;
}

.estilo46 .b46_5 {
	clear: right;
	float: right;
}

/*DISEÑO 47*/
.estilo47 {
	margin-top: 20px;
}

.estilo47 .noticia_block {
	width: 300px;
	float: left;
}

.estilo47 .b47_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo47 .not_image {
	width: 300px;
	height: 178px;
}

.estilo47 #col_cent {
	float: left;
	margin-left: 20px;
	width: 300px;
}

.estilo47 .b47_4 {
	float: right;
}


.estilo47 .b47_1 .cont_aux_titular, .estilo47 .b47_4 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo47 .b47_2 .cont_aux_titular, .estilo47 .b47_3 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo47 .cont_extra_47 {
	/*margin-left: 170px;*/
	bottom: 20px;
}

.estilo47 .cont_editor {
	font-weight: 400;
}

.estilo47 .b47_2 {
	clear: left;
}

.estilo47 #col_left {
	float: left;
}

.estilo47 .b47_5 {
	clear: right;
	float: right;
}


/*DISEÑO 48*/
.estilo48 {
	background: #E9E9E9;
	width: 96%;
	padding: 2%;
	margin: 10px 0 0;
}

.estilo48 .noticia_block {
	float: left;
	width: 32%;
	/*padding-bottom: 30px;*/
	margin-right: 15px;
}

.estilo48 .noticia_block .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo48 .b48_3 {
	margin-right: 0;
}

.estilo48 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo48 .not_titular {
	font-size: 24px;
	font-weight: bold;
}

.estilo48  .not_image {
	clear: both;
	float: left;
	width: 289px;
	height: 171px;
}

.cont_extra_48 {
	/*margin-left: 170px;*/
	bottom: 20px;
}

.estilo48 .cont_editor {
	padding-bottom: 0;
}

.estilo48 .bloque_relacionadas {
	bottom: 37px;
}


/*DISEÑO 49*/
.estilo49 {
	background: #E9E9E9;
	width: 96%;
	padding: 2%;
	margin: 10px 0 0;
}

.estilo49 .noticia_block {
	width: 32%;
	float: left;
	margin-right: 15px;
}

.estilo49 .noticia_block:nth-child(3) {
	margin-right: 0;
}


.estilo49 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}


.estilo49 .not_image {
	width: 300px;
	height: 178px;
}

.estilo49 .cont_editor {
	padding-bottom: 0;
}

.estilo49 .bloque_relacionadas {
	bottom: 37px;
}


/*DISEÑO 50*/
.estilo50 {
	margin-top: 10px;
	background: #E9E9E9;
	width: 96%;
	padding: 2%;
}

.estilo50 .b50_1 {
	width: 600px;
	float: left;
}

.estilo50 .b50_1 iframe {
	float: left;
	clear: left;
}

.estilo50 .not_image {
	width: 345px;
	height: 205px;
	float: left;
	clear: both;
}


.estilo50 .b50_2 {
	width: 280px;
	float: right;
}

.estilo50 .b50_1 .not_seccion {
	margin-left: 15px;
}

.estilo50 .b50_1 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	clear: right;
	width: 240px;
}

.estilo50 .b50_1 .not_titular {
	clear: none;
}

.estilo50 .b50_1 .cont_editor {
	float: right;
	clear: right;
	width: 240px;
}

.estilo50 .b50_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo50 .cont_extra_50 {
	/*margin-left: 235px;*/
	/*top: 0;*/
	right: 255px;
	z-index: 999;
	/*font-weight: 400;*/
}

.estilo50 .b50_1 .cont_extra_50 {
	bottom: 20px;
}

.estilo50 .cont_editor {
	font-weight: 400;
}

/*.estilo50 .not_entradilla {*/
/*height: 56px;*/
/*overflow: hidden;*/
/*}*/

.estilo50 .not_entradilla strong {
	color: #69130f;
}

.estilo50 .b50_1 .icon_compartir {
	margin-bottom: 20px;
}

.estilo50 .not_editor {
	margin-right: 5px;
	max-width: 188px;
	/*border: 0;*/
}

.estilo50 .b50_2 .not_editor {
	max-width: 248px;
}

.estilo50 .b50_1 .not_editor_50_1 {
	border: 0;
}

.estilo50 .cont_editor {
	padding-bottom: 0;
}

.estilo50 .bloque_relacionadas {
	bottom: 37px;
}


/*DISEÑO 51*/
.estilo51 {
	margin-top: 10px;
	background: #E9E9E9;
	width: 96%;
	padding: 2%;
}

.estilo51 .b51_1 {
	width: 280px;
	float: left;
}

.estilo51 .not_image {
	width: 345px;
	height: 205px;
	float: left;
	clear: both;
}


.estilo51 .b51_2 {
	width: 600px;
	float: right;
}

.estilo51 .b51_2 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: right;
	width: 240px;
}

.estilo51 .b51_2 .not_titular {
	clear: none;

}

.estilo51 .b51_2 .cont_editor {
	float: right;
	clear: right;
	width: 240px;
}

.estilo51 .b51_2 .not_seccion {
	margin-left: 15px;
}

.estilo51 .b51_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: right;
	clear: right;
}

.estilo51 .cont_extra_51 {
	/*margin-left: 235px;*/
	/*top: 30px;*/
	/*font-weight: 400;*/
	right: 255px;
}

.estilo51 .cont_editor {
	font-weight: 400;
}

/*.estilo51 .b51_2 .not_entradilla {*/
/*height: 56px;*/
/*overflow: hidden;*/
/*}*/

.estilo51 .b51_2 .not_entradilla {
	float: right;
	clear: right;
	width: 240px;
}

.estilo51 .not_entradilla strong {
	color: #69130f;
}

.estilo51 iframe {
	float: left;
}

.estilo51 .cont_editor {
	padding-bottom: 0;
}

.estilo51 .bloque_relacionadas {
	bottom: 37px;
}


/*DISEÑO 52*/
.estilo52 .b52_1 {
	width: 620px;
	float: left;
}

.estilo52 .b52_1 iframe {
	float: left;
	clear: left;
}

.estilo52 .not_image, .estilo52 .noticia_block_full .iframe_youtube {
	width: 300px;
	height: 169px;
	float: left;
	clear: both;
}

.estilo52 .b52_2 {
	width: 300px;
	float: right;
}

.estilo52 .b52_1 .cont_aux_titular {
	/*height: 172px;*/
	overflow: hidden;
	float: left;
	width: 100%;
}

.estilo52 .b52_1 .not_titular {
	clear: none;
	font-size: 44px;
}

.estilo52 .b52_2 .not_titular {
	font-size: 26px;
}

.estilo52 .b52_1 .cont_editor {
	float: left;
	width: 100%;
}

.estilo52 .b52_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo52 .cont_extra_52 {
	/*margin-left: 235px;*/
	/*top: 0;*/
	right: 0;
	z-index: 1;
	/*font-weight: 400;*/
}

.estilo52 .b52_1 .cont_extra_52 {
	bottom: 20px;
}

.estilo52 .cont_editor {
	font-weight: 400;
}

.estilo52 .not_entradilla {
	overflow: hidden;
}

.estilo52 .not_entradilla strong {
	color: #69130f;
}

.estilo52 .b52_1 .icon_compartir {
	margin-bottom: 20px;
}

.estilo52 .not_editor {
	margin-right: 5px;
	max-width: 188px;
	/*border: 0;*/
}

.estilo52 .b52_2 .not_editor {
	max-width: 248px;
}

.estilo52 .b52_1 .not_editor_52_1 {
	border: 0;
}

.estilo52 .b52_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo52 .b52_2 .cont_image {
	float: left;
	position: relative;
}

.estilo52 .b52_2 .cont_compartir {
	bottom: 15px;
	position: absolute;
	right: 0;
}

.estilo52 .b52_2 .compartir_share {
	background: #f4f4f4 none repeat scroll 0 0;
	bottom: 39px;
	box-shadow: 0 -7px 18px 1px rgba(0, 0, 0, 0.52);
	margin: 0;
	padding: 5px;
	right: 0;
}

.estilo52 .b52_2 .cont_compartir .icon_compartir, .estilo52 .b52_2 .icon_relacionadas {
	cursor: pointer;
	float: right;
}

.estilo52 .b52_2 #share-gp {
	margin-right: 0;
}

.estilo52 .b52_2 .link-share {
	float: left;
}

.estilo52 .b52_2 .bloque_relacionadas {
	bottom: 39px;
}


/*DISEÑO 53*/
.estilo53 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}

.estilo53 .noticia_block{
	width: 300px;
	float: right;
	margin-bottom: 10px;
	clear: right;
}

.estilo53 .b53_5 {
	margin-bottom: 0;
}

.estilo53 .noticia_block .not_image {
	width: 163px;
	height: 97px;
}

.estilo53 .b53_1 {
	float: left;
	width: 620px;
	position: relative;
	margin-bottom: 0;
	clear: none;
}

.estilo53 .b53_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo53 .b53_2 .cont_aux_titular, .estilo53 .b53_3 .cont_aux_titular, .estilo53 .b53_4 .cont_aux_titular, .estilo53 .b53_5 .cont_aux_titular {
	width: 130px;
	float: right;
}

.estilo53 .b53_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo53 .noticia_block .not_titular {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.estilo53 .b53_1 .not_titular {
	font-size: 33px;
	width: 100%;
}
.estilo53 .b53_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo53 .cont_compartir {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.estilo53 .cont_image .compartir_share {
	margin: 0;
	bottom: 35px;
	padding: 5px;
	background: #f4f4f4;
	box-shadow: 0 -7px 18px 1px rgba(0, 0, 0, 0.52);
	right: 0;
}

.estilo53 #share-gp {
	margin-right: 0;
}

.estilo53 .share-item a {
	float: left;
}

.estilo53 .b53_1 .not_entradilla, .estilo53 .b53_1 .not_entradilla strong {

}

.estilo53 .b53_1 .not_entradilla {
	/*height: 21px;*/
	overflow: hidden;
}

.estilo53 .b53_1 .cont_editor .not_editor {

}

.estilo53 .b53_1 .cont_editor .not_editor a {

}

.estilo53 .b53_1 .cont_editor .not_fecha {

}

.estilo53 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo53 .cont_image {
	float: left;
	position: relative;
}

.estilo53 .noticia_block  .cont_compartir .icon_relacionadas, .estilo53 .noticia_block .cont_compartir .icon_compartir {
	float: right;
	cursor: pointer;
}

.estilo53 .bloque_relacionadas {
	bottom: 33px;
}

.estilo53 .b53_1 .bloque_relacionadas {
	bottom: 47px;
}

.estilo53 .b53_1 .cont_titular {
	overflow: inherit;
}


/*DISEÑO 54*/
.estilo54 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}

.estilo54 .noticia_block{
	width: 300px;
	float: left;
	margin-bottom: 30px;
	clear: left;
}

.estilo54 .b54_5 {
	margin-bottom: 0;
}

.estilo54 .noticia_block .not_image {
	width: 163px;
	height: 97px;
}

.estilo54 .b54_1 {
	float: right;
	width: 620px;
	position: relative;
	margin-bottom: 0;
	clear: none;
}

.estilo54 .b54_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo54 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo54 .b54_2 .cont_aux_titular, .estilo54 .b54_3 .cont_aux_titular, .estilo54 .b54_4 .cont_aux_titular, .estilo54 .b54_5 .cont_aux_titular {
	width: 130px;
	float: right;
}

.estilo54 .b54_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo54 .noticia_block .not_titular {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.estilo54 .b54_1 .not_titular {
	font-size: 33px;
	width: 100%;
}
.estilo54 .b54_1 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo54 .cont_compartir {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.estilo54 .cont_image .compartir_share {
	margin: 0;
	bottom: 35px;
	padding: 5px;
	background: #f4f4f4;
	box-shadow: 0 -7px 18px 1px rgba(0, 0, 0, 0.52);
	right: 0;
}

.estilo54 #share-gp {
	margin-right: 0;
}

.estilo54 .share-item a {
	float: left;
}

.estilo54 .b54_1 .not_entradilla {
	/*height: 21px;*/
	overflow: hidden;
}

.estilo54 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo54 .cont_image {
	float: left;
	position: relative;
}

.estilo54 .noticia_block  .cont_compartir .icon_relacionadas, .estilo54 .noticia_block .cont_compartir .icon_compartir {
	float: right;
	cursor: pointer;
}

.estilo54 .bloque_relacionadas {
	bottom: 33px;
}

.estilo54 .b54_1 .bloque_relacionadas {
	bottom: 47px;
}

.estilo54 .b54_1 .cont_titular {
	overflow: inherit;
}

/*DISEÑO 55*/
.estilo55 .b55_1 {
	width: 620px;
	float: left;
}

.estilo55 .b55_1 .not_seccion, .estilo55 .b55_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo55 .b55_1 .not_image {
	width: 620px;
	height: 368px;
}

.estilo55 .b55_1 .cont_extra_55 {
	top: 0;
}

.estilo55 .b55_2 .not_image {
	width: 300px;
	height: 178px;
}

.estilo55 .b55_2 {
	width: 300px;
	float: right;
}


.estilo55 .b55_1 .cont_aux_titular {
	/*height: 58px;*/
	overflow: hidden;
	float: left;
}

.estilo55 .b55_1 .not_titular {
	font-size: 44px;
}

.estilo55 .b55_1 .not_entradilla {
	/*height: 38px;*/
	overflow: hidden;
}

/*.estilo55 .b55_2 {
			border-bottom: 1px solid #a1a1a1;
			padding-bottom: 10px;
		}*/


.estilo55 .b55_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo55 .b55_3, .estilo55 .b55_4 {
	width: 300px;
	float: right;
	margin-bottom: 30px;
	clear: right;
}

.estilo55 .cont_image {
	float: left;
	position: relative;
}

.estilo55 .b55_3 .not_image, .estilo55 .b55_4 .not_image  {
	width: 163px;
	height: 97px;
}

.estilo55 .b55_3 .cont_aux_titular, .estilo55 .b55_4 .cont_aux_titular {
	width: 130px;
	float: right;
}

.estilo55 .b55_3 .not_titular, .estilo55 .b55_4 .not_titular {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.estilo55 .cont_compartir {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.estilo55 .cont_image .compartir_share {
	margin: 0;
	bottom: 35px;
	padding: 5px;
	background: #f4f4f4;
	box-shadow: 0 -7px 18px 1px rgba(0, 0, 0, 0.52);
	right: 0;
}

.estilo55 .noticia_block .cont_compartir .icon_relacionadas, .estilo55 .noticia_block .cont_compartir .icon_compartir {
	float: right;
	cursor: pointer;
}

.estilo55 .share-item a {
	float: left;
}

.estilo55 .bloque_relacionadas {
	bottom: 33px;
}

.estilo55 .b55_1 .bloque_relacionadas, .estilo55 .b55_2 .bloque_relacionadas {
	bottom: 47px;
}

.estilo55 #share-gp {
	margin-right: 0;
}


/*DISEÑO 56*/
.estilo56 {
	float: left;
	padding-bottom: 20px;
	border-bottom: none;
}


.estilo56 .b56_1 {
	float: left;
	width: 620px;
	position: relative;
	margin-bottom: 20px;
}

.estilo56 .b56_1 .not_image {
	width: 620px;
	height: 368px;
	z-index: -1;
}

.estilo56 .b56_2 {
	width: 300px;
	float: right;
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px;
}

.estilo56 .b56_2 .not_image {
	width: 300px;
	height: 178px;
}

.estilo56 .cont_titular {
	width: 560px;
	position: absolute;
	/*margin-top: -140px;*/
}

.estilo56 .b56_1 .cont_aux_titular {
	/*height: 67px;*/
	overflow: hidden;
	float: left;
}

.estilo56 .b56_1 .not_titular {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 29px;
	width: 100%;
}
.estilo56 .b56_2 .not_seccion {
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

.estilo56 .b56_1 .not_entradilla, .estilo56 .b56_1 .not_entradilla strong {
	color: #FFFFFF;
}

/*.estilo56 .b56_1 .not_entradilla {*/
/*height: 21px;*/
/*overflow: hidden;*/
/*}*/

.estilo56 .b56_1 .cont_editor .not_editor {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.estilo56 .b56_1 .cont_editor .not_editor a {
	color: #ffffff;
	border-right-color: #ffffff;
}

.estilo56 .b56_1 .cont_editor .not_fecha {
	color: #FFFFFF;
}

.estilo56 .b56_2 .cont_aux_titular {
	/*height: 89px;*/
	overflow: hidden;
	float: left;
}

.estilo56 .b56_2 .not_entradilla strong {
	color: #69130f;
}

/*.estilo56 .b56_2 .not_entradilla {
			max-height: 55px;
			overflow: hidden;
		}*/

.estilo56 .b56_2 .cont_editor {
	padding-top: 10px;
}

.estilo56 .b56_3 {
	clear: left;
}

.estilo56 .b56_3, .estilo56 .b56_4, .estilo56 .b56_5 {
	width: 193px;
	float: left;
	margin-right: 20px;
}

.estilo56 .b56_3 .not_titular, .estilo56 .b56_4 .not_titular, .estilo56 .b56_5 .not_titular {
	font-size: 16px;
}

.estilo56 .b56_6 {
	float: right;
	width: 300px;
}



/* SIDEBAR PRINCIPAL MOVIBLE */
.contenido_fijo {
	position: fixed;
	width: 240px;
	bottom: 0;
	background: #ffffff;
}

.bloque_relativo {
	position: relative;
}

.sidebar_absolute {
	position: absolute;
	width: 240px;
	bottom: 0;
}

/* SIDEBAR*/

#bloque_lateral {
	float: right;
	width: 240px;
	margin-top: 10px;
}

.home #bloque_lateral {
	/*margin-top: -50px;*/
}

/*ESTILOS PROTAGONISTA*/
.estilo_protagonista {
	margin-top: 20px;
	border: 1px solid #C54E5A;
	padding: 15px 10px 10px;
	box-sizing: border-box;
	overflow: visible !important;
}

.estilo_protagonista #protagonista_title {
	border: 1px solid #C54E5A;
	color: #C54E5A;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin-top: -30px;
	background: #ffffff;
	float: left;
}

.estilo_protagonista #protagonista_image {
	width: 220px;
	margin-top: 10px;
}

.estilo_protagonista #protagonista_titular {
	font-size: 14px;
	padding:10px 10px 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	background: #C54E5A;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.estilo_protagonista #protagonista_entradilla {
	font-size: 13px;
	padding:0 10px 10px;
	line-height:17px;
	font-weight: 100;
	text-rendering: optimizeLegibility;
	clear: both;
	background: #C54E5A;
	color: #FFFFFF;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}


/*.estilo_protagonista {
					background: #313A7B;
					color: #FFFFFF;
					margin-top: 20px;
				}

				.estilo_protagonista #protagonista_title {

					background: #296ba3;
					color: #FFFFFF;
					font-family: 'Montserrat',Helvetica;
					font-size: 17px;
					padding-left: 10px;
					font-weight: 700;
					text-transform: uppercase;
					margin-top: 15px;
				}

				.estilo_protagonista #protagonista_image {
					margin: 10px 18px;
					width: 158px;
					height: auto;
				}

				.estilo_protagonista #protagonista_titular {
					font-family: 'Open Sans',Helvetica;
					font-size: 17px;
					padding:10px 0;
					text-transform: uppercase;
					font-weight: 700;
					color: #FFFFFF;
					float: right;
					width: 30%;
					padding-right: 15px;
				}

				.estilo_protagonista #protagonista_entradilla {
					font-family: 'Roboto',Arial,sans-serif;
					font-size: 15px;
					padding:5px 25px 15px;
					line-height:17px;
					font-weight: 300;
					text-rendering: optimizeLegibility;
				}

				.bloque_protagonista {
					width: 34%;
					padding-top: 1px;
				}*/

/*TOP NOTICIAS*/
.top_noticias #cabecera_seccion {
	color: #313A7B;
	font: bold 15px 'Montserrat',Helvetica;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

.top_noticias #cabecera_seccion:after {
	content: "";
	background: #313A7B;
	width: 80%;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
}

.top_noticias #cabecera_seccion i {
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
}

.top_noticias ul {
	margin: 0;
	padding: 10px 0;
	background: #ECF2F2;
}
.top_noticias ul li {
	clear: both;
	overflow: hidden;
}

/* NUEVO DISEÑO TOP NOTICIAS */
.top_noticias ul {
	display: table;
	width: 100%;
}

.top_noticias ul li {
	display: table-row;
	float: left;
	width: 100%;
	padding: 10px 0;
}

.top_noticias #cabecera_seccion {
	padding: 7px 0;
	margin-bottom: 0;
}

#top_noticias_numero {
	margin: 0;
	border-radius: inherit;
	color: #313A7B;
	height: auto;
	display: table-cell;
	float: none;
	vertical-align: middle;
	text-align: center;
	width: 20px;
	font-family: 'Roboto';
	font-size: 36px;
	font-weight: bold;
	padding: 6px 14px;
}

.top_noticias ul li a {
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: auto;
	padding: 10px;
	color: #000000;
	font-size: 13px;
	font-family: 'Roboto';
	font-weight: 100;
	background: #ffffff;
}

.top_noticias ul li a h3 {
	font-size: 14px;
	font-weight: normal;
}

.revista .top_noticias #cabecera_seccion {
	background: #CA0925;
}

.revista #top_noticias_numero {
	background: #F5CED4;
}

.revista .top_noticias ul li {
	border-bottom: 1px solid #E53D11;
}

.top_noticias ul li:nth-child(10) #top_noticias_numero {
	padding: 6px 4px;
}

/*ESTILO TERMOMETRO*/
.estilo_termometro {
	margin: 20px 0;
	padding-top: 0;
}

.estilo_termometro .termometro_cont {
	padding: 20px 0 10px;
	float: left;
	position: relative;
	width: 100%;
}

.estilo_termometro #termometro_title {
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 3px 10px;
	background: url("../images/bg_cabecera_termometro.png") no-repeat;
	background-size: 100% 100%;
	height: 25px;
	box-sizing: border-box;
}

.estilo_termometro #termometro_image {
	width: 152px;
	height: auto;
	display: block;
	position: absolute;
	right: 0;
	z-index: 2;
}

.estilo_termometro #termometro_posicion {
	float: left;
	margin-left: 10px;
	margin-top: 16px;
}

.estilo_termometro #termometro_autor {
	clear: both;
	float: left;
	font-size: 15px;
	color: #000000;
	margin: 5px 0 0;
	font-weight: bold;
}

.estilo_termometro #termometro_entradilla {
	clear: both;
	float: left;
	width: auto;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
	color: #5D5B5B;
	line-height: 17px;
}

.estilo_termometro .termometro_cont_esp #termometro_image_esp {
	width: 70px;
	height: 80px;
	float: left;
	margin-left: 10px;
}

.estilo_termometro .termometro_cont_esp #termometro_autor{
	clear: none;
	float: left;
	width: 100px;
}

.estilo_termometro .cont_texto {
	background: rgba(41,107,163,0.06);
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 40px;
	padding: 50px 10px 10px 10px;
	position: relative;
}

.estilo_termometro .termometro_pos {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 2;
}


/*ESTILO ARTICULO DETALLE*/
.bloque_detalle #bloque_cabecera {
	float: left;
	clear: both;
	width: 1200px;
	margin-bottom: 40px;
}
/*.articulo_detalle_ep .bloque_detalle #bloque_cabecera{*/
/*margin-bottom:0;*/
/*}*/
.bloque_detalle #bloque_cabecera #not_cabecera {
	float: left;
	width: 580px;
	height: 368px;
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
}
/*.articulo_detalle_ep .bloque_detalle .sin_foto #bloque_cabecera #not_cabecera{*/
/*width:100%;*/
/*height:auto;*/
/*}*/


.bloque_detalle #bloque_cabecera .not_cabecera_no_image {
	width: 90% !important;
	height: auto !important;
}


.bloque_detalle #bloque_cabecera .not_shared {
	float: left;
	clear: left;
	width: 70px;
	/*height: 200px;*/
	height: auto;
	text-align: center;
	padding: 10px 0 5px !important;
}

.bloque_detalle #bloque_cabecera .not_seccion {
	clear: none;
	margin-bottom: 15px;
	background: none;
	font-size: 15px;
	padding: 0;
}

.bloque_detalle #bloque_cabecera .not_seccion strong {
	color: #2A6BA3;
	font-weight:400;
}

.bloque_detalle #bloque_cabecera .not_seccion li:first-child strong {
	font-weight:bold;
}
.bloque_detalle #bloque_cabecera .not_seccion li:last-child div {
	font-weight:300;
}

.bloque_detalle #bloque_cabecera .not_seccion a {
	color: #2A6BA3;
}

.bloque_detalle #bloque_cabecera .not_titular {
	width: 100%;
	height: auto;
	font-size: 38px;
	font-weight: bold;
	clear: both;
	margin-bottom: 24px;
}

.bloque_detalle #bloque_cabecera h2 .not_titular{
	margin-bottom:0;
}

.bloque_detalle #bloque_cabecera .not_entradilla {
	width: 100%;
	height: auto;
	clear: both;
	font-family: "Fira Sans";
	font-size: 18px;
	font-weight: 300;
}

.bloque_detalle #bloque_cabecera .not_entradilla strong {
	color: #31397B;
}

.bloque_detalle #bloque_cabecera .not_pie_foto {
	position: absolute;
	bottom: 0;
	background: #f4f4f4;
	padding: 10px;
	right: 0;
	text-align: right;
	font-size: 12px;
}

.bloque_detalle #bloque_cabecera .not_image {
	width: 620px;
	height: 368px;
	float: right;
	clear: right;
}

.bloque_detalle .cont_not_fecha {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #979797;
	padding: 10px 0;
	margin-bottom: 40px;
}

.bloque_detalle .cont_aux_not_fecha {
	float: left;
	width: 100%;
	max-width: 950px;
	text-align: center;
	padding: 10px 0 0;
}

.bloque_detalle .not_autores {
	display: inline-block;
	font-family: "Roboto";
	font-size: 13px;
	font-weight: 400;
	color: #4A4A4A;
	text-transform: uppercase;
	vertical-align: middle;
}

.bloque_detalle .not_fecha {
	display: inline-block;
	font-family: "Roboto";
	font-size: 13px;
	font-weight: bold;
	color: #424242;
	margin: 0 10px 0 0;
	vertical-align: middle;
	text-transform: uppercase;
}
.opinion_detalle .bloque_detalle .not_fecha {
	margin: 3px 0 0;
}

.bloque_detalle .not_autores_editor, .bloque_detalle .not_autores_fotografo {
	float: left;
}

.bloque_detalle .not_autores_editor {
	padding: 0 0 0 10px;
	border-left: 1px solid #4A4A4A;
}

.bloque_detalle .not_autores_fotografo {
	padding: 0 0 0 10px;
	border-left: 1px solid #4A4A4A;
	margin-left: 10px;
}

.bloque_detalle .cont_not_fecha .not_autores .icon_autores {
	float: left;
	margin-right: 5px;
}

.not_autores span {
	float: left;
}

.bloque_detalle .not_shared {
	float: left;
}

.bloque_detalle .not_shared ul {
	margin: 0;
	padding: 0;
}

.bloque_detalle .not_shared li {
	float: left;
	margin-right: 10px;
}

.bloque_detalle .not_shared li:last-child {
	margin-right: 0;
}

.bloque_detalle .not_shared li a {
	float: left;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bloque_detalle .not_shared li#share-face a {
	border: 2px solid #3B5997;
}

.bloque_detalle .not_shared li#share-face i {
	color: #3B5997;
}

.bloque_detalle .not_shared li#share-gp a {
	border: 2px solid #EF3D2C;
}

.bloque_detalle .not_shared li#share-gp i {
	color: #EF3D2C;
}

.bloque_detalle .not_shared li#share-lin a {
	border: 2px solid #1A81B9;
}

.bloque_detalle .not_shared li#share-lin i {
	color: #1A81B9;
}

.bloque_detalle .not_shared li#share-twitter a {
	border: 2px solid #39A5D9;
}

.bloque_detalle .not_shared li#share-twitter i {
	color: #39A5D9;
}

.bloque_detalle #bloque_principal {
	width: 950px;
}

.bloque_detalle #bloque_lateral {
	width: 250px;
	margin: 0;
}

.bloque_detalle #bloque_lateral #sidebar {
	float: left;
	width: 100%;
}

.bloque_detalle #bloque_principal .col_left {
	width: 250px;
}

.bloque_detalle #bloque_principal .not_texto {
	float: right;
	width: 100%;
	max-width: 600px;
	font-size: 18px;
	margin: 0 50px;
	font-family: "Roboto";
}
/*.bloque_detalle.ep #bloque_principal .not_texto{*/
/*float: left;*/
/*max-width: inherit;*/
/*margin: 0;*/
/*padding: 0 50px 0 0;*/
/*box-sizing: border-box;*/
/*}*/

/*.bloque_detalle.ep .not_autores {*/
/*display: none;*/
/*}*/

/*.bloque_detalle.ep #bloque_lateral .noticias_recomendadas{*/
/*display:none;*/
/*}*/
/*.bloque_detalle #bloque_principal .not_texto h2{*/
/*font-size:18px;*/
/*}*/

.bloque_detalle #bloque_principal .not_texto a {
	color:#2a6ba3;
	text-decoration: underline;
}

.bisturi_general_detalle .bloque_detalle #bloque_principal .not_texto .paginacion a{
	color:white;
}
.bisturi_general_detalle .bloque_detalle #bloque_principal .not_texto .paginacion{
	padding-left:0;
}

.bloque_detalle #bloque_principal .not_texto p:first-child {
	margin-top: 0;
}

.bloque_detalle #bloque_principal .not_rel {
	float: left;
	width: 100%;
	background: #ECF2F2;
}

.bloque_detalle #bloque_principal .not_rel #bloque_not_rel_title {
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #266CA4;
	box-sizing: border-box;
	padding: 20px 10px;
}

.bloque_detalle #bloque_principal .not_rel ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.bloque_detalle #bloque_principal .not_rel .link {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 0;
	background: #ffffff;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.bloque_detalle #bloque_principal .not_rel .link:last-child {
	margin-bottom: 0;
}

.bloque_detalle #bloque_principal .not_rel .link:nth-child(2n+1) {
	clear: left;
}

.bloque_detalle #bloque_principal .not_rel .link:nth-child(2n) {
	float: right;
}

.bloque_detalle #bloque_principal .not_rel .not_rel_image {
	float: left;
	width: 125px;
	height: auto;
}

.bloque_detalle #bloque_principal .not_rel .not_rel_titular {
	float: left;
	width: 43%;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	margin-left: 10px;
	line-height: 16px;
}

.bloque_detalle #sidebar #otras_noticias, .bloque_opinion_portada #sidebar #otras_noticias {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.bloque_detalle #sidebar #otras_noticias .seccion_titulo, .bloque_opinion_portada #sidebar #otras_noticias .seccion_titulo {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.bloque_detalle #sidebar #otras_noticias .otras_titular, .bloque_opinion_portada #sidebar #otras_noticias .otras_titular {
	width: 153px;
	float: left;
	font-weight: 300;
	font-size: 12px;
	clear: both;
}
.bloque_detalle #sidebar #otras_noticias .otras_img, .bloque_opinion_portada #sidebar #otras_noticias .otras_img {
	width: 140px;
	height: 83px;
	float: right;
}

.bloque_detalle #sidebar #otras_noticias .seccion, .bloque_opinion_portada #sidebar #otras_noticias .seccion {
	width: 100%;
	float: left;
	padding: 0;
}
.bloque_detalle #sidebar #otras_noticias .seccion .noticia, .bloque_opinion_portada #sidebar #otras_noticias .seccion .noticia {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #959393;
}

.bloque_opinion_portada .sidebar_opinion .otras_titular {
	width: 70% !important;
}

.bloque_detalle #bloque_cabecera .not_shared .share .share-item {
	width: 100%;
	float: left;
	clear: both;
}
.bloque_detalle #bloque_cabecera .not_shared .share {
	float: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.bloque_detalle #bloque_cabecera .not_shared .share .share-item .link-share {
	width: 70px;
	height: 34px;
	float: left;
}
.bloque_detalle #bloque_cabecera .not_shared .share #share-twitter {
	background: url(../images/share/share-twitter-bg.png);
}

.bloque_detalle #bloque_cabecera .not_shared .share #share-face {
	background: url(../images/share/share-face-bg.png);
}
.bloque_detalle #bloque_cabecera .not_shared .share #share-gp {
	background: url(../images/share/share-gp-bg.png);
}

.bloque_detalle #bloque_cabecera .not_shared .share #share-lin {
	background: url(../images/share/share-lin-bg.png);
}

.bloque_detalle #bloque_cabecera .not_shared .share #share-meneame {
	background: url(../images/share/share-meneame-bg.jpg);
}

.bloque_detalle #bloque_cabecera .not_shared .share .share-item .link-share span{
	float: right;
	margin: 7px 5px 0 0;
	color: #FFFFFF;
	font-size: 15px;
}

.bloque_detalle .not_rel .not_fecha {
	margin: 5px 0 0 10px;
}

.opinion_detalle .bloque_detalle #sidebar #otras_noticias {
	margin-top: 20px !important;
}

.opinion_detalle .bloque_detalle #sidebar #otras_noticias .seccion .noticia {
	padding: 4% 0;
	width: 100%;
	background: none;
}

.opinion_detalle .not_texto a#link_opinion_esp {
	text-decoration: none;
	font-weight: bold;
}

/* ESTILO BUSQUEDA */
#busquedas, .busquedas_hemero  {
	float:left;
	clear:both;
	margin-bottom:15px;
}
#filtrar_link {
	color: #666666;
	margin: 15px 0 0 0;
	font-weight: bold;
	float: left;
	clear: both;
}
#filtrar_form fieldset {
	border: none;
	float: left;
	margin: 0 5px 0 0;
	padding:0;
}
#filtrar_form label {
	padding: 4px 5px 0 0;
}
#filtrar_exacta {
	margin-top: 4px;
}
#btn {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 1px 2px;
	width: auto !important;
	cursor: pointer;
}
#busquedas div, .busquedas_hemero div {
	clear:both;
	float:left;
}
#busquedas .titular a, .busquedas_hemero .titular a {
	float:left;
	clear:both;
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}
#busquedas #fecha, .busquedas_hemero #fecha {
	font-size:11px;
}
#busquedas .entradilla, .busquedas_hemero .entradilla {
	margin:3px 0 0;
	font-weight:normal;
	color:#000;
}
#busquedas #link_seo, .busquedas_hemero #link_seo {
	font-size:12px;
	color:#0E774A;
}
#noticias_total {
	float:left;
	color:#666;
	font-size:12px;
	margin-bottom:15px;
}
#bloque2_buscador {
	float:left;
	margin-bottom:20px;
	width: 270px;
}
#bloque2_buscador div {
	float:left;
	margin:0;
	width: 270px;
	background: url(../images/buscador_bg_v5.jpg) left top repeat-y;
}
#bloque2_buscador form {
	margin:0;
	padding:0;
}
#bloque2_buscador #busqueda {
	float:left;
	margin:0 8px 0 10px;
	border:1px solid #CCC;
	background:#FFF;
	padding:1px 3px;
	width: 200px;
}
#busqueda_error strong {
	color:#134D86;
	font:20px 'Roboto',Helvetica;
	line-height:24px;
	margin:4px 0;
	width:640px;
}
#busqueda_error {
	font-size:14px;
}


.bloque_detalle #sidebar #otras_noticias,  .bloque_detalle #sidebar #otras_noticias #en_portada {
	margin-top: 0 !important;
}

.bloque_detalle #sidebar #otras_noticias {
	margin-bottom: 20px;
}

#seccion {
	margin-bottom:25px;
	float:left;
	width:100%;
	overflow:hidden;
	clear: both;
}
#noticias {
	width:640px;
}
#bloque1 .seccion_margen {
	/*margin-bottom:-25px;*/
}
.noticias_margen {
	margin-top:15px;
	overflow:hidden;
	clear:both;
}

#encuesta_titulo {
	color: rgb(12, 71, 144); font-family: Times New Roman Times,serif; font-size: 18px; text-align: left;
}
#encuesta_texto {
	color: rgb(0, 0, 0); font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: normal;
}
#encuesta_preguntas {
	font-size: 13px; color: rgb(0, 0, 0); font-family: Arial,Helvetica,sans-serif;
}
#encuesta_preguntas ul {
	margin:0;
	padding:0;
	clear:both;
	float:left;
	width:100%;
}
#encuesta_preguntas ul p {
	margin:5px 0;
	color: rgb(12, 71, 144);
}
#encuesta_preguntas ul li {
	margin:0 15px 15px 0;
	float:left;
}
#encuesta_preguntas input {
	clear:both;
	border:1px solid #CCC;
	padding:1px 3px;
}
#top10_logo {
	float:left;
	width:120px;
	text-align:right;
}
#top10_fecha {
	float:right;
	width:255px;
	text-align:right;
	font-size:0.7em;
	color:#990044;
	line-height:1em;
}
#top10_titular {
	float:left;
	width:640px;
	text-align:center;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#134D86;
	margin:10px 0 5px;
}
#top10_texto {
	float:left;
	width:640px;
	text-align:left;
	font-size:0.85em;
	text-align:justify;
}
#top10_formulario {
	width:638px;
	border:1px solid #CCCCCC;
	background-color:#EFEFEF;
	float:left;
}
#top10_opcion_columna {
	float:left;
	width:315px;
}
#top10_opcion {
	margin:10px;
	border-bottom:1px dotted #CCC;
	font-size:0.8em;
	clear:both;
	overflow:hidden;
	height:105px;
}
#top10_opcion strong {
	font-weight:normal;
}
#top10_opciones_texto, #top10_opciones_texto2 {
	margin:3px 10px 8px;
	overflow:hidden;
	font-size:0.9em;
	font-weight:normal;
}
#top10_opcion div img {
	width:45px;
	height:55px;
}
#top10_opciones_texto2 input {
	display:none;
}
#top10_opciones_result {
	position:absolute;
	/*margin:-25px 0 0 65px;*/
	/*margin:5px 0 0 10px;*/
	margin:-25px 0 0 65px;
	font-size:0.8em;
}
#porcentaje_td {
	border:1px solid #CCC;
}
#porcentaje_bg {
	background:#0B3055 url(../images/porcentaje_bg.jpg) left top repeat-y;
	float:left;
	height:14px;
}

/*#bloque2 {
		float:right;
		width:240px;
	}
		#twtr-widget-1 {
			float:left;
			margin-bottom:20px;
		}
		#bloque2_banner {
			float:right;
			margin:0 12px 15px 12px;
			border:1px solid #CCC;
		}
		#bloque2_buscador {
			float:right;
			margin-bottom:20px;
		}
			#bloque2_buscador div {
				float:left;
				width:308px;
				margin:0;
				background: url(../images/buscador_bg.jpg) left top repeat-y;
			}
			#bloque2_buscador form {
				margin:0;
				padding:0;
			}
			#bloque2_buscador #texto_buscador {
				float:left;
				margin:0 8px 0 10px;
				border:1px solid #CCC;
				background:#FFF;
				padding:1px 3px;
				width: 250px;
			}
		#bloque2_sanitariatv {
			float:right;
			width:265px;
			overflow:hidden;
			text-align: left;
			background-color:#EFEFEF;
			padding:10px 20px 35px;
			border:1px solid #CCC;
			border-bottom:3px solid #CCC;
			margin-bottom:25px;
		}
			#sanitariatv_logo {
				margin:0 0 5px 30px;
			}
			#comunidades_logo {
				margin:0 0 15px 25px;
			}

		#bloque2_noticias {
			float:right;
			width:285px;
			overflow:hidden;
			text-align: left;
			background-color:#EFEFEF;
			padding:8px 10px 10px;
			overflow:hidden;
			border:1px solid #CCC;
			border-bottom:3px solid #CCC;
			margin-bottom:25px;
			font-weight:normal;
		}
		#seccion_autonomias {
			border-bottom:1px solid #DEDEDE;
			margin-bottom:20px;
			padding-bottom:5px;
		}
		#seccion_6 {
			margin-bottom:20px;
			padding-bottom:5px;
		}
			#seccion_autonomias table {
				clear:both;
				font-weight:normal;
			}
		#bloque2_publicacionmedica {
			float:left;
			width:310px;
			overflow:hidden;
			text-align: left;
			overflow:hidden;
			margin-bottom:25px;
		}
		#bloque2_otraspublicaciones {
			float:right;
			display:none !important;
		}
		*/
#bloque_detalle {
	text-align:left;
	margin:10px;
	padding:10px;
	background-color:#FFF;
	overflow:hidden;
}
#seccion_mir {
	width:640px;
	clear:both;
}
#top10_link {
	float:left;
	margin: 8px 0 0;
}
#top10_link a {
	font-size:0.8em;
	color:#134D86;
}
#top10_detalle_logo {
	width:640px;
	clear:both;
}
#top10_detalle_titular {
	width:640px;
	clear:both;
	color:#134D86;
	font:24px Georgia,"Times New Roman",Times,serif;
}
#top10_detalle_entradilla {
	width:640px;
	clear:both;
	padding:0 0 7px 0;
	font:14px Arial,Helvetica,sans-serif;
	color:#666;
}
#top10_detalle_texto {
	width:640px;
	clear:both;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
}


/*Estilo seccion*/
.seccion #cintillo_seccion, .opinion #cintillo_seccion, .opinion_detalle #cintillo_seccion {
	background: #276CA3;
	width: 98%;
	padding: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}

.seccion .noticia_block {
	float: left;
}

.seccion .noticia_1 {
	background: url(../images/bg_cabecera_scroll.jpg) repeat-y;
	background-size: 100% 100%;
	width: 580px;
	padding: 20px;
}

.seccion .noticia_1 .not_titular, .seccion .noticia_1 .not_entradilla {
	color: #FFFFFF;
}

.seccion .noticia_2, .seccion #banner_sec_right {
	width: 94%;
	float: left;
	margin-left: 20px;
}

.seccion #banner_sec_right {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

.seccion #cont_noticias_esp {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.seccion #cont_not_destacado {
	margin-bottom: 20px;
}

.seccion .noticias_esp {
	width: 32%;
	margin-right: 10px;
}

.seccion .noticias_esp_1 {
	clear: left;
}

/*.seccion #cont_noticias_esp .noticias_esp:nth-child(3n+1){
		clear: left;
	}

	.seccion #cont_noticias_esp .noticias_esp:nth-child(3n) {
		margin-right: 0;
	}*/

.seccion #cont_noticias_esp .noticias_esp_1, .seccion #cont_noticias_esp .noticias_esp_5 {
	background: #ECF2F2;
	vertical-align: middle;
}

.seccion #cont_noticias_esp .noticias_esp_2, .seccion #cont_noticias_esp .noticias_esp_3, .seccion #cont_noticias_esp .noticias_esp_4, .seccion #cont_noticias_esp .noticias_esp_6 {
	vertical-align: top;
}

/*.seccion #cont_noticias_esp .noticias_esp:nth-child(1), .seccion #cont_noticias_esp .noticias_esp:nth-child(2), .seccion #cont_noticias_esp .noticias_esp:nth-child(3) {
		margin-bottom: 20px;
	}*/

.seccion .noticia_block img {
	width: 100%;
	height: auto;
}

.seccion #cont_noticias_esp, .seccion #cont_not_destacado {
	display: table;
}

.seccion #cont_noticias_esp #noticias_esp_fila {
	display: table-row;
	float: left;
	margin-bottom: 20px;
	border-spacing: 10px 0;
	width: 100%;
}

.seccion #cont_noticias_esp #noticias_esp_fila .noticias_esp {
	display: table-cell;
	float: none;
	width: 300px;
}

.seccion #cont_not_destacado #not_destacado_fila {
	display: table-row;
}

.seccion #cont_not_destacado .noticia_1, .seccion #cont_not_destacado #destacado_right {
	display: table-cell;
	vertical-align: top;
	float: none;
}

.seccion .bloque_noticias_seccion, .opinion .bloque_noticias_seccion {
	padding-top: 10px;
}

.seccion .noticia_1 .not_titular {
	font-size: 34px;
	font-weight: bold;
	margin-top: 15px;
}

.seccion .noticia_1 .not_entradilla strong {
	color: #FFFFFF;
}

.seccion .noticia_2 .not_titular {
	font-weight: bold;
	margin-top: 10px;
}

.seccion .noticias_esp .not_titular {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 0;
}

.seccion .noticias_esp .not_entradilla {
	padding: 0 10px 10px;
}

.seccion #cont_noticias_esp .noticias_esp_2 .not_titular, .seccion #cont_noticias_esp .noticias_esp_3 .not_titular, .seccion #cont_noticias_esp .noticias_esp_4 .not_titular, .seccion #cont_noticias_esp .noticias_esp_6 .not_titular {
	margin-top: 10px;
}

.seccion .banner_sec_princ {
	width: 100%;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin: 20px 0;
}

.seccion .banner_sec_princ .banner_sec_princ_1 {
	width: auto;
	float: left;
}

.seccion .banner_sec_princ .banner_sec_princ_2 {
	width: auto;
	float: right;
}

.seccion .noticia_1 .not_image {
	width: 580px;
	height: 344px;
}

.seccion .noticias_esp .not_image {
	width: none;
	width: 300px;
	height: 178px;
}

.seccion .noticia_1 .cont_extra {
	right: 20px;
}

/*Opinion*/
.opinion #opinion_opinion, .opinion .opinion_colaboradores, .opinion .firma_invitada_list {
	padding-left: 0;
	float: left;
}

.opinion .firma_invitada_list {
	margin-top: 0;
	margin-bottom: 0;
}

.opinion #opinion_opinion li, .opinion .opinion_colaboradores li, .opinion .firma_invitada_list li {
	width: 24%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.opinion #opinion_opinion li:nth-child(4n+1), .opinion .opinion_colaboradores li:nth-child(4n+1), .opinion .firma_invitada_list li:nth-child(4n+1) {
	clear: left;
}

.opinion #opinion_opinion li:nth-child(4n), .opinion .opinion_colaboradores li:nth-child(4n), .opinion .firma_invitada_list li:nth-child(4n) {
	margin-right: 0;
}

.opinion #opinion_page_imagen {
	/*width: 120px;
		height: auto;
		overflow: hidden;
		float: left;*/
}

.opinion #opinion_page_imagen {
	width: 80px;
	height: 90px;
	float: left;
	overflow: hidden;
}

.opinion #opinion_page_imagen img {
	width: 100%;
}

.opinion #opinion_content {
	float: right;
	width: 60%;
}

.opinion_img_sala {
	padding: 10px 6px;
}

.opinion #mas_articulos, .opinion_detalle #mas_articulos {
	color: #999;
	display: block;
	clear: left;
	font-size: 14px;
	cursor: pointer;
}

/*Opinion detalle*/
.opinion_detalle .opinion_block {
	width: 100% !important;
}

.opinion_detalle .opinion_block .opinion_img {
	clear: left;
	float: left;
	width: auto;
}

.opinion_img_sala_espera {
	padding: 9px 6px;
	height: auto !important;
}

.opinion_detalle .opinion_block #not_cabecera {
	width: 87% !important;
	height: auto !important;
}

.opinion_detalle .opinion_block #not_cabecera .not_titular {
	width: 100% !important;
	clear: none;
	float: left;
}

.opinion_detalle .opinion_block .not_entradilla {
	clear: none !important;
	width: 585px !important;
	margin-left: 10px;
	margin-top: 23px;
}

.opinion_sidebar_img {
	float: right;
	max-width: 67px;
	height: auto;
}

.sidebar_opinion .img_sala_espera, .opinion_img_sala_espera, .opinion_img_sala {
	background-color: #C21D17;

}

.sidebar_opinion .img_sala_espera {
	padding: 7px 2px;
}

.sidebar_opinion .otras_titular {
	width: 73% !important;
}


.opinion_detalle #articulos_autor {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
}
#articulos_autor #cintillo_seccion{
	color: #266CA4;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	background: inherit;
	font-family: "Fira Sans";
	height: inherit;
	padding: 0 0 10px;
	margin-bottom:20px;
}
#articulos_autor #cintillo_seccion:after {
	content: "";
	background: #266CA4;
	width: 80%;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
}

.opinion_detalle #articulos_autor #opinion_link {
	width: 100%;
}

.cont_enlace {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}


/* BISTURI DETALLE */
.bisturi_detalle #bloque_cabecera #not_cabecera, .protagonista_detalle #bloque_cabecera #not_cabecera, .termometro_detalle #bloque_cabecera #not_cabecera {
	width: 100% !important;
	margin-left: 0 !important;
	height: auto !important;
	float: left !important;
	padding-right: 0;
	border-bottom: 1px solid #979797;
}

.bisturi_detalle #bloque_cabecera, .protagonista_detalle #bloque_cabecera, .termometro_detalle #bloque_cabecera {
	width: 100%;
}

.bisturi_detalle #bloque_cabecera .not_seccion, .protagonista_detalle #bloque_cabecera .not_seccion, .termometro_detalle #bloque_cabecera .not_seccion {
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
	box-sizing: border-box;
}

.bisturi_detalle #bloque_cabecera .not_seccion {
	background: #2A6BA3 url("../images/cabecera_bisturi.png") no-repeat center center;
	height: 25px;
}

.protagonista_detalle #bloque_cabecera .not_seccion {
	background: #C54E5A;
}

.termometro_detalle #bloque_cabecera .not_seccion {
	background: url("../images/bg_cabecera_termometro.png") no-repeat;
	background-size: 100% 100%;
}

.termometro_detalle #bloque_cabecera #termometro_posicion {
	float: left;
	clear: left;
	margin-right: 15px;
	width: 30px;
	height: auto;
}

.bisturi_detalle #bloque_cabecera .not_titular, .protagonista_detalle #bloque_cabecera .not_titular, .termometro_detalle #bloque_cabecera .not_titular {
	font-size: 34px;
	color: #313A7B;
}

.bisturi_detalle #bloque_cabecera .not_image, .protagonista_detalle #bloque_cabecera .not_image, .termometro_detalle #bloque_cabecera .not_image {
	clear: none;
	float: none;
	margin: 0 auto;
	display: block;
}

.bisturi_detalle #bloque_cabecera .not_pie_foto, .protagonista_detalle #bloque_cabecera .not_pie_foto, .termometro_detalle #bloque_cabecera .not_pie_foto {
	font-family: "Roboto";
	font-size: 14px;
	color: #5D5C5A;
	float: none;
	width: 620px;
	margin: auto;
	display: block;
	margin-top: 10px;
	padding: 0;
	float: left;
	position: relative;
	text-align: left;
	background: none;
}

.bisturi_detalle #bloque_cabecera .not_fecha, .protagonista_detalle #bloque_cabecera .not_fecha, .termometro_detalle #bloque_cabecera .not_fecha {
	padding-left: 0;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 20px;
}

.bisturi_detalle #bloque_cabecera .not_shared, .protagonista_detalle #bloque_cabecera .not_shared, .termometro_detalle #bloque_cabecera .not_shared {
	clear: right;
	float: right;
	margin-top: 130px;
}

.bisturi_detalle #bisturi_left, .protagonista_detalle #bisturi_left, .termometro_detalle #bisturi_left {
	float: left;
	width: 690px;
}

.bisturi_detalle .estilo_bisturi, .protagonista_detalle .estilo_bisturi, .termometro_detalle .estilo_bisturi {
	width: 880px;
}

.bisturi_detalle #slider-bisturi_rel-wrapper, .protagonista_detalle #slider-bisturi_rel-wrapper, .termometro_detalle #slider-bisturi_rel-wrapper {
	width: 880px !important;
	background: #bfd2e3 none repeat scroll 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #000;
}

.bisturi_detalle #slider-bisturi_rel, .protagonista_detalle #slider-bisturi_rel, .termometro_detalle #slider-bisturi_rel {
	width: 820px;
}

.bisturi_detalle #slider-bisturi_rel .panel, .protagonista_detalle #slider-bisturi_rel .panel, .termometro_detalle #slider-bisturi_rel .panel {
	width: 820px !important;
}

.bisturi_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:first-child, .protagonista_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:first-child, .termometro_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:first-child {
	padding-left: 0 !important;
}

.bisturi_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:last-child, .protagonista_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:last-child, .termometro_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:last-child {
	padding-right: 0 !important;
}

.bisturi_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:nth-child(2), .protagonista_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:nth-child(2), .termometro_detalle .coda-slider-wrapper #slider-bisturi_rel .panel .bisturi:nth-child(2) {
	background: url("../images/bisturi_bg2_v6.png");
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 285px;
	padding: 0 38px !important;

}

.bisturi_detalle #bloque_bisturi_title, .protagonista_detalle #bloque_bisturi_title, .termometro_detalle #bloque_bisturi_title {
	text-align: left;
	padding-bottom: 0;
}

.bisturi_detalle #sidebar #otras_noticias .otras_titular, .protagonista_detalle #sidebar #otras_noticias .otras_titular, .termometro_detalle #sidebar #otras_noticias .otras_titular {
	width: 130px;
}

.protagonista_detalle #bloque_cabecera .not_titular, .protagonista_detalle #bloque_cabecera .not_texto, .protagonista_detalle .coda-slider-wrapper .coda-nav-left a, .protagonista_detalle .coda-slider-wrapper .coda-nav-right a {
	color: #fff;
}

.protagonista_detalle #bloque_cabecera .not_fecha {
	border-color: #fff;
	color: #ffffff;
}

.protagonista_detalle #bloque_cabecera .not_pie_foto {
	color: #ffffff;
}

.protagonista_detalle .estilo_bisturi .bisturi .bisturi_titulo {
	color: #bfd2e3;
}

.estilo_bisturi_mas .bisturi #termometro_posicion {
	margin-right: 5px;
	margin-bottom: -2px;
	width: 15px;
	height: auto;
}

.bisturi_detalle .not_texto a, .termometro_detalle .not_texto a, .protagonista_detalle .not_texto a {
	color: #2a6ba3;
	text-decoration: underline;
}



/* EVENTOS ESPECIALES */
.eventos_especiales .not_seccion {
	display: none;
}

.eventos_especiales .estilo8 .cont_extra_8, .eventos_especiales .estilo2 .cont_extra_2, .eventos_especiales .estilo6 .cont_extra_6 {
	top: 0;
}

.eventos_especiales .estilo8 {
	margin-top: 0;
}

/* 3.4 Pie ---------------------------------------------------------------------------------*/
#pie {
	margin: 25px auto 0;
	padding: 20px 0 0;
	width:1200px;
	overflow:hidden;
	clear:both;
	background:#E6ECF4;
}

#footer {
	float: none;
	margin: 0 auto;
	width: 100%;
}

#footer_contenidos {
	width: 100%;
	float: left;
}

#footer_copy {
	color: #2C67A3;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#footer_copy a {
	color: #2C67A3;
}

#footer_copy .logo_sanitaria span {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	color: #2C67A3;
}

#footer_copy img{
	margin-bottom: 20px;
}

#footer_soporte {
	float: left;
	margin: 15px 0 0;
	width: 100%;
	text-align: center;
}

#footer_soporte p {
	clear: both;
	float: left;
	margin: 20px 0 0;
	background: #2566A2;
	padding: 20px 50px;
	color: #FFF;
	font-size: 10px;
	width: 100%;
	box-sizing: border-box;
}

#social_footer {
	display: flex;
	justify-content: center;
}
#social_footer a {
	float: left;
	margin: 0 2px;
	color: #FFF;
	background: #2566A2;
	text-align: center;
	border-radius: 50%;
	padding: 11px 10px 10px 10px;
	height: 19px;
	display: block;
	width: 20px;
}

#social_footer a i {
	font-size: 19px;
}

#footer_links {
	clear: both;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#footer_links_left {
	float: left;
}

#footer_links ul {
	padding: 0;
}
#footer_links li {
	float: left;
	font-size: 11px;
	color: #666;
	margin: 0 10px;
}
#footer_links_right{
	float: right;
	width: 100%;
	text-align: center;
	margin: 0px;
	background: #2566A2;
	padding-bottom: 10px;
}
#footer_links_right #direccion_footer {
	width: auto;
	font-size: 12px;
	clear: both;
}
#enlaces, #enlaces_res {
	float: left;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#enlaces a, #enlaces_res a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
}

#footer_links_right #direccion, #enlaces_res #direccion_res {
	float: right;
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #010101;
}
#footer_print {
	display: none;
	margin: 20px 0 0;
	float: left;
	clear: both;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
#iberpixel {
	margin-right: 20px;
	margin-top:30px;
	width:auto;
	clear:both;
}
#iberpixel {
	font-size: 0.55em;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:160px;
	float:right;
}
#iberpixel a:hover {
	color:black;
	text-decoration:none;
}
#iberpixel a{
	color:white;
}


.foto_der_bl {
	float:right;
	margin: 0 0 0 10px;
	border:1px solid #CCC;
	padding:10px;
	background-color:#FFF;
}
.foto_der_gris {
	float:right;
	margin: 0 0 0 10px;
	border:1px solid #CCC;
	padding:10px;
	background-color:#EFEFEF;
}

.foto_izq_bl {
	float:right;
	margin: 0 10px 0 0;
	border:1px solid #CCC;
	padding:10px;
	background-color:#FFF;
}
.foto_izq_gris {
	float:right;
	margin: 0 10px 0 0;
	border:1px solid #CCC;
	padding:10px;
	background-color:#EFEFEF;
}
.portada_pie {
	background:none repeat scroll 0 0 #334457;
	bottom:0;
	font-size:11px !important;
	color:#FFF;
	left:0;
	line-height:20px;
	margin:-20px 0 0;
	text-align:center;
	padding:0;
	float:left;
	width:100%;
	height:20px;
	overflow:hidden;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.antetitulo {
	color:#990044;
	font:14px Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	padding:9px 0 0;
}
.titular {
	color:#134D86;
	font-size: 24px;
}
.entradilla {
	padding:0 0 7px 0;
	font-size: 14px;
	color:#666;
}
.texto {
	color:#000000;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
}

.portada_2_antetitulo {
	color:#990044;
	font:11px Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}
.portada_2_titular {
	color:#134D86;
	font:18px Georgia,"Times New Roman",Times,serif;
}
.seccion_cabecera {
	font:14px Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	padding:5px 0 3px;
	width:640px;
	background: url(../images/cabecera_edicion_bg.gif) center top repeat-x;
	border:1px solid #426895;
	margin-bottom: 5px;
}
.seccion_cabecera_lateral {
	font:14px Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	padding:5px 0 3px;
	width:283px;
	background: url(../images/cabecera_edicion_bg.gif) center top repeat-x;
	border:1px solid #426895;
}
.otros_titulares {
	color:#134D86;
	font:14px Georgia,"Times New Roman",Times,serif;
	padding-left:15px;
	background: url(../images/otros_titulares_icon.png) 2px 1px no-repeat;
}
.personaje_foto {
	float:left;
	margin: 10px;
	border:1px solid #CCC;
	padding:10px;
	background-color:#FFF;
}
.personaje_titular {
	background-color:#134D86;
	padding: 8px 0;
	color:#FFF;
	font-size:14px;
}
.personaje_entradilla {
	background-color:#EFEFEF;
	padding: 8px;
	color:#333;
	font-size:12px;
}
.revista_prensa {
	color:#134D86;
	font:12px Arial,Helvetica,sans-serif;
	padding-left:15px;
	background: url(../images/prensa_flecha.gif) 2px 1px no-repeat;
	clear:both;
}




.coda-slider-wrapper {
	clear: both;
	overflow: auto;
	float: left;
}
#ultima_hora .coda-slider-wrapper {
	clear: none;
	margin: 0;
}
#bisturi_titulo {
	color: #13335C !important;
	display: block;
	font-family: 'BenchNine',Helvetica;
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 5px;
}

.coda-slider-wrapper #slider-id .panel, .coda-slider-wrapper #slider-id {
	width: 900px;
}
.coda-slider-wrapper #ultima-id .panel, .coda-slider-wrapper #ultima-id {
	width: 815px;
}


#bisturi_content {
	background: url(../images/bisturi_bg_content.png) center top no-repeat #DDD;
	padding: 10px 15px 15px;
	margin: 0 15px 15px;
	border: 2px solid #CCC;
	font-size: 13px !important;
	font-family: Tahoma,Geneva,sans-serif !important;
	overflow: hidden;
}
.contenidos_panel {
	float: left;
	width: 260px;
	margin: 5px 0;
	padding: 10px 18px 10px 17px;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 13.5px;
}
.coda-slider-wrapper .coda-nav {
}

.coda-slider-wrapper .coda-nav .current {
	background: #0090FF;
}

.coda-slider-wrapper .coda-nav a {
	background: #000;
	color: #fff;
	margin-right: 1px;
	padding: 3px 6px;
}

.coda-slider-wrapper .coda-nav a:hover {
	background: #000;
	color: #fff;
	text-shadow: none;
}

.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
}

.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	/*background: #EFEFEF;*/
	color: #13335C;
	padding: 0;
	width: 30px;
	font-size: 22px;
	text-align: center;
	/*border: 1px solid #CCC;*/
}

.coda-slider-wrapper .coda-nav-left-arrow {
	width: 25px;
	height: 25px;
	background: url(../img/arrow.png) no-repeat top left;
	margin-top:50px;
}

.coda-slider-wrapper .coda-nav-left-arrow a {
	width: 0;
	height: 0;
	border:none;
}

.coda-slider-wrapper .coda-nav-left-arrow:hover {
	background: url(../img/arrow.png) no-repeat bottom left;
}

.coda-slider-wrapper .coda-nav-right-arrow {
	width: 25px;
	height: 25px;
	background: url(../img/arrow.png) no-repeat top right;
	margin-top:50px;
}
.coda-slider-wrapper .coda-nav-right-arrow a {
	width: 0;
	height: 0;
	background: none;
	margin-top:0;
	border:none;
}

.coda-slider-wrapper .coda-nav-right-arrow:hover {
	background: url(../img/arrow.png) no-repeat bottom right;
}

.coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
	margin-top: 55px;
}

.coda-slider-wrapper .loading {
	height: 100%;
	padding: 20px;
	text-align: center;
}
.arrows .coda-slider {
	margin: 0;
}

.coda-slider-wrapper .coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}

.coda-slider-wrapper .coda-slider .panel-container {
	position: relative;
}

.coda-slider-wrapper .coda-slider .panel-container .panel {
	display: block;
	float: left;
	width: 425px;
}

.coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
	cursor: pointer;
	float: left;
}
.coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
	display: block;
}

.coda-slider-wrapper .coda-nav-left {
	float: left;
	height: 25px;
}
.coda-slider-wrapper .coda-nav-right {
	float: right;
	height: 25px;
}
.coda-slider-wrapper .coda-nav-left{
	/*background:url(http://www.redaccionmedica.com/images/bisturi_siguientes.png) center 35px no-repeat;*/
}
.coda-slider-wrapper .coda-nav-right{
	/*background:url(http://www.redaccionmedica.com/images/bisturi_anteriores.png) center 35px no-repeat;*/
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
	clear: both;
}

/** RECOMENDADOS ARTICULO DETALLE **/
#recomendado_suscripcion {
	z-index: 900;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #FFF;
	width: 323px;
	height: 96px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#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;
}
.cerrar_recomendacion {
	cursor: pointer;
}
.titular_recomendado a {
	color: #13335C;
}
#close_recomendado{
	float: right;
	margin: -10px -10px 0 0;
}
#recomendado_contenido span {
	color: #36495A;
}
#close_recomendado_suscripcion{
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

#recomendado_suscripcion .cont_imagen_newsletter {
	float: left;
	width: 100%;
}

/* LA REVISTA */

.revista #cabecera {
	border-bottom: 1px solid #313a7b;
	padding-bottom: 15px;
}

.revista #paises {
	clear: none;
	margin-left: 45px;
}

.revista #cabecera_contents {
	width: 58%;
}

.revista #cabecera_contents_left {
	margin-top: 20px;
}

.revista #texto_buscador {
	width: 245px;
}

.cabecera_revista {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.revista .cabecera_revista .cabecera_revista_top {
	float: none;
	display: block;
	margin: 0 auto;
	width: 605px;
}
.revista .cabecera_revista #social_icon {
	width: 150px;
	margin-left: 70px;
	margin-top: 0;
}

.revista .cabecera_revista .logo_revista {
	float: left;
}

.revista .cabecera_revista #social_icon, .revista .cabecera_revista #social_icon li {
	float: left;
}

.revista .cabecera_revista #social_icon li:nth-child(4) {
	clear: left;
}

.menu_revista {
	width: 100%;
	float: left;
	margin-top: 35px;
	padding: 10px 0;
}


.menu_revista ul {
	float: none;
	margin: 0 auto;
	padding-left: 0;
	display: block;
	text-align: center;
}

.menu_revista ul li {
	padding: 0 20px;
	border-right: 1px solid #333333;
	display: inline-block;
}

.menu_revista ul li:first-child {
	padding-left: 0;
	border-left: 0;
}

.menu_revista ul li:last-child {
	padding-right: 0;
	border-right: 0;
}

.menu_revista ul li a {
	color: #333333;
	text-transform: uppercase;
	font-size: 12px;
}

.revista .bloque_princ {
	margin-top: 30px;
}

.revista .bloque_noticias_listado {
	margin-bottom: 30px;
}

.revista .bloques_revista {
	float: left;
	position: relative;
	width: 461px;
}

.revista .bloques_revista .not_titular {
	font-family: "Noto Serif";
	font-weight: bold;
	margin-top: 10px;
}

.revista .bloque_noticias_listado .not_titular {
	/*height: 60px;*/
	/*overflow: hidden;*/
}

.revista .bloques_revista .not_entradilla {
	font-family: "Noto Serif";
}

.revista .bloques_revista .not_seccion {
	background: #CB0A26;
	float: none;
	margin-top: 30px;
	position: absolute;
}

.revista .bloques_revista .not_seccion a strong {
	color: #FCFBFB;
	font-family: "Noto Serif";
	font-size: 18px;
}

.revista .bloque_1 {
	width: 940px;
}

.revista .bloque_1 .not_seccion {
	right: 0;
}

.revista .bloque_1 .not_seccion a strong {
	font-size: 25px;
}

.revista .bloques_revista .not_image {
	width: 461px;
	height: 274px;
}

.revista .bloque_1 .not_image {
	width: 940px;
	height: 558px;
}

.revista .cont_titular {
	padding-bottom: 20px;
}

.revista .bloque_1 .cont_titular {
	width: 840px;

}

.revista .bloque_1 .not_titular {
	color: #FEFDFD;
	font-size: 40px;
}

.revista .bloque_1 .not_entradilla {
	color: #FFFEFE;
	font-size: 20px;
}

.revista .bloque_rayos {
	width: 940px;
}

.revista .bloque_rayos .not_seccion {
	right: 0;
	background: #ffffff;
	z-index: 999;
	margin-top: 15px;
}

.revista .bloque_rayos .not_seccion a strong {
	color: #010101;
}

.revista .cont_rayos_img {
	width: 609px;
	height: 189px;
	overflow: hidden;
	float: left;
}

.revista .cont_rayos_img .not_image {
	width: 609px;
	height: 362px;
	max-width: none;
}

.revista .bloque_rayos .cont_aux_titular {
	float: left;
	width: 291px;
	height: 189px;
	position: relative;
	padding: 0 20px;
	background: #CB0A26;
}

.revista .bloque_rayos .not_titular {
	position: absolute;
	bottom: 20px;
	color: #FBFBFD;
	font-size: 26px;
	font-weight: 400;
	font-family: "Open Sans";
}

.revista .bloque_rayos .cont_aux_titular .img_rayos {
	position: absolute;
	top: 30px;
	left: -65px;
}

.revista .bloque_noticias_listado .bloques_revista {
	margin-bottom: 20px;
	/*height: 335px;*/
	height: auto;
}

.revista .bloque_noticias_listado .bloques_revista:nth-child(2n) {
	float: right;
}

.revista .bloque_noticias_listado .bloques_revista:nth-child(2n+1) {
	clear: left;
}

.revista .bloque_noticias_listado .noticia_esp {
	width: 300px;
	float: left !important;
	clear: none !important;
}

.revista .bloque_noticias_listado .bloque_8 {
	margin-right: 20px;
}

.revista .bloque_noticias_listado .noticia_esp .not_image {
	width: 300px;
	height: 178px;
}

.revista .bloque_noticias_listado .banner .img_banner {
	float: right;
}

.revista .bloque_reportajes .bloques_revista {
	width: 220px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.revista .bloque_reportajes .bloques_revista:nth-child(4n) {
	margin-right: 0;
}

.revista .bloque_reportajes .bloques_revista:nth-child(4n+1) {
	clear: left;
}

.revista .bloque_reportajes .bloques_revista .not_image {
	width: 220px;
	height: 147px;
}

.revista .bloque_reportajes .bloques_revista .not_titular {
	font-size: 18px;
}

.revista .bloque_titulo {
	font-family: "Noto Serif";
	font-size: 18px;
	text-transform: uppercase;
	color: #010101;
	font-weight: bold;
	border: 1px solid #010101;
	float: left;
	padding: 10px;
}

.revista_seccion_basica .bloque_3 {
	float: left;
	margin-left: 18px;
}

.revista_seccion_basica .bloque_5 {
	float: left;
	margin-left: 18px;
}

.revista_seccion .fila_esp {
	float: left;
	clear: both;
	margin-top: 20px;
}

.banners_revista {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.banners_revista .banner:nth-child(2) {
	float: right;
}

.revista_detalle .cabecera {
	float: left;
	margin-top: 40px;
}

.revista_detalle .not_antetitulo {
	font-family: "Noto Serif";
	font-size: 20px;
	text-transform: uppercase;
}

.revista_detalle .not_titular {
	font-family: "Noto Serif";
	font-size: 50px;
	font-weight: bold;
	width: 100%;
}

.revista_detalle .not_image {
	width: 940px;
	height: 558px;
	margin-top: 20px;
}

.revista_detalle .not_entradilla {
	font-family: "Noto Serif";
	font-size: 20px;
}

.revista_detalle .not_autores {
	float: left;
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 17px;
	color: #31397B;
	text-transform: uppercase;
	margin-top: 50px;
	width: 618px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CB0A26;
}


.revista_detalle .not_autores_editor, .revista_detalle .not_autores_fotografo {
	float: left;
}

.revista_detalle .not_autores_editor {
	margin-right: 40px;
}

.revista_detalle .not_autores .icon_autores {
	float: left;
	margin-right: 5px;
}

.revista_detalle .not_autores span {
	float: left;
}

.revista_detalle .revista_compartir {
	float: right;
	width: 255px;
	margin-top: 40px;
}

.revista_detalle .cabecera #social_icon {
	float: left;
	width: auto;
}

.revista_detalle .cabecera #social_icon li {
	margin-right: 10px;
}

.revista_detalle .compartir_titulo {
	float: left;
	width: 100%;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 100;
	color: #929191;
	text-transform: uppercase;
}

.revista_detalle .not_texto {
	float: left;
	clear: left;
	margin-top: 20px;
	font-family: "Noto Serif";
	font-size: 18px;
	color: #030304;
}

.revista_detalle .not_pie_foto_revista {
	margin-top: 10px;
	font-size: 11px;
	float: left;
	width: 100%;
}

.revista_detalle .contenido_especial {
	margin-top: 30px;
	float: left;
	width: 100%;
	height: 690px;
	position: relative;
}

.revista_detalle .contenido_video_iframe {
	height: auto;
}
.revista_detalle .contenido_video_iframe iframe {
	position: relative;
	z-index: 300;
	margin: 0 0 30px 20px;
}

.revista_detalle .contenido_especial .not_fecha {
	margin-left: 30px;
	width: 450px;
	margin-bottom: 20px;
}

.revista_detalle .contenido_especial .not_image {
	width: 450px;
	height: auto;
	float: left;
	margin: 0;
	position: absolute;
	z-index: 999;
	margin-left: 30px;
}

.revista_detalle .contenido_especial .not_texto {
	width: 415px;
	float: right;
}

.revista_detalle .contenido_especial .not_pie {
	position: absolute;
	bottom: 0;
	background: #CB0A26;
	height: 188px;
	width: 940px;
	left: 0;
}

.revista_detalle .contenido_especial .compartir_titulo {
	font-size: 20px;
	color: #FFFDFD;
	margin-bottom: 10px;
}

.revista_detalle .contenido_especial .revista_compartir {
	width: 330px;
	margin-right: 40px;
	text-align: center;
}

.revista_detalle .not_fecha_revista {
	float: left;
	clear: left;
	color: #747473;
	float: left;
	font-family: "Roboto";
	font-size: 16px;
	margin-top: 10px;
}

.revista_detalle #bloque_principal .not_rel {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.revista_detalle #bloque_principal .not_rel #bloque_not_rel_title {
	float: left;
	font-family: "Montserrat";
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

.revista_detalle #bloque_principal .not_rel ul {
	float: left;
	width: 100%;
	padding: 0;
}

.revista_detalle #bloque_principal .not_rel .link {
	float: left;
	width: 47%;
	padding: 25px 10px;
	background: #F5F2E9;
	margin-bottom: 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.revista_detalle #bloque_principal .not_rel .link:nth-child(2n+1) {
	clear: left;
}

.revista_detalle #bloque_principal .not_rel .link:nth-child(2n) {
	float: right;
}

.revista_detalle #bloque_principal .not_rel .not_rel_image {
	float: left;
	width: 145px;
	height: 86px;
}

.revista_detalle #bloque_principal .not_rel .not_rel_titular {
	float: left;
	width: 61%;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	margin-left: 10px;
	line-height: 20px;
}

.revista_detalle #bloque_principal .not_rel .not_fecha {
	color: #747473;
	float: left;
	font-family: "Roboto";
	font-size: 16px;
	margin: 5px 0 0 10px;
}

.coda-slider-wrapper #slider-memes .panel-container .panel, #slider-memes-wrapper {
	width: 900px !important;
	overflow: hidden;
	/*height: 160px;*/
}

.otros_memes {
	float: left;
	margin-top: 90px;
	padding: 0 20px 40px;
	background: #CB0A26;
}

.otros_memes .coda-slider-wrapper .coda-nav-left a{
	background: url(../images/larevista/otros_memes_left.png) no-repeat;
}

.otros_memes .coda-slider-wrapper .coda-nav-right a {
	background: url(../images/larevista/otros_memes_right.png) no-repeat;
}

.otros_memes .coda-slider-wrapper .coda-nav-left {
	position: absolute;
	z-index: 999;
	margin: 172px 0 0 425px;
}

.otros_memes .coda-slider-wrapper .coda-nav-right {
	position: absolute;
	z-index: 999;
	margin: 172px 0 0 455px;
}

.otros_memes .coda-slider-wrapper .coda-nav-left a, .otros_memes .coda-slider-wrapper .coda-nav-right a {
	color: #FFFFFF;
	width: 19px !important;
	height: 19px !important;
}

.otros_memes .meme {
	width: 217px;
	float: left;
	padding: 0 5px;
}

.otros_memes .meme_1 {
	padding-left: 0;
}

.otros_memes .meme_4 {
	padding-right: 0;
}

.otros_memes .meme_img, .otros_memes .meme_img img {
	width: 217px;
	height: 129px;
	float: left;
}

.otros_memes #bloque_memes_title {
	font-family: "Noto Serif";
	font-size: 18px;
	font-weight: bold;
	color: #010101;
	background: #FFFFFF;
	text-transform: uppercase;
	float: none;
	width: 190px;
	margin: 0 auto;
	display: block;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.otros_memes .meme_fecha {
	float: left;
	font-family: "Open Sans";
	font-size: 15px;
	color: #FEFEFE;
	margin-bottom: 10px;
}



.revista_seccion .seccion_titulo {
	font-family: "Noto Serif";
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #313a7b;
	margin-bottom: 24px;
}

.revista_seccion .bloque_1 {
	margin-bottom: 30px;
}

.revista_seccion .bloque_2, .revista_seccion .bloque_3 {
	width: 461px;
	margin-bottom: 20px;
	/*height: 350px;*/
	height: auto;
}

.revista_seccion .bloque_2 .not_titular, .revista_seccion .bloque_3 .not_titular {
	height: auto;
}

.revista_seccion .bloque_noticias_seccion .not_titular {
	height: auto;
}

.revista_seccion .bloque_3 {
	/*float: right;*/
}

.revista_seccion .bloque_3 {
	float: left;
	margin-left: 18px;
}

.revista_seccion_basica .bloque_4 {
	clear: left;
}

.revista_seccion .seccion_lista {
	width: 300px;
}

.revista_seccion .seccion_lista {
	width: 220px;
	margin-right: 15px;
}

.revista_seccion_especial .seccion_lista {
	height: 230px;
}

.revista_seccion_especial .bloque_princ .bloque_4 {
	clear: left;
}

.revista_seccion .seccion_lista:nth-of-type(4n) {
	/*margin-right: 0;*/
}

.revista_seccion .seccion_lista .bloques_revista:nth-child(4n+1) {
	/*clear: left;*/
}

.revista_seccion .seccion_lista .not_image {
	width: 220px;
	height: 147px;
}

.revista_seccion .seccion_lista .not_titular {
	font-size: 18px;
}

.revista_seccion .ver_mas_revista {
	float: left;
	margin-top: 10px;
	cursor: pointer;
	color: #ca0925;
	font-weight: bold;
}

.revista .cont_titular_meme {
	/*float: left;
					margin-top: -206px;*/
	/*position: absolute;
					bottom: 73px;
					overflow: hidden;
					width: 461px;
					height:85px;

background: rgba(248,80,50,0);
background: -moz-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(217,32,42,1) 68%, rgba(203,10,38,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,0)), color-stop(68%, rgba(217,32,42,1)), color-stop(100%, rgba(203,10,38,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(217,32,42,1) 68%, rgba(203,10,38,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(217,32,42,1) 68%, rgba(203,10,38,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(217,32,42,1) 68%, rgba(203,10,38,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,0) 0%, rgba(217,32,42,1) 68%, rgba(203,10,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#cb0a26', GradientType=0 );
*/
}

.revista .cont_titular_meme .not_titular {
	margin-top: 0;
}

.revista .noticia_esp .cont_titular_meme {
	width: 300px;
	bottom: 157px;
}

.revista .bloque_princ .bloque_1 .cont_titular_meme {
	bottom: 0;
	overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	position: absolute;
	width: 840px;
	padding-bottom: 20px;

}

.revista_seccion .seccion_lista .cont_titular_meme {
	width: 220px;
	bottom: 83px;
}

.otros_memes .meme_img {
	position: relative;
}

.otros_memes .cont_titular_meme {
	bottom: 0;
	width: 217px;
	height: 25px;
}

.bloque_detalle #bloque_principal .not_texto table {
	/*width: auto !important;*/
}

.bloque_detalle #bloque_principal .not_texto table img {
	width: auto !important;
	height: auto !important;
}

.bloque_detalle #bloque_principal .not_texto .plantilla_2_videos_youtube , .revista_detalle .plantilla_2_videos_youtube {
	width: 100% !important;
}

.bloque_detalle #bloque_principal .not_texto .image_full, .bloque_detalle #bloque_principal .not_texto .image_full img {
	width: 100% !important;
	height: auto !important;
}

.revista_detalle .social_icon_detalle {
	margin-left: 0 !important;
}

.revista_detalle .social_icon_detalle li:nth-child(4) {
	clear: none !important;
}

.revista_detalle .contenido_especial .social_icon_detalle {
	width: 255px !important;
	margin: 0 auto !important;
	float: none !important;
	display: block !important;
}

.revista_detalle .not_titular_meme {
	float: right;
	font-family: "Noto Serif";
	font-size: 50px;
	font-weight: bold;
	width: 415px;
}

.revista_detalle .contenido_especial .cont_fecha_meme_detalle {
	float: none;
	margin: 0 auto;
	display: block;
	width: 460px;
}

.revista_detalle .contenido_especial .cont_fecha_meme_detalle .not_fecha {
	float: left;
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.revista_detalle .contenido_especial .not_image_meme_detalle {
	display: block;
	float: none;
	margin: 0 auto;
	position: relative;
	width: 461px;
	height: 631px;
	clear: both;
}
/* NUEVO ESTILO RAYOS X */
.revista_detalle .contenido_rayos_esp .not_image {
	float: left;
	position: inherit;
	width: 617px;
	height: auto;
	margin: 0;
}

.revista_detalle .contenido_rayos_esp .not_texto {
	float: right;
	clear: right;
	width: 290px;
	margin-top: 0;
}

.revista_detalle .contenido_rayos_esp {
	height: auto;
}

.revista_detalle .contenido_rayos_esp .not_pie {
	float: left;
	position: relative;
	bottom: inherit;
	left: inherit;
}

.revista_detalle .contenido_especial .not_fecha {
	margin-left: 0;
	width: 100%;
}

.revista_detalle .not_autores_fotografo .icon_autores {
	margin-top: 3px;
}

.revista_detalle .contenido_especial .not_texto {
	margin-top: 0;
}

/* FIN NUEVO ESTILO RAYOS X */

.revista_detalle .contenido_especial .not_autores_rayos {
	width: auto;
	float: right;
	border-bottom: 0;
	margin: 0;
}

.revista_detalle .contenido_especial .revista_compartir_meme_detalle {
	position: absolute;
	right: 60px;
	width: auto;
	margin-top: 0;
	top: -350px;
}

.revista_detalle .contenido_video_iframe .revista_compartir_meme_detalle {
	top: -230px;
}

.bloques_revista.bloque_2 iframe, .bloques_revista.bloque_3 iframe  {
	width: 461px;
	height:274px;
}

.revista_detalle .contenido_especial .revista_compartir_meme_detalle .compartir_titulo {
	display: none;
}

.revista_detalle .contenido_especial .revista_compartir_meme_detalle .social_icon_detalle {
	width: auto !important;
	margin-right: 0 !important;
}

.revista_detalle .contenido_especial .revista_compartir_meme_detalle .social_icon_detalle li {
	width: auto;
	clear: both !important;
}

.revista_seccion #sidebar #banner_esp, .revista_detalle #sidebar #banner_esp {
	display: none;
}

.revista #sidebar #banner_esp img {
	margin-bottom: 20px;
}

.home .ultima_hora {
	float: left;
	clear: both;
	background: #296ba3 url("../images/ultimahora_bg_v6.png") no-repeat scroll left center;
	color: #ffffff;
	padding: 4px 10px;
	width: 920px;
	background-size: 100px 30px;
	margin-bottom: 10px;
}

.home .ultima_hora #ultima_hora_title {
	width: auto;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
}

.home .ultima_hora #slider-ultima-hora-wrapper {
	float: right;
	width: 810px !important;
	clear: none;
	font-size: 15px;
}

.home .ultima_hora #slider-ultima-hora-wrapper .coda-nav-left, .home .ultima_hora #slider-ultima-hora-wrapper .coda-nav-right {
	display: none;
}

.home .ultima_hora #slider-ultima-hora-wrapper #slider-ultima-hora {
	width: 100% !important;
}

.home .ultima_hora #slider-ultima-hora-wrapper #slider-ultima-hora .panel {
	width: 810px !important;
}

.home .ultima_hora .ultima_titulo {
	float: left;
	color: #ffffff;
}

.home .estilo_firmas_home .coda-slider-wrapper .coda-nav-left {
	margin: -26px 0 0 853px;
}

.home .estilo_firmas_home .coda-slider-wrapper .coda-nav-right {
	margin: -26px 0 0 887px;
}

.estilo_firmas .firma {
	margin: 0 15px 0 2px !important;
	padding: 0px !important;
	border: 4px solid #1DBAD2;
}

.home .estilo_firmas_home .owl-item:last-child .firma {
	margin-right: 54px !important;
}

/*.home .estilo_firmas_home .owl-item.active:nth-child(3n) .firma {*/
/*margin-right: 0 !important;*/
/*}*/

.estilo_firmas .firma .cont_firma {
	float: left;
	background: url("../images/bg_opinion.png") no-repeat 90% 45px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

/*.estilo_firmas .firma .cont_firma h3{
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}*/

.home .estilo_firmas_home_especial .firma .firma_titulo {
	width: 210px;
	font-size: 17px;
}

.home .estilo_firmas_home_especial .firma .firma_autor {
	width: 210px;
	font-size: 12px;
}

.home .estilo_firmas_home_especial .firma:first-child {
	padding-left: 0;
}

.home .estilo_firmas_home_especial .firma:last-child {
	padding-right: 0;
}

.estilo_firmas .firma .firma_titulo {
	float: left;
	clear: left;
	font-size: 20px;
	font-weight: 600;
	color: #4A4A4A;
	padding: 10px;
	margin-bottom: 10px;
}

.estilo_firmas .firma .firma_autor {
	float: left;
	clear: left;
	font-size: 16px;
	color: #1DBAD2;
	padding: 0 67px 10px 10px;
	align-self: flex-end;
	font-weight: 600;
}

#opinion_link {
	color: #4c8abd;
	padding: 1px 0 0 30px;
	display: block;
	box-sizing: border-box;
}

.seccion #cintillo_seccion .img_bandera_seccion {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	border: 1px solid #ffffff;
}

.seccion #cintillo_seccion span {
	float: left;
}

.seccion .cintillo_seccion_autonomias {
	float: left;
}

.img_bandera_seccion_detalle {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	width:18px;
}

#bloque_principal .not_texto img {
	max-width: 600px !important;
	height: auto !important;
}

.bloque_detalle #bloque_cabecera iframe {
	float: right;
}

.home .estilo_firmas_home_especial {
	margin-top: 0;
	margin-bottom: 0;
}

.revista .noticia_esp .not_seccion {
	display: none;
}

.revista .bloque_noticias_listado .bloque_9 {
	margin-right: 20px;
}

.revista .bloque_noticias_listado .bloque_10 {
	clear: none !important;
}

.revista_detalle .cabecera_revista iframe {
	margin-top: 20px;
}

.not_texto #destacado_completo {
	width: 98% !important;
}

.not_texto #destacado_left {
	padding: 20px !important;
}

.not_texto #destacado_right {
	padding: 20px !important;
}

.not_texto #destacado_right div {
	text-align: left !important;
}

.bloque_detalle #icon_imprimir {
	float: right;
	cursor: pointer;
	width: 25px;
	height: auto;
}

.noticia_block_revista .not_seccion {
	background: #cb0a26;
	color: #fefeff;
}

.noticia_block_revista .not_seccion strong {
	color: #fefeff;
	font-weight: bold;
}

.noticia_block_revista .not_seccion a {
	color: #fefeff;
}

#sidebar #twitter {
	text-align: center;
}

/* DISEÑO NOTICIAS RELACIONADAS HOME */
.bloque_relacionadas {
	width: 300px;
	position: absolute;
	bottom: 47px;
	z-index: 9999;
	-webkit-box-shadow: 0px -7px 18px 1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px -7px 18px 1px rgba(0,0,0,0.52);
	box-shadow: 0px -7px 18px 1px rgba(0,0,0,0.52);
}

#cabecera_relacionados {
	background: #2B3E7C;
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 300px;
	text-transform: uppercase;
	padding: 5px 0;
	text-align: center;
}

.bloque_relacionadas ul {
	width: 270px;
	background: #F4F4F4;
	padding: 0;
	margin: 0;
	padding: 10px 15px;
	float: left;
}

.bloque_relacionadas ul li {
	margin-bottom: 10px;
	float: left;
}

.bloque_relacionadas ul li:last-child {
	margin-bottom: 0;
}

.bloque_relacionadas ul li a {
	font-family: "Roboto";
	font-size: 14px;
	color: #3F3F3F;
	float: left;
	line-height: 14px;
}

.cont_editor .icon_relacionadas {
	cursor: pointer;
	margin-right: 2px;
	/*margin-top: -2px;*/
	float: left;
}

.estilo1 .bloque_relacionadas {
	left: 50px;
}

.estilo3 .b3_1 .bloque_relacionadas {
	left: 50px;
}

.estilo7 .b7_1 .bloque_relacionadas {
	left: inherit;
	/*bottom: 61px;*/
}

.estilo18 .bloque_relacionadas {
	left: inherit;
	bottom: 45px;
}

.estilo18 .cont_editor {
	position: relative;
}

.compartir_share {
	margin-left: 50px;
}
.estilo19 .cont_editor {
	position: relative;
}
.estilo19 .bloque_relacionadas {
	left: inherit;
	bottom: 45px;
}

.estilo23 .b23_1 {
	width: 100%;
	float: left;
}

.estilo23 .b23_1 .bloque_relacionadas {
	bottom: 37px;
	left: 302px;
}

.estilo25 .cont_editor {
	position: relative;
}

.estilo25 .b25_1 .cont_extra_25 {
	left: 373px;
	top: 0;
	bottom: 45px;
}

.estilo20 .cont_editor {
	display: none;
}

.relacionadas_fecha {
	font-style: italic;
}

.cont_editor {
	height: 30px;
	padding-bottom: 10px;
	position: relative;
}

.cont_editor .not_editor {
	border-right: 0 !important;
	padding-right: 0 !important;
}

.icon_relacionadas, .icon_compartir {
	margin-top: -2px;
}

/* NUEVO DISEÑO NOTICIAS EN PORTADA */
.bloque_detalle #sidebar #otras_noticias .seccion .noticia {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #266CA4;
}

.bloque_detalle #sidebar #otras_noticias .seccion_titulo {
	color: #266CA4;
	padding-bottom: 10px;
	position: relative;
}

.bloque_detalle #sidebar #otras_noticias .seccion_titulo:after {
	content: "";
	background: #266CA4;
	width: 80%;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
}

.bloque_detalle #sidebar #otras_noticias .otras_titular {
	width: 125px;
	margin-right: 10px;
}

.bloque_detalle #sidebar #otras_noticias .otras_img {
	width: 115px;
	height: auto;
	float: left;
}

#cintillo_movil {
	display: none;
}

.revista .fila_listado {
	float: left;
	clear: both;
	width: 100%;
}

/* ESTILOS BUSQUEDA EVENTOS */
.busqueda_eventos .busqueda_cintillo_eventos {
	float: left;
	margin-bottom: 20px;
}

.busqueda_eventos #bloque_detalle {
	margin: 0;
	padding: 0;
}

.busqueda_eventos #bloque_lateral {
	margin-top: 0;
}

.busqueda_eventos #bloque_lateral .estilo_protagonista {
	margin-top: 0;
}

.busqueda_eventos .not_image {
	float: left;
	width: 170px;
	height: 101px;
	margin-right: 10px;
}

.busqueda_eventos .titular a {
	float: left !important;
	clear: none !important;
}

.busqueda_eventos #busquedas, .busqueda_eventos .busquedas_hemero  {
	width: 100%;
	margin-bottom: 30px;
}

.busqueda_eventos .titular {
	width: 100%;
}

.busqueda_eventos #busquedas div, .busqueda_eventos .busquedas_hemero div {
	clear: none;
	width: 80%;
}

.busqueda_eventos #fecha {
	margin-top: 5px;
}

.busqueda_eventos .entradilla {
	margin-top: 5px;
}

/* ESTILO ENCUESTA ELECCIONES */
.encuesta_elecciones #form_encuesta_elecciones label, .encuesta_elecciones #form_encuesta_elecciones input, .encuesta_elecciones #form_encuesta_elecciones span, .encuesta_elecciones #form_encuesta_elecciones .pregunta, .encuesta_elecciones #form_encuesta_elecciones .perfil_sociologico {
	float: left;
}

.encuesta_elecciones .opcion_encuesta {
	float: left;
	margin-right: 25px;
}

.encuesta_elecciones .pregunta {
	margin-bottom: 25px;
	width: 100%;
}

.encuesta_elecciones .perfil_sociologico {
	margin-bottom: 20px;
	width: 45%;
}

.encuesta_elecciones .cuestionario_voto {
	width: 45%;
	float: right;
}

.encuesta_elecciones #form_encuesta_elecciones h2 {
	color: #9f9f9f;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.encuesta_elecciones #form_encuesta_elecciones label {
	/*color: #3D3D3D;*/
	color: #126DA4;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.encuesta_elecciones #form_encuesta_elecciones #btn_encuesta {
	background: #323b7c !important;
	padding: 5px 10px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	clear: both;
	float: none;
	margin: 0 auto;
	display: block;
}

.encuesta_elecciones .alerta_envio {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #167C3B;
	width: 96%;
	text-align: center;
	background: rgba(22,124,59,.15);
	padding: 6px 2%;
}

.encuesta_elecciones .alerta_envio_error {
	color: #cb0a26;
	background: rgba(203,10,38,.15);
}

.encuesta_elecciones .bloque_princ {
	width: 100% !important;
}

.encuesta_elecciones .perfil_sociologico input {
	margin-top: 6px;
	margin-right: 5px;
}

.encuesta_elecciones .cuestionario_voto input {
	margin-top: 6px;
	margin-right: 5px;
}

.encuesta_elecciones .cuestionario {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 img {
	width: 40px;
	height: 40px;
	float: left;
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 span {
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 input {
	float: left !important;
	width: auto;
	margin-top: 0;
	margin-left: 13px;
	display: block;
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 .opcion_encuesta {
	width: 40px;
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 .opcion_encuesta:nth-of-type(8) {
	clear: left;
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 .opcion_encuesta:nth-of-type(8), .encuesta_elecciones .cuestionario_voto .pregunta_1 .opcion_encuesta:nth-of-type(9),.encuesta_elecciones .cuestionario_voto .pregunta_1 .opcion_encuesta:nth-of-type(10) {
	margin-top: 20px;
	/*width: auto;*/
}

.encuesta_elecciones .cuestionario_voto .pregunta_1 .opcion_encuesta:nth-of-type(9) {
	margin-top: 8px;
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 img {
	width: 40px;
	height: 40px;
	float: left;
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 span {
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 input {
	float: left !important;
	width: auto;
	margin-top: 0;
	margin-left: 13px;
	display: block;
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 .opcion_encuesta {
	width: 40px;
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 .opcion_encuesta:nth-of-type(9) {
	clear: left;
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 .opcion_encuesta:nth-of-type(9),.encuesta_elecciones .cuestionario_voto .pregunta_2 .opcion_encuesta:nth-of-type(10) {
	margin-top: 20px;
	/*width: auto;*/
}

.encuesta_elecciones .cuestionario_voto .pregunta_2 .opcion_encuesta:nth-of-type(10) {
	margin-top: 8px;
}

.encuesta_elecciones #banner_cabecera {
	margin-bottom: 20px;
	float: left;
}

.bloque_detalle #bloque_principal #banner_elecciones {
	float: left;
	margin-bottom: 15px;
}

.bloque_detalle #bloque_principal #banner_elecciones img {
	width: 100%;
	height: auto;
}

.home #banner_elecciones {
	float: left;
	margin-bottom: 10px;
}

/* TERMOMETROS Y PROTAGONISTA EN OPINION */
.opinion_especial {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.opinion_especial .bloque_opinion_termometros {
	float: left;
	width: 700px;
}

.opinion_especial .bloque_opinion_protagonista {
	float: right;
	width: 230px;
}

.opinion_especial .bloque_opinion_termometros #cintillo_seccion {
	padding: 10px !important;
	width: 680px !important;
}

.opinion_especial ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.opinion_especial #opinion_termometro #opinion_editorial {
	float: left;
	width: 226px;
	margin-right: 10px;
}

.opinion_especial #opinion_termometro #opinion_editorial:last-child {
	margin-right: 0;
}

.opinion_especial #opinion_termometro #opinion_page_imagen {
	width: 158px;
	height: 94px;
}

.opinion_especial #opinion_termometro #opinion_content {
	width: 30%;
}

.opinion_especial #opinion_termometro a {
	color: #FFFFFF;
}

.opinion_especial #opinion_protagonista #opinion_page_imagen {
	width: 100%;
	height: auto;

}

.opinion_especial #opinion_termometro #opinion_page_imagen a {
	float: left;
}

.opinion_especial #opinion_protagonista #opinion_page_imagen a {
	width: 158px;
	height: 94px;
	float: none;
	margin: 0 auto;
	display: block;
}

.opinion_especial #opinion_protagonista a {
	color: #FFFFFF;
}

.bisturi_detalle .not_seccion {
	padding-right: 10px;
}

.bisturi_detalle .not_seccion strong {
	display: none;
}

/* NUEVO ESTILO RAYOS X VERANO */
.revista .bloque_verano .img_rayos {
	display: none;
}

.revista_detalle .bloque_verano_detalle .not_texto {
	display: none;
}

.revista_detalle .bloque_verano_detalle {
	height: auto;
}

.revista_detalle .bloque_verano_detalle .not_image {
	width: 800px;
	float: none;
	margin: 0 auto;
	display: block;
	position: relative;
}

.revista_detalle .bloque_verano_detalle .not_pie {
	position: relative;
	float: left;
	margin-top: 20px;
}

.revista_detalle .bloque_verano_detalle .revista_compartir {
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	float: none;
}

.revista_detalle .bloque_verano_detalle_otros {
	display: none !important;
}

.articulo_detalle .cabecera_especial {
	float: right;
	margin-bottom: 20px;
	width: 620px;
}

.articulo_detalle .cabecera_especial .cabecera_logo_ingenieria {
	float: left;
	margin-right: 20px;
}

.articulo_detalle .cabecera_especial .cabecera_logo_colaborador {
	float: right;
}

.articulo_detalle .cabecera_especial .cabecera_logo_cardiologia, .articulo_detalle .cabecera_especial .cabecera_logo_medicina, .articulo_detalle .cabecera_especial .cabecera_logo_psiquiatria, .articulo_detalle .cabecera_especial .cabecera_logo_neurologia, .articulo_detalle .cabecera_especial .cabecera_logo_pediatria {
	float: right;
}

.articulo_detalle .cabecera_especial .cabecera_logo_neumologia {
	float: right;
	margin-right: 30px;
}

.articulo_detalle .cabecera_especial .cabecera_logo_sin_partner {
	float: right;
}

#fs_responsive{
	display:none;
}

.not_texto .cont_smm {
	float: left;
	width: 100% !important;
}

.not_texto .cont_smm li {
	margin-bottom: 40px !important;
}

.not_texto .cont_smm #destacados li .cont_info_titular {
	width: 350px !important;
}

.not_texto .cont_smm .titular_noticia {
	margin-top: 0 !important;
	margin-left: 0 !important;
	font-size: 30px !important;
	font-family: "Roboto";
}

.not_texto .cont_smm #destacados li #destacado_img {
	width: 230px !important;
}

.not_texto .cont_smm #destacados li:nth-child(even) #destacado_img {
	float: right !important;
}

.not_texto .cont_smm #destacados li:nth-child(even) .cont_info_titular {
	margin-left: 0 !important;
	margin-right: 20px;
}

.not_texto .cont_smm .entradilla_noticia {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	font-family: "Roboto";
}

.not_texto .cont_smm .pie_foto_smm {
	text-align: center;
	font-size: 11px;
	font-family: "Roboto";
}

.not_texto #banner_rss_decalogo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.not_texto #banner_rss_decalogo img {
	float: left;
	width: 100%;
}
#aviso_usr {
	float: left;
	clear: both;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #2A6BA3;
	font-weight: bold;
	margin-top: 20px;
}


/*-----------*/
#cabecera{
	transition: all 0.5s ease;
}

#bloques.menu_scrolled{
	/*padding-top:183px;*/
}
#cabecera.scrolled{
	position:fixed;
	top:0;
	left:auto;
	box-sizing:border-box;
	padding:0 10px;
	background:white;
	z-index:999;
	width:1210px;
	/*box-shadow: 0 4px 2px -2px gray;*/
	transition: all 0.5s ease;
}
#cabecera.scrolled #menu_top {
	margin:20px 0;
}
#cabecera.scrolled #cabecera_contents_left {
	width:auto;
	margin-top:3px;
}
#cabecera.scrolled #logo_header{
	width:200px;
}

#cabecera.scrolled #hemeroteca-link, #cabecera.scrolled #social_icon{
	display:none;
}

#cabecera.scrolled #cabecera_contents{
	margin-top:20px;
}

#cabecera.scrolled #texto_buscador{
	width:200px;
}
#cabecera.scrolled #paises {
	margin-left:250px;
	position:absolute;
}

#cabecera.scrolled .cont_aux_buscador {
	top: 66px;
}

#loading{
	display:none;
}

#loading.loading{
	position:fixed;
	left:50%;
	bottom:21%;
	width:50px;
	height:50px;
	margin-left:-25px;
	display:block;
	background:url('/images/loading.gif');
	z-index:9999;
	background-size:100%;
}

#footer #name_server {
	color: #BBBBBA;
}

.bloque_detalle #banner_full {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.bloque_detalle .imagen_sin_entradilla_full {
	width: 100% !important;
	height: auto !important;
	max-width: 600px;
}

.bloque_detalle .imagen_movil {
	display: none;
}

.seccion_virico #cintillo_seccion {
	background: url(../images/bg_not_destacada_virico.png) repeat-y;
	padding: 0;
	width: 100%;
	background-size:100%;
}
.seccion_virico #cintillo_seccion img{
	max-width: 80px;
	padding: 5px 10px;
}
.seccion_virico .noticia_1 {
	background: url("/images/bg_not_destacada_virico.png") repeat-y;
}

.seccion_virico .noticia_1 .not_titular, .seccion_virico .noticia_1 .not_entradilla {
	color: #000000;
}

.noticia_block_virico .not_seccion, .noticia_detalle_virico .not_seccion {
	background: url("/images/bg_not_destacada_virico.png") repeat-y;
	background-size: 100% 100%;
}

.noticia_block_virico .not_seccion .categoria, .noticia_detalle_virico .not_seccion .categoria {
	text-transform: uppercase;
	color: #313a7b;
}

.opinion_autor #articulos_autor {
	margin-top: 0;
}
.opinion_detalle:not(.opinion_autor) #articulos_autor .cont_enlace .opinion_articulos{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200,200,200,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(200,200,200,0.5);
	box-shadow: 0px 0px 5px 0px rgba(200,200,200,0.5);
	margin-bottom:20px;
	padding:15px;
	padding-left:25px;
	display:block;
	position:relative;
}
.opinion_detalle:not(.opinion_autor) #articulos_autor .cont_enlace{
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom:0;
}
#articulos_autor .cont_enlace{
	position:relative;

}
#articulos_autor .cont_enlace img{
	position: absolute;
	left: -11px;
	top: calc(50% - 11px);
	width:30px;
}
.opinion_autor #articulos_autor .cont_enlace img{
	top: calc(50% - 16px);
}
.opinion_detalle:not(.opinion_autor) #articulos_autor {
	width:26%;
}

.opinion_autor .bloque_detalle #bloque_cabecera .not_seccion {
	margin-left: 10px;
	margin-bottom: 0;
}

.opinion_autor .opinion_block #not_cabecera .not_titular {
	margin: 10px 0 0;
}


.articulo_detalle .not_texto .not_ult_hora .not_ult_hora_time {
	font-size: 12px;
}

.iframe_encuesta {
	width: 100% !important;
}

#logo_redaccion_header {
	margin: 0 auto;
	width: 100%;
	max-width: 560px;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 10px;
	color: #FFF;
	font-weight: lighter;
}
#logo_redaccion_header span {
	position: absolute;
	left: 100%;
}

#cabecera #logo_redaccion_header .logo {
	display: contents;
}

.not_seccion h2 {
	font-size: 11px;
	display: inline-block;
}

.titulo_opinion {
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.cont_calendario_eventos {
	float: left;
	width: 100%;
}

.cont_calendario_eventos .eventCalendar-wrap {
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.cont_calendario_eventos .titulo_calendario {
	background: url(../images/bg_not_seccion.jpg) repeat-y;
	background-size: 100% 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
}

.cont_calendario_eventos .eventCalendar-currentTitle {
	background: #296BA3;
	outline: 0;
	border: 0;
}

.cont_calendario_eventos .eventCalendar-daysList.eventCalendar-showAsWeek {
	background: #ffffff;
	margin: 0;
}

.cont_calendario_eventos .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
	background: #C91927;
}

.cont_calendario_eventos li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
	background: #313a7b;
}

.cont_calendario_eventos li.eventCalendar-day.eventCalendar-current a {
	background: #313a7b;
	color: #ffffff;
}

.cont_calendario_eventos .eventCalendar-day-header {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.cont_calendario_eventos .eventCalendar-subtitle {
	color: #000000;
	font-size: 14px;
	padding-left: 0;
}

.cont_calendario_eventos .eventCalendar-list li time .fecha_evento_left {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 5px 10px;
	width: 20%;
	box-sizing: border-box;
}

.cont_calendario_eventos .eventCalendar-list li time .fecha_evento_left span {
	color: #C91927;
	font-size: 13px;
	float: left;
	clear: left;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}

.cont_calendario_eventos .eventCalendar-list li time .fecha_evento_left strong {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	float: left;
	clear: left;
	line-height: 1em;
	width: 100%;
}

.cont_calendario_eventos .eventCalendar-list li time .info_evento {
	display: inline-block;
	padding: 5px 10px;
	width: 80%;
	box-sizing: border-box;
}

.cont_calendario_eventos .eventCalendar-list li time .info_evento .eventCalendar-eventTitle{
	color: #333333;
	font-size: 15px;
	float: left;
	clear: left;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: left;
}

.cont_calendario_eventos .eventCalendar-list li time .info_evento em {
	float: left;
	clear: left;
	font-size: 13px;
	color: #424242;
	line-height: 1em;
}

.cont_calendario_eventos .eventCalendar-list li time .info_evento small {
	float: left;
	font-size: 13px;
	color: #424242;
	line-height: 1em;
	background: none;
}

.cont_calendario_eventos .eventCalendar-list li time .info_evento .eventCalendar-eventDesc {
	float: left;
	clear: left;
	font-size: 13px;
	line-height: 1em;
	color: #424242;
	margin-top: 5px;
	margin-bottom: 0;
}

.cont_calendario_eventos .eventCalendar-list li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

.cont_calendario_eventos .eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
	background: none;
}

.cont_calendario_eventos .eventCalendar-showAsWeek .eventCalendar-day a {
	background: #f2f2f2;
	border: #DDDDDD;
	margin: 1px;
}

.cont_calendario_eventos .eventCalendar-day-header {
	border-bottom: 0;
}

.cont_calendario_eventos .eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
	border-top: 0;
}

.cont_calendario_eventos .eventCalendar-daysList.eventCalendar-showAsWeek {
	border: 0;
	margin-top: 5px;
}

.cont_calendario_eventos .eventCalendar-list .eventCalendar-noEvents {
	margin: 0;
	box-sizing: border-box;
	color: #424242;
	text-shadow: none;
	font-size: 13px;
	box-shadow: none;
}

.cont_calendario_eventos .eventCalendar-daysList li.today a {
	font-weight: bold;
}

.cont_calendario_eventos li.eventCalendar-day.today.eventCalendar-current a {
	color: #ffffff;
}

.cont_calendario_eventos .eventCalendar-loading {
	left: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
	color: #424242;
	text-shadow: none;
	box-shadow: none;
	background: #fff;
	border: 1px solid #EEEEEE;
}

.seccion_revista #cintillo_seccion, .seccion_revista .noticia_1 {
	background: #cb0a26;
}

.seccion_revista .top_noticias ul, .articulo_detalle_revista .top_noticias ul {
	background: #F5CED4;
}

.seccion_revista .top_noticias #top_noticias_numero, .articulo_detalle .top_noticias #top_noticias_numero  {
	color: #cb0a26;
}

.seccion_revista #seccion {
	margin-top: 20px;
}

.articulo_detalle_revista #sidebar #banner_esp {
	display: none;
}

.seccion_virico .top_noticias ul {
	background: url("/images/bg_not_destacada_virico.png") repeat-y;
	background-size: 100% 100%;
}

.eventCalendar-wrap .boton_prev_disabled, .eventCalendar-wrap .day_disabled {
	pointer-events: none;
}

.eventCalendar-wrap .boton_prev_disabled span {
	border-right-color: #698ca3 !important;
}

.eventCalendar-wrap .day_disabled {
	background: none;
}

.eventCalendar-wrap .day_disabled a {
	background: #F2F2F2 !important;
	color: #a9a9a9 !important;
	border: 0 !important;
}


.cabecera_top {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.cabecera_top .info_actualizacion {
	display: inline-block;
	float: left;
	color: #9B9B9B;
	font-size: 12px;
	font-weight: 300;
	margin-top: 4px;
}

.cabecera_top .info_actualizacion span {
	text-transform: uppercase;
}

.cabecera_top #paises {
	display: inline-block;
	float: none;
	margin: 5px 0 0;
}

.cabecera_top .cont_buscador {
	display: inline-block;
	float: right;
	margin: 0;
	width: auto;
}

.cabecera_top .cont_buscador .buscador {
	display: inline-block;
	margin: 5px 20px 0 0;
	vertical-align: top;
}

.cabecera_top .cont_buscador .icon_buscador {
	color: #9B9B9B;
	font-size: 13px;
	cursor: pointer;
}

.cabecera_top #social_icon {
	margin: 0;
	display: inline-block;
	width: auto;
}

.cabecera_top #social_icon li {
	margin-right: 20px;
}

.cabecera_top #social_icon li:last-child {
	margin-right: 0;
}

.cabecera_top #social_icon li a i {
	color: #313A7B;
	font-size: 12px;
}

#cabecera .logo {
	display: block;
	max-width: 560px;
	margin: 0 auto;
}

#logo_header {
	margin: 20px 0;
}

#cabecera.scrolled {
	background: url("../images/bg_cabecera_scroll.jpg") repeat-y;
	background-size: 100% 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
}

#cabecera.scrolled #menu_top {
	display: none;
}

#cabecera.scrolled #cssmenu {
	display: block;
}

#cabecera.scrolled .cabecera_top .info_actualizacion, #cabecera.scrolled #paises {
	display: none;
}

#cabecera.scrolled .cont_cabecera {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#cabecera.scrolled .cabecera_top {
	border-bottom: 0;
	float: right;
	width: auto;
}

#cabecera.scrolled #cssmenu {
	display: block !important;
}

#cabecera.scrolled #logo_header {
	display: none;
}

#cabecera.scrolled #logo_header_res {
	display: block !important;
	float: left;
}

#cabecera.scrolled .logo {
	float: left;
	max-width: 200px;
	margin-top: 7px;
}

#cabecera.scrolled #cssmenu #toggle-menu {
	margin: 10px 20px 0 0;
	float: left;
}

#cabecera.scrolled #cssmenu #icono_menu {
	font-size: 20px;
	color: #ffffff;
}

#cabecera.scrolled #tm:checked + .cont_menu {
	position: fixed;
	top: 66px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1200px;
	background: rgba(255,255,255,0.8);
}

#cabecera.scrolled #social_icon {
	display: inline-block;
}

#cabecera.scrolled #social_icon li a i {
	color: #ffffff;
}

#cabecera.scrolled .cont_buscador .buscador {
	margin-top: 4px;
}

#cabecera.scrolled .cont_buscador label .icon_buscador {
	color: #ffffff;
}

#cabecera.scrolled #logo_redaccion_header {
	max-width: 200px;
	float: left;
	margin-top: 7px;
}

#slider-bisturi {
	box-sizing: border-box;
	padding: 0 40px;
	display: flex;
}
#slider-bisturi .item.bisturi{
	background: #2A6BA3;
}
#slider-bisturi .owl-stage {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#slider-bisturi .owl-stage .owl-item {
	display: -webkit-flex;
	display: flex;
}
#slider-bisturi .owl-stage .owl-item .item {
	background: #2A6BA3;
}

#slider-bisturi .owl-prev, #slider-bisturi .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 25px;
	color: #2A6BA3;
	display: flex !important;
	align-items: center !important;
}

#slider-bisturi .owl-prev {
	left: 0;
}

#slider-bisturi .owl-next {
	right: 0;
}

#slider-firmas {
	width: 106%;
}

#slider-firmas .owl-stage, #slider-firmas .owl-stage-outer {
	display: flex;
}
#slider-firmas .owl-stage-outer {
	display: flex;
}

#slider-firmas .owl-item {
	display: flex;
	height: 100%;
}
@media all and (-ms-high-contrast:none) {
	#slider-firmas .owl-stage, #slider-firmas .owl-stage-outer, #slider-firmas .owl-stage-outer, #slider-firmas .owl-item {
		display: block;
	}
	#slider-firmas .owl-item {
		float: left;
	}
	.home .estilo_firmas .firma {
		width: 85%;
	}
	.home .estilo_firmas .owl-item:last-child .firma {
		width: 65%;
	}
	.opinion .estilo_firmas {
		display: block;
		width: 100%;
	}
}


#slider-firmas .owl-dots {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}

#slider-firmas .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #C3BFB6;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#slider-firmas .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

#slider-firmas .owl-dots .owl-dot.active {
	background: #1DBAD2;
	width: 12px;
	height: 12px;
}

#slider-planos .owl-prev, #slider-planos .owl-next {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 25px;
	color: #ffffff;
	display: flex !important;
	justify-content: center !important;
}

#slider-planos .owl-prev i, #slider-planos .owl-next i {
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
}

#slider-planos .owl-prev {
	top: 10px;
}

#slider-planos .owl-next {
	bottom: 20px;
}

#slider-planos .owl-item {
	position: relative;
}

#slider-planos .owl-item:hover .cont-text {
	transition: all 0.2s ease;
	display: block;
}

#slider-planos .cont-text {
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
}

#slider-planos .cont_aux_text {
	position: absolute;
	width: 280px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	box-sizing: border-box;
}

#slider-planos .owl-item.active:nth-child(2n) .cont_aux_text {
	top: 20px;
	bottom: 60px;
}

.estilo_planos .not_seccion {
	background: none;
	color: #2367A2;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.estilo_planos .plano_titular {
	margin: 0;
	text-transform: uppercase;
	color: #000000 !important;
	font-size: 15px !important;
}

.estilo_planos .plano_principal {
	position: relative;
}

.estilo_planos .plano_principal .cont-text {
	position: absolute;
	width: 280px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	box-sizing: border-box;
	display: block;
}

.noticia_block_full .cont_aux_titular {
	clear: left;
}

.cont_aux_buscador #buscador_form #texto_buscador {
	background: #f4f4f4;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	transition: all 0.2s ease;
	padding: 15px 20px;
	font-size: 20px;
}

#check_buscador:checked ~ .cont_aux_buscador {
	display: block !important;
}

.cont_aux_buscador {
	position: fixed;
	left: 0;
	right: 0;
	top: 47px;
	width: 100%;
	z-index: 9999;
}

.cont_aux_buscador #buscador_form {
	float: none;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont_aux_buscador #buscador_form #btn_buscador {
	float: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	font-size: 20px;
	height: 20px;
}

.cont_aux_buscador #buscador_form .cont_input {
	float: left;
	width: 100%;
	position: relative;
}

.bisturi_general_detalle .bloque_detalle #bloque_principal .contenido {
	float: right;
	width: 620px;
	margin: 0 40px;
}

.bisturi_general_detalle .bloque_detalle #bloque_principal .not_texto {
	margin: 0;
	max-width: 100%;
}

.bisturi_general_detalle .bloque_detalle #bloque_cabecera .not_titular {
	font-size: 33px;
	color: #000000;
	padding-left: 290px;
	padding-right: 290px;
	box-sizing: border-box;
}

.bisturi_general_detalle .bloque_detalle #bloque_principal .contenido .not_image {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.bisturi_general_detalle .bloque_detalle #bloque_principal .contenido .not_pie_foto {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 15px;
}

.bisturi_general_detalle .bloque_detalle #bloque_principal .contenido .not_fecha {
	float: left;
	clear: both;
	color: #9B9B9B;
	font-family: "Roboto";
	font-size: 12px;
	margin-bottom: 10px;
}

.bisturi_general_detalle .bloque_detalle .not_shared {
	margin-bottom: 40px;
}

.bisturi_general_detalle .noticias_relacionadas {
	width: 100%;
	margin: 0;
	float: left;
}

.bisturi_general_detalle .noticias_relacionadas #noticias_rel{
	float: left;
	width: 100%;
}

.bisturi_general_detalle .noticias_relacionadas .noticia {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.bisturi_general_detalle .estilo_bisturi .noticia {
	padding: 0 !important;
	width: 100%;
}

.bisturi_general_detalle .estilo_bisturi .noticia:last-child {
	margin-bottom: 0;
}

.bisturi_general_detalle .noticias_relacionadas #bloque_noticia_title {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	height: 25px;
	margin-bottom: 15px;
	padding: 3px 10px;
	box-sizing: border-box;
}

.bisturi_general_detalle .estilo_bisturi .noticia .cont_not_image {
	float: left;
}

.bisturi_detalle .estilo_bisturi #bloque_noticia_title {
	background: #2A6BA3 url("../images/cabecera_mas_bisturi.png") no-repeat center center;
}

.bisturi_general_detalle .noticias_relacionadas .not_titulo {
	font-family: "Roboto";
	font-size: 14px;
}

.termometro_detalle .estilo_termometro #bloque_noticia_title {
	background: url("../images/bg_cabecera_termometro.png") no-repeat;
	background-size: 100% 100%;
}

.bisturi_general_detalle #bloque_cabecera .not_seccion {
	font-family: "Montserrat";
	font-size: 17px;
	height: 25px;
	padding: 3px 10px;
	box-sizing: border-box;
}

.termometro_detalle .estilo_termometro .noticia .not_titulo {
	color: #000000;
	margin-top: 5px;
	float: left;
	font-size: 18px;
}

.bisturi_general_detalle .noticias_relacionadas .noticia .cont_not_image {
	float: left;
}

.bisturi_general_detalle .noticias_relacionadas .noticia .cont_texto {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.termometro_detalle .estilo_termometro .noticia .cont_not_image {
	display: block;
	position: absolute;
	right: 0;
}

.termometro_detalle .estilo_termometro .noticia .not_image {
	width: 152px;
}

.termometro_detalle .estilo_termometro .termometro_posicion {
	position: absolute;
	left: 0;
	margin-top: 12px;
}

.bisturi_detalle .estilo_bisturi .not_titulo {
	color: #ffffff;
	font-weight: bold;
	text-transform: initial;
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #2A6BA3;
	text-align: left;
}

.termometro_detalle .estilo_termometro .noticias_relacionadas .cont_texto {
	background: rgba(41,107,163,0.06);
	float: left;
	width: 100%;
	box-sizing: border-box;
	z-index: -2;
	margin-top: 40px;
	padding: 50px 10px 10px 10px;
	position: relative;
}

.termometro_detalle .estilo_termometro .cont_texto {
	padding-bottom: 20px;
}

.protagonista_detalle .noticias_relacionadas #bloque_noticia_title {
	background: #C54E5A;
}

.protagonista_detalle .noticias_relacionadas {
	padding: 0;
	border: 0;
}

.protagonista_detalle .noticias_relacionadas .noticia .cont_texto {
	background: rgba(197, 78, 90,0.7);
	padding: 10px;
	position: absolute;
	bottom: 0;
}

.protagonista_detalle .noticias_relacionadas .not_titulo {
	color: #ffffff;
}

.opinion_detalle .bloque_detalle #bloque_cabecera #not_cabecera {
	width: 100% !important;
	padding: 0 10px 0 280px;
	box-sizing: border-box;
}

.opinion_detalle .opinion_block #not_cabecera .not_titular {
	margin-bottom: 0;
}

.opinion_detalle .bloque_detalle #bloque_principal .not_texto {
	margin:  40px 0 0;
	max-width: 100%;
}

.opinion_detalle .bloque_detalle #bloque_principal .contenido {
	float: right;
	width: 620px;
	margin: 0 40px;
}

.opinion_detalle .bloque_detalle #bloque_cabecera .not_seccion {
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: bold;
	color: #1DBAD2;
	position: relative;
}

.opinion_detalle .bloque_detalle #bloque_cabecera .not_seccion:before {
	content: "";
	position: absolute;
	left: -75px;
	background: url("../images/icon_quotes.png") no-repeat;
	width: 60px;
	height: 47px;
}

.opinion_detalle .opinion_block #not_cabecera .not_titular {
	font-family: "Roboto";
	font-size: 33px;
	font-style: italic;
}

.opinion_detalle .bloque_detalle #bloque_cabecera {
	border-bottom: 1px solid #979797;
	margin-bottom: 20px;
	padding-bottom: 20px;

}

.opinion_detalle .bloque_detalle #bloque_principal .cont_autor {
	float: left;
	width: 100%;
}

.opinion_detalle .bloque_detalle #bloque_principal .cont_autor .cont_opinion_img {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.opinion_detalle .bloque_detalle #bloque_principal .cont_autor .opinion_autor_nombre {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #1DBAD2;
	text-transform: uppercase;
	clear:left;
}

.opinion_detalle .bloque_detalle #bloque_principal .cont_autor .not_fecha {
	float: left;
	clear: both;
	color: #9B9B9B;
	font-size: 12px;
}

.opinion_detalle .bloque_detalle #bloque_principal .cont_autor .cont_opinion_autor_nombre {
	float: left;
	margin-top: 15px;
	width: calc(100% - 85px);
}

.opinion_detalle .bloque_detalle .not_shared {
	margin-bottom: 40px;
}

.opinion_detalle .cont_otras_noticias {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}

.opinion_detalle #otras_noticias {
	width: 100%;
	max-width: 942px;
	margin: 0 auto;
}

.opinion_detalle .cont_otras_noticias .seccion_titulo {
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: bold;
	color: #1DBAD2;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.opinion_detalle #slider-opiniones {
	border-top: 7px solid #1DBAD2;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
}

.opinion_detalle #slider-opiniones .owl-stage-outer {
	background: #ECF2F2;
	padding: 20px 0;
	text-align: left;

}

.opinion_detalle #slider-opiniones .owl-nav {
	display: inline-block;
	text-align: center;
	margin: 20px auto 0;
}

.opinion_detalle #slider-opiniones .owl-nav .owl-prev, .opinion_detalle #slider-opiniones .owl-nav .owl-next {
	float: left;
	margin: 0 5px;
	color: #FFF;
	background: #2566A2;
	text-align: center;
	border-radius: 50%;
	padding: 12px 10px 9px 10px;
	height: 25px;
	display: block;
	width: 26px;
}



.opinion_detalle #slider-opiniones .owl-nav i {
	color: #FFF;
	font-size: 23px;
}

.opinion_detalle #slider-opiniones .cont_autor {
	float: left;
	width: 100%;
}

.opinion_detalle #slider-opiniones .opinion_img {
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	background: #FFF;
}

.opinion_detalle #slider-opiniones .opinion_autor {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	max-width: 185px;
}

.opinion_detalle #slider-opiniones .opinion_titular {
	font-size: 27px;
	font-weight: bold;
	color: #4A4A4A;
	margin-top: 20px;
	float: left;
}

.opinion_detalle #slider-opiniones .opinion_entradilla {
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	color: #4A4A4A;
	float: left;
	margin-top: 20px;
}

.opinion_detalle #slider-opiniones .opinion_entradilla img {
	width: 32px;
	height: auto;
	display: inline-block;
}

.opinion_detalle #slider-opiniones .item {
	float: left;
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.opinion_detalle #slider-opiniones .owl-stage {
	display: flex;
}

.opinion_detalle #slider-opiniones div.active:nth-child(2n) {
	border-left: 1px solid #3E3C96;
	border-right: 1px solid #3E3C96;
}

.opinion_detalle #slider-opiniones .active:last-of-type {
	border: 0;
}

.opinion #cintillo_seccion {
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 3px 10px;
	height: 25px;
	box-sizing: border-box;
	width: 100%;
}

.opinion .estilo_firmas {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.opinion .estilo_firmas li {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	width: 23%;
	box-sizing: border-box;
}

.opinion .estilo_firmas li:nth-child(4n) {
	margin-right: 0 !important;
}

.opinion .estilo_firmas .firma .firma_titulo {
	font-size: 18px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.opinion .estilo_firmas .img_firma_normal {
	height: auto;
}

.opinion .estilo_firmas .opinion_img_especial {
	width: 55px;
	height: 55px;
}

.opinion .firma_invitada_list .cont_aux {
	display: flex;
	flex-flow: wrap;
}

.opinion .estilo_termometro .termometro_cont {
	width: 32%;
	margin-right: 10px;
	overflow: hidden;
}

.opinion .estilo_termometro .termometro_cont:last-child {
	margin-right: 0;
}

.opinion #cintillo_seccion.cintillo_protagonista {
	background: #C54E5A;
}

.opinion .estilo_protagonista {
	margin-top: 15px;
	padding: 15px 10px 10px;
}

.opinion_autor .cont_opinion_img {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.opinion_autor .cont_autor {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px;
}

.opinion_autor .opinion_block #not_cabecera .not_titular {
	width: auto !important;
}

.opinion_detalle .opinion_img_sala_espera {
	padding: 14px 6px;
}

.opinion_detalle #slider-opiniones .opinion_img_sala_espera {
	width: 59px !important;
	padding: 15px 6px;
}

.bloque_detalle .cont_not_fecha .not_autores .icon_autores, .bloque_detalle .cont_not_fecha .not_autores span {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

#slider-publicaciones {
	float: right;
	width: 300px;
	margin: 20px 0 0 !important;
	padding: 0;
}

.estilo_entrevistas {
	float: left;
	width: 100%;
}

.estilo_entrevistas #bloque_entrevistas_title {
	background: #2A6BA3;
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 3px 10px;
	height: 25px;
	box-sizing: border-box;
	width: 100%;
}

.cabecera_titulo {
	background: #2A6BA3;
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 3px 10px;
	height: 25px;
	box-sizing: border-box;
	width: 100%;
}

.bloque_entrevistas {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#slider-entrevistas {
	padding: 0 80px;
	box-sizing: border-box;
	overflow: visible;
}

#slider-entrevistas .owl-stage-outer {
	overflow: hidden;
}

#slider-entrevistas .item {
	max-width: 240px;
}
#slider-entrevistas a.not_titular {
	font-size: 16px;
	margin-top: 10px;
}
.bloque_debates {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#slider-debates {
	padding: 0 80px;
	box-sizing: border-box;
	overflow: visible;
}

#slider-debates .owl-stage-outer {
	overflow: hidden;
}

#slider-debates .item {
	max-width: 240px;
}

#slider-debates a.not_titular{
	font-size: 16px;
	margin-top: 10px;
}

.bloque_eventos {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: rgba(236,242,242,0.6);
}

#slider-entrevistas .owl-nav .owl-prev, #slider-entrevistas .owl-nav .owl-next, #slider-debates .owl-nav .owl-prev, #slider-debates .owl-nav .owl-next, #slider-eventos .owl-nav .owl-prev, #slider-eventos .owl-nav .owl-next, #slider-coberturas .owl-nav .owl-prev, #slider-coberturas .owl-nav .owl-next {
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	height: 25px;
}

#slider-entrevistas .owl-nav i, #slider-debates .owl-nav i, #slider-eventos .owl-nav i, #slider-coberturas .owl-nav i {
	font-size: 25px;
	color: #2A6BA3;
}

#slider-entrevistas .owl-nav .owl-prev, #slider-debates .owl-nav .owl-prev, #slider-eventos .owl-nav .owl-prev, #slider-coberturas .owl-nav .owl-prev {
	left: 20px;
}

#slider-entrevistas .owl-nav .owl-next, #slider-debates .owl-nav .owl-next, #slider-eventos .owl-nav .owl-next, #slider-coberturas .owl-nav .owl-next {
	right: 20px;
}

.bloque_eventos ul {
	margin: 0;
	padding: 0;
}

.bloque_eventos .botones_eventos li {
	float: left;
	padding: 20px 30px;
	cursor: pointer;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 300;
}

.bloque_eventos .botones_eventos li.active, .bloque_eventos .botones_eventos li:hover {
	color: #B41918;
	background: rgba(236,242,242,0.6);
}

.bloque_eventos .cabecera_titulo {
	margin: 0;
}

.bloque_eventos .cabecera_titulo a {
	color: #ffffff;
}

.bloque_eventos .botones_eventos {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	background:white;
}

.bloque_eventos .cont_slider_eventos {
	float: left;
	width: 100%;
	margin-bottom:20px;
}

#slider-eventos {
	padding: 0 80px;
	box-sizing: border-box;
	overflow: visible;
}

#slider-eventos .owl-stage-outer {
	overflow: hidden;
}

#slider-eventos .item {
	max-width: 230px;
}

#slider-coberturas {
	padding: 0 80px;
	box-sizing: border-box;
	overflow: visible;
}

#slider-coberturas .owl-stage-outer {
	overflow: hidden;
}

#slider-coberturas .item {
	max-width: 230px;
}

.bloque_coberturas {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.noticia_detalle_primeros_planos .bloque_detalle #bloque_cabecera .not_image {
	float: left;
	clear: none;
}

.noticia_detalle_primeros_planos .bloque_detalle #bloque_cabecera #not_cabecera {
	float: right;
	padding-left: 60px;
	padding-right: 0;
	width: 480px;
}

.noticia_detalle_primeros_planos #menu_top {
	margin-bottom: 0;
}

.noticia_detalle_primeros_planos #bloques {
	margin-top: 0;
}

.noticia_detalle_primeros_planos #bloque_cabecera {
	background: url("../images/bg_cabecera_scroll.jpg") repeat-y;
	background-size: 100% 100%;
	margin-bottom: 0;
	padding: 20px 20px 20px 80px;
	box-sizing: border-box;
}

.noticia_detalle_primeros_planos .bloque_detalle #bloque_cabecera .not_seccion {
	font-size: 31px;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: inherit;
	width: 100%;
}

.noticia_detalle_primeros_planos .bloque_detalle #bloque_cabecera .not_seccion .logo_primeros_planos {
	float: left;
	width: 100%;
	max-width: 250px;
}

.noticia_detalle_primeros_planos .bloque_detalle #bloque_cabecera .not_titular {
	color: #ffffff;
	font-size: 35px;
	line-height: 45px;
	font-weight: normal;
}

.noticia_detalle_primeros_planos .bloque_detalle #bloque_cabecera .not_pie_foto {
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	position: relative;
	background: none;
	float: left;
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
}

.noticia_detalle_primeros_planos .cont_contador_primeros_planos {
	float: left;
	clear: left;
	margin: 10px 0 0;
	width: 620px;
}

.noticia_detalle_primeros_planos .contador_primeros_planos {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	margin: 0 10px;
	letter-spacing: 4px;
}

.noticia_detalle_primeros_planos .cont_not_image {
	position: relative;
	margin-bottom: 0;
}

.noticia_detalle_primeros_planos .cont_not_image .arrows a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noticia_detalle_primeros_planos .cont_contador_primeros_planos .arrow {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	cursor: pointer;
}

.noticia_detalle_primeros_planos .cont_contador_primeros_planos .arrow i {
	color: #ffffff;
	font-size: 25px;
	margin-top: 2px;
}

.noticia_detalle_primeros_planos #bloque_cabecera .cont_compartir {
	float: right;
	margin: 0;
	padding: 0;
}

.noticia_detalle_primeros_planos #bloque_cabecera .cont_compartir li {
	float: left;
	margin-right: 10px;
}

.noticia_detalle_primeros_planos #bloque_cabecera .cont_compartir li:last-child {
	margin-right: 0;
}

.noticia_detalle_primeros_planos #bloque_cabecera .cont_compartir li a {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noticia_detalle_primeros_planos #bloque_cabecera .cont_compartir li a i {
	color: #ffffff;
}

.seccion_especial #cont_noticias_esp .noticias_esp_1, .seccion_especial #cont_noticias_esp .noticias_esp_5 {
	background: inherit;
}

.seccion_especial #cont_noticias_esp #noticias_esp_fila .noticias_esp {
	vertical-align: top;
}

.quienes_somos #menu_top {
	margin-bottom: 0;
}

.quienes_somos #bloques {
	margin-top: 0;
}

.quienes_somos .bloque_cabecera {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.quienes_somos .bloque_cabecera img {
	float: left;
	width: 100%;
	height: auto;
}

.quienes_somos .bloque_lateral {
	float: left;
	margin-left: 80px;
	margin-right: 40px;
	width: 170px;
}

.quienes_somos #bloque_principal {
	width: 100%;
}

.quienes_somos .contenido {
	float: left;
	width: 100%;
	max-width: 720px;
}

.quienes_somos #bloque_principal ul {
	margin: 0;
	padding: 0;
}

.quienes_somos .bloque_lateral ul li {
	background: url("../images/bg_cabecera_scroll.jpg") no-repeat;
	background-size: 100% 100%;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.quienes_somos .bloque_lateral ul li a {
	color: #BCBCBC;
	font-size: 15px;
	padding: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.quienes_somos #bloque_principal .redactores li {
	float: left;
	width: 33%;
	max-width: 190px;
	margin-right: 60px;
	margin-bottom: 20px;
}

.quienes_somos #bloque_principal .redactores li:nth-child(3n) {
	margin-right: 0;
}

.quienes_somos #bloque_principal .redactores li:nth-child(3n+1) {
	clear: left;
}

.quienes_somos #bloque_principal .redactores .redactor_img {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.quienes_somos #bloque_principal .redactores .redactor_nombre {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	float: left;
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2A6BA3;
	width: 100%;
}

.quienes_somos #bloque_principal .redactores .redactor_cargo {
	color: #000000;
	font-size: 13px;
	font-weight: 300;
	float: left;
	clear: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #2A6BA3;
	width: 100%;
}

.quienes_somos .img_quienes_somos {
	float: right;
}

.quienes_somos .bloque_lateral ul li a.active, .quienes_somos .bloque_lateral ul li:hover a {
	color: #ffffff;
}

.page_quienes_somos .contenido {
	font-size: 15px;
	font-weight: 300;
}

.page_quienes_somos .contenido .titulo_cabecera_redaccion {
	color: #173774;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
}

.page_quienes_somos .contenido p {
	margin-bottom: 10px;
}

.page_quienes_somos .contenido strong {
	font-weight: bold;
}

.page_quienes_somos .contenido ul li {
	margin-bottom: 10px;
}
.header_suscripcion {
	position: absolute;
	right: 0px;
	left: 0;
	top: 50px;
}
.header_suscripcion a {
	color: #313A7B;
	float: left;
	margin-top: 10px;
	font-size: 14px;
}
.header_suscripcion a:nth-child(2){
	float:left;
}
.header_suscripcion i {
	float: left;
	padding: 2px 0 0;
	margin-right: 5px;
}

.pagina_error .titular {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	font-size: 29px;
}

.pagina_error .texto {
	text-align: center;
	line-height: 23px;
}

.pagina_error form {
	margin: 0 auto;
	width: 500px;
}
.pagina_error #texto_buscador {
	box-sizing: border-box;
}

#form_paginacion {
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}
.paginacion {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}
.paginacion li a {
	float: left;
	margin: 0 5px;
	color: #FFF;
	background: #2566A2;
	text-align: center;
	border-radius: 50%;
	padding: 12px 10px 9px 10px;
	height: 25px;
	display: block;
	width: 26px;
	font-size: 23px;
}

.noticia_detalle_primeros_planos #bloques.bloque_detalle {
	margin-top: 85px;
}

.redactor_ficha .contenido .cont_imagen {
	float: right;
	width: 190px;
}

.redactor_ficha .contenido .datos_redactor {
	float: left;
	width: calc(100% - 190px);
	box-sizing: border-box;
	padding-right: 80px;
}

.redactor_ficha .contenido .datos_redactor .redactor_nombre {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.redactor_ficha .contenido .datos_redactor .redactor_nombre:after, .redactor_ficha .contenido .datos_redactor .redactor_cargo:after, .redactor_ficha .contenido .datos_redactor .redactor_datos_biograficos:after, .redactor_ficha .contenido .datos_redactor .redactor_datos_profesionales:after {
	content: "";
	position: absolute;
	background: #2A6BA3;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 2px;
}

.redactor_ficha .contenido .datos_redactor .redactor_cargo {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.redactor_ficha .contenido .datos_redactor .redactor_datos_biograficos, .redactor_ficha .contenido .datos_redactor .redactor_datos_profesionales {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.redactor_ficha .contenido .datos_redactor .cabecera_datos {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 5px;
}

.redactor_ficha .contenido .cont_imagen .redactor_img {
	float: left;
	max-width: 190px;
	height: auto;
	border: 2px solid #2A6BA3;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px !important;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li {
	display: inline-block;
	margin-right: 5px;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li:last-child {
	margin-right: 0;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li a {
	float: left;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li a i {
	font-size: 12px;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li.item_linkedin a {
	border: 2px solid #1A81B9;
	color: #1A81B9;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li.item_twitter a {
	border: 2px solid #39A5D9;
	color: #39A5D9;
}

.redactor_ficha .contenido .cont_imagen .redes_sociales li.item_instagram a {
	border: 2px solid #E25A52;
	color: #E25A52;
}

.redactor_ficha .bloque_noticias_redactor {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.redactor_ficha .bloque_noticias_redactor li {
	float: left;
	width: 100%;
	border-top: 2px solid #E5E5E5;
	margin-bottom: 20px;
	padding-top: 20px;
}

.redactor_ficha .bloque_noticias_redactor li .cont_not_image {
	float: left;
	width: 33%;
}

.redactor_ficha .bloque_noticias_redactor li .not_titular {
	float: right;
	clear: right;
	width: 67%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: normal;
}

.redactor_ficha .bloque_noticias_redactor li .not_entradilla {
	float: right;
	clear: right;
	width: 67%;
	padding-left: 20px;
	box-sizing: border-box;
	font-family: "Roboto";
	font-size: 15px;
	font-weight: 300;
}

.redactor_ficha .bloque_noticias_redactor li.noticia_especial .not_titular, .redactor_ficha .bloque_noticias_redactor li.noticia_especial .not_entradilla, .redactor_ficha .bloque_noticias_redactor li.noticia_especial .cont_not_editor {
	width: 100%;
	padding-left: 0;
}

.redactor_ficha .icon_mas_noticias {
	cursor: pointer;
	width: 20px;
	margin: 0 auto;
	display: block;
}

.redactor_ficha .bloque_noticias_redactor .cont_not_editor {
	float: right;
	clear: right;
	color: #2A6BA3;
	font-size: 12px;
	width: 67%;
	margin-top: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}

.redactor_ficha .bloque_noticias_redactor .not_editor {
	font-weight: bold;
	color: #2A6BA3;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

.redactor_ficha .bloque_noticias_redactor .not_fecha {
	float: left;
}

.home #slider-publicaciones {
	margin-top: 0 !important;
	width: 310px;
}

.bloque_detalle #bloque_principal .not_texto .imagen_left img, .bloque_detalle #bloque_principal .not_texto .imagen_right img {
	width: 300px !important;
	height: auto !important;
}

.not_seccion li {
	float: left;
}

.not_seccion li {
	margin-right: 5px;
}

.politica_privacidad .texto table {
	border: 1px solid #313a7b;
	margin: 0 auto;
	border-collapse: collapse;
}

.politica_privacidad .texto table th {
	background: #2A6BA3;
	color: #ffffff;
}

.politica_privacidad .texto table th, .politica_privacidad .texto table td {
	padding: 5px 10px;
	border-bottom: 1px solid #313a7b;
}

.aviso_legal .texto, .politica_privacidad .texto, .politica_cookies .texto {
	text-align: left;
}

.aviso_legal .texto ul, .politica_privacidad .texto ul, .politica_cookies .texto ul {
	list-style: circle;
}

.aviso_legal .texto a, .politica_privacidad .texto a, .politica_cookies .texto a {
	font-weight: bold;
}

.iframe_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	z-index: 9999;
}

.seccion_parent .paginacion li a,
.seccion .paginacion li a
{
	width: 15px;
	height: 15px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seccion_parent .paginacion li:hover a,
.seccion_parent .paginacion li.active label,
.seccion .paginacion li:hover a,
.seccion .paginacion li.active a
{
	background: #313a7b;
}

.seccion_parent .paginacion li:first-child a,
.seccion_parent .paginacion li:last-child a,
.seccion .paginacion li:first-child a,
.seccion .paginacion li:last-child a
{
	background: none;
	color: #2C67A3;
	border: 0;
	border-radius: 0;
	width: auto;
	height: auto;
	font-size: 12px;
}

.seccion_instagram .noticias_block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.seccion_instagram .noticias_block .noticia_block {
	float: left;
	width: 32%;
	display: flex;
	flex-wrap: wrap;
	margin-right: 10px;
	margin-bottom: 20px;
}

.seccion_instagram .noticias_block .noticia_block:nth-child(3n) {
	margin-right: 0;
}

.seccion_instagram .noticias_block .noticia_block:nth-child(3n+1) {
	clear: left;
}

.seccion_instagram .noticia_block .cont_aux_imagen {
	margin-bottom: 10px;
}

.seccion_instagram .noticia_block .cont_aux_imagen a {
	float: left;
	width: 100%;
}

.seccion_instagram .noticia_block .not_titular {
	font-size: 18px;
	font-weight: bold;
}

.seccion_instagram .noticia_block .not_entradilla {
	clear: left;
	width: 100%;
	font-family: "Roboto";
	font-size: 15px;
}

.seccion_instagram .bloque_detalle #bloque_principal {
	width: 940px;
}

.seccion_instagram #cintillo_seccion {
	text-align: center;
}

.seccion_instagram .cont_noticias_block {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.seccion_instagram .bloque_detalle #bloque_lateral {
	width: 240px;
}

.seccion_instagram .bloque_detalle #sidebar #otras_noticias .otras_titular {
	width: 115px;
}

.primeros_planos_finales .bloque_detalle #bloque_cabecera .cont_not_image, .primeros_planos_finales .bloque_detalle #bloque_cabecera #not_cabecera, .primeros_planos_finales .cont_contador_primeros_planos {
	display: none;
}

.primeros_planos_finales .info_primeros_planos_finales {
	display: block !important;
	float: left;
	width: 100%;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez {
	float: left;
	width: 100%;
	text-align: center;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .ver_otra_vez, .primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .compartir {
	display: inline-block;
	vertical-align: middle;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .ver_otra_vez {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .ver_otra_vez span {
	margin-left: 10px;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .compartir {
	margin-left: 80px;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .compartir span {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.primeros_planos_finales .info_primeros_planos_finales .cont_ver_otra_vez .compartir .cont_compartir {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.primeros_planos_finales #bloque_cabecera .cont_compartir li {
	display: inline-block;
	float: none;
}

.primeros_planos_finales #bloque_cabecera .cont_compartir li a {
	width: 20px;
	height: 20px;
	font-size: 10px;
}

.primeros_planos_finales .cont_mas_primeros_planos {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.primeros_planos_finales .mas_primeros_planos {
	margin: 0;
	padding: 0;
}

.primeros_planos_finales .mas_primeros_planos li {
	float: left;
	width: 25%;
	margin-right: 130px;
}

.primeros_planos_finales .mas_primeros_planos li:last-child {
	margin-right: 0;
}

.primeros_planos_finales #bloque_cabecera {
	padding-right: 80px;
}

.primeros_planos_finales .cont_mas_primeros_planos span {
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.primeros_planos_finales .mas_primeros_planos_imagen {
	float: left;
	width: 100%;
	position: relative;
}

.primeros_planos_finales .mas_primeros_planos_titulo {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #ffffff;
	font-size: 14px;
}

.primeros_planos_finales .cont_icon_primer_plano {
	position: absolute;
	background: rgba(0,0,0, 0.6);
	text-align: center;
	width: 100%;
	top: 0;
	bottom: 0;
}

.primeros_planos_finales .icon_primer_plano {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.primeros_planos_finales .volver_atras {
	float: left;
}

.seccion_ep #cont_noticias_esp .noticias_esp_1, .seccion_ep #cont_noticias_esp .noticias_esp_3, .seccion_ep #cont_noticias_esp .noticias_esp_5 {
	background: #ECF2F2;
	vertical-align: middle;
}

.seccion_ep #cont_noticias_esp .noticias_esp {
	vertical-align: middle;
}

.seccion_ep #cont_noticias_esp .noticias_esp .not_titular {
	margin-top: 0;
	padding: 20px 10px;
}

.seccion_ep .noticias_esp .not_image {
	height: auto;
}

.articulo_detalle_ep .bloque_detalle #bloque_cabecera .not_image {
	height: auto;
}

.seccion_parent .not_seccion {
	color: #ffffff;
	z-index: 1;
	margin-top: -12px;
	margin-bottom: 0;
	position: relative;
}

.seccion_parent #cintillo_seccion {
	margin-bottom: 40px;
}

.seccion_parent #cont_noticias_esp #noticias_esp_fila {
	margin-bottom: 40px;
}

.seccion_parent #cont_noticias_esp .noticias_esp_2 .not_titular, .seccion_parent #cont_noticias_esp .noticias_esp_3 .not_titular, .seccion_parent #cont_noticias_esp .noticias_esp_4 .not_titular, .seccion_parent #cont_noticias_esp .noticias_esp_6 .not_titular {
	margin-top: 0;
}

.seccion_parent .noticia_block iframe {
	margin-bottom: 0;
}

.articulo_detalle_ep .bloque_detalle #bloque_cabecera #not_cabecera {
	width: 100%;
	height: auto;
}

.bloque_ep {
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 10px;
	padding: 10px 0;
}

.bloque_ep .owl-nav {
	display: none;
}

.bloque_ep .cabecera {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #E91D00;
	margin-right: 10px;
	padding: 5px 10px;
}

.bloque_ep .cont_slider {
	display: inline-block;
	max-width: 735px;
	vertical-align: middle;
}

.bloque_ep .noticia_titulo {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

.bloque_ep .noticia_time {
	color: #E91D00;
	display: inline-block;
}

.bloque_ep .cont_marquee {
	display: inline-block;
	width: 725px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
}

.bloque_ep .cont_marquee span span span {
	top: 0 !important;
}

.bloque_detalle #bloque_principal .not_texto h2 {
	font-size: 19px;
}

.bloque_detalle .not_texto ol {
	list-style: decimal;
}

.bloque_detalle .not_texto ul {
	list-style: circle;
}

/*HOSPITALES*/

.banner_hospitales_seccion{
	margin-bottom: 20px;
	float:left;
}
.banner_hospitales_noticias{
	float:left;
	margin-top:20px;

}
.hospital #bloque_1, .hospital #bloque_2{
	float:left;
}

.hospital  #bloque_1{
	width: 54%;
	float:left;
}

.hospital  #bloque_2{
	float:right;
	margin-left:3%;
	width: 43%;
}
.breadhos{
	font-weight: bold;
}
.breadhos span{
	color:#2B4F8D;
}
.hospital  .mapa{
	height: 400px;
	margin-bottom:20px;
	margin-top:20px;
}
.hospital  .mapa iframe{
	width:100%;
	height:100%;
}
.hospital-box{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	margin-top:20px;
	padding: 30px;
	padding-left:75px;
	box-sizing: border-box;
	position:relative;
	width:100%;
}
.hospital-box img{
	position:absolute;
	top:14px;
	left:0;
	width:auto;
}

.hospital-box.direccion{
	margin-top:0;
}

.hospital-box.info{
	float:left;
	margin-left:0;
	margin-bottom:20px;
	margin-top:0;
}
.hospital-box.especialidades, .hospital-box.telefonos{
	margin-bottom:20px;
}

.hospital-box.servicios, .hospital-box.cita_previa{
	margin-bottom:20px;
}

.hospital-box.imagen-centro{
	height:290px;
}

.hospital-box.imagen-centro .contenido-imagen-centro{
	margin-top:50px;
	margin-left: 20px;
}

#cintillo_seccion.cintillo_hemero{
	margin-bottom:0;
	width:97.9%;
	clear:both;
}
.bloque_detalle.bloque_detalle_hemero #bloque_cabecera{
	margin-bottom:0;
}
.bloque_detalle_hemero .not_seccion li:not(:last-child){
	margin-right:5px;
}
.bloque_detalle_hemero .not_seccion li div{
	display:inline-block;
}
.hemeroteca_years{
	background:#f4f4f4;
	display:flex;
	justify-content: space-between;
}
.hemeroteca_year{
	width:100%;
	text-align: center;
	padding:10px 0;
}
.hemeroteca_year:hover, .hemeroteca_year.active{
	background:#276CA3;
	color:white;
}
.hemeroteca_calendar caption{
	text-transform: uppercase;
	background: #276CA3;
	color:white;
	padding:5px 0;
	font-weight:bold;
}
.hemeroteca_calendar tbody tr:first-child{
	background:#E6ECF4;
}
.hemeroteca_calendar th, .hemeroteca_calendar td{
	text-align: center;
	height:30px;
	width:30px;

}
.hemeroteca_calendar th{
	font-size: 12px;
	color:#979797;
	font-weight:normal;
}
.hemeroteca_calendar td a{
	display:flex;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;

}
.hemeroteca_calendar td a, .hemeroteca_calendar td{
	font-size: 12px;
}
.hemeroteca_calendar td a:hover{
	background:#f4f4f4;
}

.hemeroteca_calendar{
	width: 280px;
	margin-left: 50px;
	margin-top:20px;
	float:left;
}
.hemeroteca_calendar:nth-child(3n+1){
	clear:left;
	margin-left:0;
}
.hemeroteca_calendar .day.inactive{
	color: #CCC;
}

.seccion.bisturi #cont_noticias_esp .noticias_esp_1,
.seccion.bisturi #cont_noticias_esp .noticias_esp_5{
	background: none;
	vertical-align: initial;
}

.seccion.bisturi #cont_noticias_esp .noticias_esp_2 .not_titular,
.seccion.bisturi #cont_noticias_esp .noticias_esp_3 .not_titular,
.seccion.bisturi #cont_noticias_esp .noticias_esp_4 .not_titular,
.seccion.bisturi #cont_noticias_esp .noticias_esp_6 .not_titular{
	margin-top:0;
}

.seccion.bisturi #cont_noticias_esp .noticias_esp_2,
.seccion.bisturi #cont_noticias_esp .noticias_esp_3,
.seccion.bisturi #cont_noticias_esp .noticias_esp_4,
.seccion.bisturi #cont_noticias_esp .noticias_esp_6{
	vertical-align: initial;
}

.seccion.bisturi #seccion.estilo_termometro{
	margin:0;
}

.seccion.bisturi #seccion.estilo_termometro .termometro_pos{
	width:auto !important;
}

.articulo_detalle.hospital .titulo h1 {
	font-size: 24px;
	margin-top: 10px;
}

.articulo_detalle.hospital h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.iframe_youtube {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.iframe_youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 1;
}
.cont_aux_imagen .iframe_youtube img {
	width: 108%;
	top: -18%;
	left: -4%;
	opacity: 1;
	max-width: none;
}

.iframe_youtube .play-button {
	width: 68px;
	height: 48px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 8px;
}

.iframe_youtube .play-button:hover {
	background: #FF0000;
}

.iframe_youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 21px;
	border-color: transparent transparent transparent #fff;
}

.iframe_youtube img,
.iframe_youtube .play-button {
	cursor: pointer;
}

.iframe_youtube img,
.iframe_youtube iframe,
.iframe_youtube .play-button,
.iframe_youtube .play-button:before {
	position: absolute;
}

.iframe_youtube .play-button,
.iframe_youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0);
}

.iframe_youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.noticia_block_peq .iframe_youtube {
	width: 300px;
	height: 178px;
	margin-bottom: 10px;
	padding-top: 0;
}

.noticia_block_full .iframe_youtube {
	width: 620px;
	height: 368px;
	margin-bottom: 10px;
	padding-top: 0;
}

.estilo7 .noticia_block_full .iframe_youtube, .estilo11 .noticia_block_full .iframe_youtube, .estilo37 .noticia_block_full .iframe_youtube, .estilo38 .noticia_block_full .iframe_youtube {
	width: 365px;
	height: 217px;
}

.estilo10 .noticia_block_peq .iframe_youtube {
	width: 220px;
	height: 131px;
	margin: 10px 0 0;
}

.estilo20 .noticia_block_peq .iframe_youtube, .estilo35 .noticia_block_peq .iframe_youtube, .estilo36 .noticia_block_peq .iframe_youtube, .estilo53 .noticia_block_peq .iframe_youtube, .estilo54 .noticia_block_peq .iframe_youtube, .estilo55 .noticia_block_peq .iframe_youtube {
	width: 163px;
	height: 97px;
}

.estilo25 .noticia_block_full .iframe_youtube, .estilo26 .noticia_block_full .iframe_youtube {
	width: 503px;
	height: 299px;
}

.estilo33 .noticia_block_full .iframe_youtube {
	width: 460px;
	height: 273px;
}

.estilo40 .noticia_block_full .iframe_youtube, .estilo41 .noticia_block_full .iframe_youtube, .estilo42 .noticia_block_full .iframe_youtube, .estilo43 .noticia_block_full .iframe_youtube, .estilo44 .noticia_block_full .iframe_youtube, .estilo45 .noticia_block_full .iframe_youtube {
	width: 461px;
	height: 275px;
}

.estilo40 .noticia_block_peq .iframe_youtube, .estilo41 .noticia_block_peq .iframe_youtube, .estilo42 .noticia_block_peq .iframe_youtube, .estilo43 .noticia_block_peq .iframe_youtube, .estilo44 .noticia_block_peq .iframe_youtube, .estilo45 .noticia_block_peq .iframe_youtube {
	width: 145px;
	height: 86px;
}

.estilo48 .noticia_block_peq .iframe_youtube {
	width: 289px;
	height: 171px;
}

.estilo50 .noticia_block_peq .iframe_youtube, .estilo51 .noticia_block_peq .iframe_youtube {
	width: 345px;
	height: 205px;
}

.seccion .noticia_block .cont_aux_imagen {
	width: 100%;
}

.banner_video_full {
	float: left;
	width: 100%;
}

.not_texto .banner_video_full {
	margin-bottom: 10px;
}

.estilo26 .b26_1 .cont_aux_imagen {
	float: right;
}

.seccion_coberturas .cont_banners {
	float: left;
	width:100%;
}

.seccion_coberturas .cont_banners ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.seccion_coberturas .cont_banners ul li {
	float: left;
	width: 32%;
	margin-bottom: 15px;
	margin-right: 15px;
}

.seccion_coberturas .cont_banners ul li:nth-child(3n) {
	margin-right: 0;
}

.seccion_coberturas .cont_banners ul li:nth-child(3n+1) {
	clear: left;
}

.cabecera_titulo a {
	color: #ffffff;
}

.hospital-box.contacto {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	padding: 20px 30px;
}

.hospital-box.contacto h2 {
	text-align: center;
	font-family: "Fira Sans";
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	width: 100%;
}

.hospital-box.contacto label {
	text-align: center;
	font-family: "Fira Sans";
	font-size: 14px;
	float: left;
	width: 100%;
}

.hospital-box.contacto form {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.hospital-box.contacto form input[type="text"], .hospital-box.contacto form input[type="email"], .hospital-box.contacto form textarea {
	border: 0;
	border-bottom: 1px solid rgb(84, 150, 206);
	float: left;
	width: 100%;
	padding: 5px;
	font-family: "Fira Sans";
	font-size: 12px;
	color: rgba(112,112,112,1);
	margin-bottom: 10px;
	box-sizing: border-box;
}

.hospital-box.contacto form .cont_boton {
	float: left;
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
}

.hospital-box.contacto form .boton_enviar {
	white-space: nowrap;
	text-align: center;
	font-family: "Fira Sans";
	font-weight: bold;
	font-size: 15px;
	background: rgb(84, 150, 206);
	color: #ffffff;
	border: 0;
	padding: 5px 40px;
	cursor: pointer;
}

.mensaje_contacto {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Fira Sans";
	font-size: 17px;
	padding: 10px;
	margin-bottom: 20px;
	background: rgb(84, 150, 206);
	color: #ffffff;
}

.hospital-box.contacto form .cont_privacidad {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Fira Sans";
	font-size: 12px;
}

.hospital-box.contacto form .info {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Fira Sans";
	font-size: 14px;
	color: rgba(144,144,144,1);
	margin: 10px 0 0;
}

.banner_ad {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.banner_ad_bottom {
	margin: 20px 0 0;
}

.pagina_error .cabecera_top .info_actualizacion {
	width: 172px;
}

.pagina_error .iframe_noticias_portada {
	float: left;
	clear: left;
	margin-top: 40px;
}

.bisturi_general_detalle .banner_ad {
	margin-top: 20px;
}

.banner_adsense_texto {
	width: 100%;
	margin: 20px 0;
}

.bisturi_detalle .noticias_relacionadas .noticia .cont_not_image .not_image {
	float: left;
	max-width: 250px;
}

.bloque_bisturi .not_titular{
	text-align:center;
}
.bloque_detalle.bloque_bisturi #bloque_cabecera{
	margin-bottom:0px;
}

.bisturi_general_detalle .bloque_detalle.bloque_bisturi #bloque_cabecera h1 .not_titular{
	margin-bottom:10px;
	margin-top:10px;
}

.bisturi_general_detalle .bloque_detalle.bloque_bisturi #bloque_cabecera h3 .not_titular,
.bisturi_general_detalle.termometro_detalle .bloque_detalle.bloque_bisturi #bloque_cabecera h1 .not_titular,
.bisturi_general_detalle.protagonista_detalle .bloque_detalle.bloque_bisturi #bloque_cabecera h1 .not_titular{
	font-size:16px !important;
}

.bloque_bisturi #bloque_cabecera #not_cabecera{
	border-bottom:0;
}


.bisturi_general_detalle .bloque_detalle.bloque_bisturi #bloque_cabecera h2 .not_titular #termometro_posicion{
	float: none;
	margin-bottom: -10px;
	margin-left: -30px;
}

.bisturi_general_detalle .bloque_detalle.bloque_bisturi #bloque_cabecera h2 .not_titular #termometro_posicion.sube{
	margin-bottom: -5px;
}




.header_suscripcion{
	position:static;
}
.cabecera_fixed .header_suscripcion .cabecera_top_max{
	display:flex;
}
.cabecera_fixed .header_suscripcion .cabecera_top_max > a:first-child{
	padding-left:10px;
}
.cabecera_fixed .header_suscripcion .cabecera_top_max > a{
	min-width:94px;
}

.es_noticia{
	width:100%;
	float:left;
	margin-top:7px;
	margin-left:15px;
	border-left:1px solid #dcdcdc;
	padding-left:10px;
	overflow:hidden;
	border-right:1px solid #dcdcdc;
	padding-right:10px;
	margin-right:10px;
}
.es_noticia ul{
	margin:0;
	text-align: left;
	align-items: center;
	padding-left:0;
	font-size:12px;
	white-space: nowrap;
}

.es_noticia ul li{
	display:inline-block;
	padding:0 10px;
}

.es_noticia ul li:first-child{
	color:#313A7B;
	font-weight:bold;
}
.es_noticia ul li:not(:first-child){
	text-align:center;
}

.es_noticia ul li a{
	padding: 5px 0 5px 0;
	width:100%;
	display:block;
	margin-top:0;
	font-size:12px;
}
.es_noticia ul li a:hover {
	color: black;
}




.cabecera_top{
	background: url(../images/bg_cabecera_scroll.jpg) repeat-y;
	background-size: 100% 100%;
}
.cabecera_fixed{
	position:fixed;
	width:100%;
	z-index:999;
}
.cabecera_fixed .cabecera_top_max{
	max-width:1200px;
	margin:auto;
	float:none;
	z-index:999;
}
#cabecera{
	margin-top:70px;
}
.cabecera_top #social_icon li a i, .cabecera_top .cont_buscador .icon_buscador, #paises li, .cabecera_top .info_actualizacion{
	color:white;
}
.cabecera_top #paises{
	float:right;
	margin-right:20px;
	clear:none;
}
.cabecera_fixed .header_suscripcion{
	width:100%;
	background:#fafafa;
	padding-bottom:6px;
	float:left;
}
.cabecera_fixed .header_suscripcion .cabecera_top_max a:last-child{
	float:right;
}

.cabecera_top #tm:checked + .cont_menu {
	position: fixed;
	top: 74px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1200px;
	background: rgba(255,255,255,0.8);
}
.cabecera_top  #cssmenu {
	margin-top: 3px;
	height: 16px;
	width:30px;
}
.cabecera_top #cssmenu #icono_menu{
	color:white;
}
#cabecera_fixed.scrolled .header_suscripcion{
	display:none;
}
.cabecera_top_suscripcion{
	display:none;
}
#cabecera_fixed.scrolled .cabecera_top_suscripcion{
	display: block;
	float: left;
	color: white;
	margin-left: 21px;
	font-size: 12px;
	margin-top: 5px;
}
#cabecera_fixed.scrolled .cabecera_top_suscripcion i{
	margin-right:10px;
}

#cabecera_fixed.scrolled .info_actualizacion, #cabecera_fixed.scrolled #paises{
	display:none;
}

#cabecera_fixed.scrolled #logo_header_res{
	display: inline-block !important;
	width: 215px;
	margin-top: -3px;
}
#cabecera_fixed.scrolled .cabecera_top #tm:checked + .cont_menu{
	top:43px;
}

#cintillo_seccion.not_seccion strong{
	color:white;

}
#not_cabecera .not_seccion li a {
	text-transform: none;
}
.hospital .bloque_detalle #bloque_cabecera{
	margin-bottom:0;
}
.hospital .bloque_detalle #bloque_cabecera .not_seccion li:last-child div{
	text-transform:none;
}

.centro-de-salud .bloque_detalle #bloque_cabecera .not_seccion strong, .centro-de-salud .bloque_detalle #bloque_cabecera .not_seccion a{
	color:#1ea1a9;
}

.tags_noticia {
	margin-top: 30px;
	line-height: 45px;
}

.tags_noticia span {
	background-color: #2A6BA3;
	color: #ffffff;
	box-sizing: content-box;
	padding: 5px 14px;
	margin-right: 10px;
	white-space: nowrap;
	font-size: 12px;
	border-radius: 5px;
}

.shortBox {
	padding-top: 2rem;
	width: 100%;
	display: inline-block;
	position: relative;
	height: auto;
	background: #fff;
	padding-top: 1rem;
}

 .shortBox .tabNav {
	padding: 20px 0 0 20px;
	background: #f2f2f2;
}

.shortBox li {
	float: none;
	display: inline-block;
}
.shortBox li a{
	color:black !important;
	text-decoration: none !important;
	background-color: #e2e2e2;
	display:block;
	padding:5px 10px;
}
.shortBox .tabNav .active {
	background: #fff;
}
.shortBox .tabNav .active span {
	border-bottom: 2px solid #e2e2e2;
}

.en_directo_home,  .es_noticia .interactivos{
    padding-left: 15px;
    position: relative;
}

.en_directo_home::before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #C91927;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -1px;
    border: 1px solid #863036;
}

.noticia_block.interactivos .not_seccion a{
    padding-left: 15px;
    position: relative;
}
.noticia_block.interactivos .not_seccion a::before, .es_noticia .interactivos::before{
    font-family: "Font Awesome 5 Free";
    content: "\f080";
    left: -2px;
    top: 1px;
    position: absolute;
    color:orange;
}

.es_noticia .interactivos::before{
	top:5px;
}

.en_directo_home_es_noticia::before {
    top: 6px;
    left: -2px;
    border: none;
}
