/* estilos de la plantilla para este periódico */
.grid .c_12:nth-last-child(1):first-child,
.grid .c_12:nth-last-child(1):first-child ~ .c_12,
.grid .c_13:nth-last-child(1):first-child,
.grid .c_13:nth-last-child(1):first-child ~ .c_13,
.grid .c_14:nth-last-child(1):first-child,
.grid .c_14:nth-last-child(1):first-child ~ .c_14 {
  display: block;
}
.grid > div > .grid {
  margin-left: 0;
  margin-right: 0;
}

html {
  overflow-x: hidden;
}

/* Estilos GENERALES */
body {
  font-size: 100%;
  line-height: 120%;
  font-family: 'Oswald', sans-serif;
  /*overflow-x: hidden;*/
}
main,
header,
nav,
aside,
section,
footer {
  float: left;
  width: 100%;
}

footer {
  position: relative;
}

footer .scroll-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  background: red;
  color: #fff;
  text-align: center;
  line-height: 43px;
  border-radius: 100px;
  top: -23px;
}

pre {
  white-space: pre-wrap;
}

.socialbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  z-index: 999;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.15);
  display: none;
}

.socialbar ul {
  display: block;
}

.socialbar ul:after {
  content: '';
  display: block;
  clear: both;
}

.socialbar li {
  float: left;
  width: calc(100% / 6);
  text-align: center;
}

.socialbar li a {
  display: block;
  padding: 15px;
  color: white;
}

.socialbar li a i {
  font-size: 24px;
}

.socialbar li:nth-child(1) a {
  background: #3b5999;
}

.socialbar li:nth-child(2) a {
  background: #55acee;
}

.socialbar li:nth-child(3) a {
  background: #25d366;
}

.socialbar li:nth-child(4) a {
  background: #777;
}

.socialbar li:nth-child(5) a {
  background: #007bb5;
}

.socialbar li:nth-child(6) a {
  background: #ff7d14;
}

.socialbar li:nth-child(6) a img {
  width: 21px;
}

.small-text {
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 20px !important;
  line-height: 20px;
  margin-bottom: 0 !important;
}

.small-text-section {
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 20px;
  line-height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

figure {
  margin: 0;
  display: inline;
}
:focus {
  outline: 0;
}
* {
  text-rendering: optimizeLegibility;
  outline: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
* {
  font-weight: 100;
}
b {
  font-weight: bold;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
[class*='not_tipo_'] a img:hover {
  -webkit-filter: contrast(130%);
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.cont_total {
  width: 100%;
  text-align: center;
}
.cont_centrado {
  /*
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0%); 
    -webkit-transform: translate(-50%,0%); 
    */
  margin: 0 auto;
  display: inline-block;
  max-width: 990px;
  width: 100%;
  text-align: left;
  padding: 0 4px;
  box-sizing: border-box;
}
.margen_inf {
  margin-bottom: 30px;
  float: left;
}

.ma_in_20 {
  float: left;
}

.c_12 {
  width: 49.6%;
  display: inline-block;
  vertical-align: top;
}

.w_max_690 {
  max-width: 680px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 165%;
}

.post .w_max_690 {
  max-width: 640px;
}

figure {
  position: relative;
  display: block;
}

figure a {
  position: relative;
  display: block;
}

.post-type {
  position: absolute;
  background: #bf0411;
  color: white;
  padding: 5px 10px;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  line-height: 1;
}

#suscribirse_form,
#contact_form {
  margin-top: 30px;
}

.input-field {
  display: block;
  margin-bottom: 15px;
}

.input-field label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.input-field input:not([type='checkbox']),
.input-field textarea {
  -webkit-appearance: none;
  appearance: none;
  height: 48px;
  display: block;
  background: #e8e8e8;
  color: #111;
  outline: none;
  border-radius: 0px;
  padding: 0 15px;
  box-shadow: none;
  border: none;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.input-field textarea {
  min-height: 120px;
  resize: none;
  padding: 15px;
}

.clear {
  clear: both;
}

.input-field input[type='submit'] {
  background: #c40d1e;
  color: white;
  font-weight: 600;
}

.error {
  margin: 0 auto;
  float: none !important;
  padding-right: 0 !important;
}

.error-cabecera {
  text-align: center !important;
  border-top: none !important;
}

section > h4,
section > h4 > a {
  color: #7389c1;
}
section > h4 span {
  background: #ffffff;
  padding: 0 15px 0px 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
section > h4 .linea_bg {
  float: left;
  width: 100%;
  margin: -4px 0 0 0;
  border-top: 1px solid #7389c1;
}
.col_de_mod_infe img {
  width: 100%;
}
.cartel_not {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cartel_not .tit_cartel {
  margin: 0px 0 0 0;
  background: #ffffff;
  display: inline-block;
  position: relative;
  top: -16px;
  padding: 6px 30px 3px 0px;
  color: #1c1c1c;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.cartel_not .tit_cartel.color_1_tit {
  background: #800606;
  color: #ffffff;
}
.cartel_not .tit_cartel.color_2_tit {
  background: #060657;
  color: #ffffff;
}
.cartel_not .tit_cartel.color_urgente_tit {
  background: #e60a0a;
  color: #ffffff;
}
.cartel_not.cartel_not_vacio .tit_cartel {
  display: none;
}
.cartel_not.cartel_not_vacio + article h3 {
  margin-top: 20px;
}
.destacadas_cab {
  margin: 0 0 45px 0;
}
.destacadas_cab .not_destacadas .mensaje-unico {
  width: 100%;
  display: table;
}
.destacadas_cab .not_destacadas .mensaje-unico .mensaje-unico-tit {
  display: table-cell;
  background: #e60a0a none repeat scroll 0 0;
  vertical-align: middle;
  color: #ffffff;
  padding: 6px 13px 3px;
  border: 0px solid #e5e5e5;
  text-transform: uppercase;
}
.destacadas_cab .not_destacadas .mensaje-unico .mensaje-unico-tit p {
  display: inline-block;
  white-space: nowrap;
}
.destacadas_cab .not_destacadas .mensaje-unico .mensaje-unico-txt {
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background: #dfdfdf;
  min-width: 100%;
}
.destacadas_cab .not_destacadas .mensaje-unico .mensaje-unico-txt h3 {
  padding: 5px 10px;
  margin: 0;
  text-align: left;
}
.notice_module_res {
  width: 100%;
  height: auto;
}

.not_destacadas > div div h3 {
  text-align: center;
}
.cab_top > .ca_top_de {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
.cab_top > .ca_top_de > .cab_redes {
  display: flex !important;
  flex-direction: row;
}

.destacadas_cab .not_destacadas h3 {
  font-size: 18px;
  line-height: 120%;
  margin-top: -10px;
}
.destacadas_cab .not_destacadas h3 a {
  color: #1c1c1c;
}
section .not_tipo_1 h2,
section.not_tipo_2 h2 {
  padding: 1px 0 1px;
  line-height: 115%;
}
section .not_tipo_1 h1,
section .not_tipo_2 h1 {
  padding: 3px 0;
  line-height: 120%;
}
.not_tipo_1 h2 {
  line-height: 110%;
}
.not_tipo_2 h2 {
  line-height: 110%;
}
/*.not_c_i_peq .grid div div {
    float: left;;
}*/
.not_c_i_peq .c_w_420 > div {
  min-height: 105px;
  margin-bottom: 15px;
}
.not_c_i_peq .c_w_420 > div:last-child {
  min-height: initial;
}
.not_c_i_peq .grid [class*='c_w_'] + div {
  float: right;
}
.not_c_d_amp {
}
.not_c_i_peq > .grid > div:last-child .not_tipo_1 figure {
  width: 644px;
  overflow: hidden;
}
section .publicidad img {
  min-width: inherit;
  width: auto;
}
.publicidad {
  float: left;
  width: 100%;
}
.pu_300_600 {
  height: 600px !important;
}
.cont_publi {
  width: 100%;
  text-align: center;
  margin: 0 0 0px 0;
}
.publicidad.publicidad_320_100 {
  text-align: center;
  margin-top: 24px;
}
.publicidad.publicidad_728_90 {
  text-align: center;
  margin-top: 0px;
}
.publicidad.publicidad_728_90 div {
  width: 100%;
  margin-bottom: 10px;
}
.publicidad.publicidad_320_100 .cont_publi {
  width: 320px;
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.publicidad_320_100.publicidad_cabecera_movil {
  width: 100%;
  float: left;
  text-align: center;
}
.publicidad_320_100.publicidad_cabecera_movil > * {
  margin: 0 auto;
}
.publicidad.publicidad_728_90 .cont_publi {
  width: 728px;
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.entradilla_por {
  line-height: 120%;
}
.icons {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 190%;
}
.icons.icon_directo {
  position: absolute;
  top: 1.5%;
  left: 1.5%;
  background: none;
  max-width: initial;
  text-align: center;
  width: auto;
  height: auto;
  border-radius: 0%;
  line-height: 120%;
}
.icons a i {
  color: #0072a1;
}
.seccion {
  color: #1c1c1c;
  padding: 2px 0 0;
}
.seccion:first-letter {
  /*
    color: #0072a1;
    padding: 0 4px 0 0;
    */
}
.nombre_seccion {
  font-size: 40px;
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
  padding: 5px 5px 5px 0px;
  box-sizing: border-box;
  font-family: Oswald;
  color: #938e8e;
  line-height: 120%;
  letter-spacing: 2px;
  border-top: 3px solid #ff0000;
}
.nombre_seccion
/* publicidades interstitial */
.mod_11M {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: -40px;
  width: 800px;
  height: 800px;
}
#content_11M {
  padding-top: 0;
  height: 800px;
  float: left;
}
.facebox_hide {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000000;
  z-index: 9999;
}
.cerrar_ventana_11m {
  float: right;
  margin: 0 0 0 0;
  position: relative;
  z-index: 10;
  top: 18px;
}
/* ----- noticia tipo 1 y tipo 2 ------ */
.not_tipo_1 a,
.not_tipo_2 a {
  color: #1c1c1c;
}
section .not_tipo_1,
section .not_tipo_2 {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
/* tipo 1 */

section .not_tipo_1 article > div {
  float: left;
  width: 100%;
}
/* tipo 2 */
section .not_tipo_2 article > figure a img {
  /*width: 40%;
    min-width: 40%;
    max-width: 40%;*/
}
section .not_tipo_2 article > div:last-child {
  float: right;
  width: 55%;
}
.firma {
  margin-top: 12px;
  color: #1c1c1c;
  padding: 0px 0;
}
.firma:before {
  content: '[';
  padding: 0 4px 0 0;
}
.firma:after {
  content: ']';
  padding: 0 0 0 4px;
}

/* FIN Estilos GENERALES */

/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* tamaños de fotos */

/* balconera */
section .balconera {
  max-width: 1074px;
}
section .balconera div figure a {
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}
article figure a img.rel_ancho {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: auto;
}
article figure a img.rel_alto {
  width: auto;
  max-width: initial;
  min-width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.listado_col > div:first-child .not_tipo_1 article figure {
  /*width: 402px;*/
  width: 100%;
  overflow: hidden;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

section.b_3 .c_23 .c_11 .not_tipo_1 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  margin-bottom: 15px;
  max-width: 495px;
  position: relative;
}
/* estilos comunes de wide y tall */

section.b_3 .c_23 .c_11 .not_tipo_1 figure img {
  /*min-width: 100%;
    max-width: initial;
    min-height: 100%;
    max-height: initial;
    height: initial;*/
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section.b_3 .c_23 .c_11 .not_tipo_1 figure img.tall {
  /*min-height: initial;
    max-height: initial;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;*/
}

/* esnoticia principal */

section .esnoticia .cartel_not + div .not_tipo_1 img {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

/* relacionadas de la principal */
section .esnoticia .cartel_not + div + div .not_tipo_1 figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}
section .esnoticia .cartel_not + div + div .not_tipo_2 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  position: relative;
}
section .esnoticia .cartel_not + div + div .c_13 .not_tipo_2 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 65px;
  min-height: 65px;
  max-height: 65px;
  position: relative;
}
section .esnoticia .cartel_not + div + div .not_tipo_2 figure img,
section .esnoticia .cartel_not + div + div .not_tipo_1 figure img,
.columna_3not .not_tipo_1 figure img,
section.not_c_i_peq .not_tipo_2 figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 1px;
    */
}

/* bloque columna izquierda */
/*
section.not_c_i_peq .not_tipo_2 figure {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    max-width: 164px;
    position: relative
}
section.not_c_i_peq .not_tipo_2 figure img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}
*/

section.not_c_i_peq .c_w_420 .not_tipo_1 figure {
  width: 405px;
  height: 160px;
  overflow: hidden;
}

/*
section.not_c_i_peq .c_w_420.not_tipo_2 h2 {
    font-family:'Vidaloka', serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;

}
section.not_c_i_peq .not_tipo_2 figure {
    width: 58%;
    max-width: 225px;
    height: 120px;
    min-height: 120px;
}
*/
/* bloque 3 */
section.b_3 .c_23 .c_12 .not_tipo_1 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 130px;
  min-height: 100px;
  max-height: 100px;
  position: relative;
  margin-bottom: 15px;
}
section.b_3 .c_23 .c_11 .not_tipo_1 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  position: relative;
  margin-bottom: 15px;
}
section.b_3 .c_23 .c_11 .not_tipo_1 figure img,
section.b_3 .c_23 .c_12 .not_tipo_1 figure img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* noticias debajo de opinión */
.col_iz .grid div .not_tipo_2 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 85px;
  min-height: 85px;
  max-height: 85px;
  position: relative;
}
.col_iz .grid div .not_tipo_2 figure img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* emprendedores */
.not_principal_emprende article figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}
.not_principal_emprende article figure a img {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

/* digital deportivo */
.cont_digital_deportivo > .not_tipo_1 article figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}
.cont_digital_deportivo > .not_tipo_1 article figure a img {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

/* motor digital y corazón digital */
.cont_corazon > div:first-child article figure,
.cont_motor > div:first-child article figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 440px;
  min-height: 440px;
  max-height: 440px;
  max-width: 744px;
  position: relative;
  margin-bottom: 15px;
}

.cont_motor > div:first-child article figure img {
  width: initial;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* region */
.region article figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  position: relative;
}
.region article figure img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.articulo .not_relacionadas_art .c_11 figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 110px;
}

.articulo .not_relacionadas_art .c_12 figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.articulo .not_relacionadas_art .c_11 figure a img,
.articulo .not_relacionadas_art .c_12 figure a img {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.contenedorPDfoto h4 {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #999;
  margin-top: 8px;
}

/* última hora */
.ultima_hora figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  position: relative;
  margin-bottom: 15px;
  width: 180px;
}
.seccion_portada .ultima_hora figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  position: relative;
  margin-bottom: 15px;
  width: 266px;
}
.articulo .ultima_hora figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  position: relative;
  width: 266px;
}
.ultima_hora figure img {
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.seccion_portada > div > div > div > div .not_tipo_1 article figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  position: relative;
}
.seccion_portada > div > div > div > div .not_tipo_1 article figure img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.seccion_portada > div > div > div > div .not_tipo_2 article figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  position: relative;
}
.seccion_portada > div > div > div > div .not_tipo_2 article figure img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* más leído */
.mas_leido figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.mas_leido figure a img {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cont_corazon div:first-child figure {
  margin-bottom: 15px;
}
.seccion_portada .listado_col > div > .not_tipo_1 article img {
  width: 100%;
}
.seccion_portada .c_w_300 .not_tipo_1 figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  position: relative;
}
.seccion_portada .c_w_300 .not_tipo_1 figure img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* fin tamaños de fotos */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */

/* hemeroteca */
.fila_hemeroteca {
  float: left;
  width: 100%;
}
.caja_calendario {
  float: left;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  margin: 30px 0 0 0;
}
.fila_hemeroteca label {
  width: 130px;
  float: left;
  margin: 0 0 0px 0;
}
.col_derecha_form_hemeroteca .fila_hemeroteca label {
  width: 90px;
  margin: 5px 0 0 0;
}
span.ui-selectmenu-button.ui-button {
  width: 120px;
}
.fila_hemeroteca.botones_hemeroteca label {
  padding: 9px 5px;
}
.caja_calendario .ui-datepicker table {
  font-size: 0.7em;
}
.col_derecha_form_hemeroteca {
  margin: 30px 0 0px 0;
}
.fila_hemeroteca {
  float: left;
  clear: left;
  margin: 0px 0 30px 0;
}
.fila_hemeroteca.botones_hemeroteca {
  width: 50%;
}
.btn_buscar_hemeroteca {
  border: 0;
  background: #dfdfdf;
  color: #000000;
  text-align: center;
  margin: 10px 0 0 0;
  float: left;
  clear: left;
  cursor: pointer;
}
.fila_hemeroteca.botones_hemeroteca > p {
  margin: 0 0 12px 0;
}
.cab_hemeroteca {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.cab_hemeroteca .tit_cartel {
  color: #00a6f0;
}
.cab_hemeroteca .fecha_hemeroteca {
  width: 100%;
  text-align: center;
  color: #7ca1b4;
  float: left;
  margin: -10px 0 35px 0;
}
/* fin hemeroteca */

/* CABECERA */
header {
  margin: 0 0 30px 0;
}
header .cab_centro {
  float: left;
  width: 100%;
}
header .cab_centro .cab_centro_iz {
  float: left;
}
header .cab_centro .cab_centro_de {
  float: right;
}

header .cab_centro .logo {
  text-align: center;
}

header .cab_centro h1 {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}

header .logo .director {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-family: 'Archivo Narrow', sans-serif;
  border-left: 1px solid #dedede;
  padding-left: 20px;
}

header .logo .director p {
  font-size: 18px;
  line-height: 1.3;
}

header .logo .director p strong {
  font-weight: 700;
  color: red;
}

header .cab_centro .logo img {
  max-height: 90px;
}

header .cab_bottom {
  float: left;
  width: 100%;
  margin: 8px 0 20px 0;
  /*height: 50px;*/
}
header .submenu-cabecera {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
header .cab_bottom nav {
  text-align: center;
}
header .cab_bottom nav ul {
  display: inline-block;
  position: relative;
}
header .cab_bottom nav ul li {
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}
header .cab_bottom nav ul li > div {
  position: absolute;
  width: 600px;
  left: 0;
  display: none;
  margin: 8px 0 0 -31px;
  padding: 9px 0 15px 0;
  line-height: 105%;
  background: #fff;
  z-index: 100;
  border: 1px solid #dedede;
}
header .cab_bottom nav ul li div.submenu_visible {
  display: block;
}
header .cab_bottom nav ul li div h2 {
  display: inline-block;
}
header .cab_bottom nav ul li div h2 a:hover {
  border-bottom: 3px solid #dedede;
}
header .cab_bottom nav ul li a:link,
header .cab_bottom nav ul li a:visited,
header .cab_bottom nav ul li a:hover,
header .cab_bottom .menu h2 a:link,
header .cab_bottom .menu h2 a:visited,
header .cab_bottom .menu h2 a:hover {
  color: #000000;
}

header .cab_bottom nav ul {
  text-align: center;
  margin-bottom: 20px;
}

header .cab_bottom nav ul li {
  padding: 0 10px !important;
  float: none;
  display: inline-block;
  vertical-align: top;
}

header .cab_bottom nav ul li a {
  font-size: 26px;
  line-height: 38px;
}

header .cab_bottom nav ul li:hover > a {
  padding-bottom: 20px;
  /*    background: url('../images/pico_menu.png') no-repeat center 23px;*/
  z-index: 1000;
  position: relative;
}
header .cab_bottom nav ul li:nth-child(0) > a,
header .cab_bottom nav ul li:nth-child(1) > a {
  background: none;
  padding-bottom: 0px;
}
header .cab_bottom nav ul li.selected > a:link,
header .cab_bottom nav ul li.selected > a:visited,
header .cab_bottom nav ul li.selected > a:hover {
  color: #0072a1;
  border-bottom: 3px solid #0072a1;
}
header .cab_bottom nav ul li.selected > a:hover {
  border-bottom: 0;
}
header .cab_top .cab_provincias ul {
  display: inline-block;
}
header .cab_top .cab_provincias li {
  display: inline-block;
  padding: 0 15px;
}
header .cab_bottom .menu h2.selected {
  border-bottom: 2px solid #0072a1;
}
header .cab_bottom .menu h2 {
  padding: 5px 10px 1px;
}

header .cab_bottom .menu ul {
  display: none;
}

header .cab_top {
  position: relative;
  float: left;
  width: 100%;
  margin: 8px 0 0 0;
}

header .cab_top .ca_top_iz {
  float: left;
  font-size: 12px;
  margin: 2px 0 0;
}

header .cab_top .ca_top_iz .cab_redes {
  float: right;
  margin: -6px 0 0 10px;
}
header .cab_top .ca_top_de {
  float: right;
}
header .cab_top .cab_provincias {
  position: absolute;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%); /* IE 9 */
  -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
  left: 50%;
  margin: 4px 0 0 0;
}
header .cab_top .cab_provincias a {
  color: #000000;
  padding: 0;
  box-sizing: border-box;
}
header .cab_top .cab_provincias li.selected a {
  border-bottom: 3px solid #0072a1;
  color: #0072a1;
}
header .cont_buscador {
  float: left;
  width: 1074px;
  margin: 14px 0 0 0;
  display: none;
  height: 60px;
  border: 1px solid #dedede;
  display: table-column;
  display: none;
}
header .cont_buscador input {
  float: left;
  width: 844px;
  border: 0px;
  color: #7e7e7e;
  height: 56px;
}
header .cont_buscador > div {
  float: right;
  width: 100px;
  cursor: pointer;
  /* display: table-cell; */
}
header .btn_lupa_cab {
  float: left;
  margin: 0 2px 0 0;
  cursor: pointer;
}
header .cont_buscador .btn_cerrar {
  background: #828282;
  color: #ffffff;
}
header .cont_buscador .btn_buscar {
  background: #cc5555;
  color: #ffffff;
}
header .cont_buscador > div div {
  vertical-align: middle;
  height: 59px;
  display: table-cell;
  text-align: center;
  width: 100px;
}
header .logo img {
  width: 100%;
  /*max-width: 460px;*/
}

.dim-header {
  position: relative !important;
  z-index: 999;
}

.has-submenu {
  position: relative;
  cursor: pointer;
}

.has-submenu:after {
  font-family: 'FontAwesome';
  content: '\f107';
  margin-left: 5px;
  font-size: 28px;
  color: #999;
}

.has-submenu .submenu {
  display: none;
  background: #000;
  width: 200px;
  position: absolute;
  left: -44px;
  top: 45px;
  z-index: 999999;
  padding: 15px 0;
}

.show-submenu .submenu {
  display: block !important;
}

.show-submenu:after {
  color: red;
}

.has-submenu .submenu li {
  display: block;
  height: 40px;
}

.has-submenu .submenu li {
  text-align: left;
  height: auto;
  padding: 0 15px !important;
}

.has-submenu .submenu li a {
  color: #ccc !important;
  display: block;
  padding: 0 !important;
  font-size: 20px;
}

.has-submenu .submenu li a:hover {
  color: white !important;
  padding: inherit;
}

.row-items {
  display: block;
  font-size: 0;
  margin: 0 -12px 24px;
}

.row-items .l6 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}

.row-items .l6 a {
  display: block;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.row-items .l6 a:hover {
  opacity: 0.9;
}

.row-items .l6 a img {
  display: block;
  width: 100%;
}

.row-items-3 {
  display: block;
  font-size: 0;
  margin: 0 -8px 48px;
}

.row-items-3 .l4 {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  padding: 0 8px;
  box-sizing: border-box;
}

.row-items-3 .l4 a {
  display: block;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.row-items-3 .l4 a:hover {
  opacity: 0.9;
}

.row-items-3 .l4 a img {
  display: block;
  width: 100%;
}

/* FIN CABECERA */
/****************************/
/****************************/

/* BALCONERA PRINCIPAL */
.balconera {
  float: left;
  width: 100%;
}
.balconera .not_tipo_1 article {
  position: relative;
}
.balconera .not_tipo_1 figure + a {
  position: absolute;
  top: 0px;
}
.balconera .not_tipo_1 figure + a img {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

.balconera .not_tipo_1 h2 {
  line-height: 120%;
}
/* FIN BALCONERA PRINCIPAL */
/****************************/
/****************************/

/* ES NOTICIA TIPOS DE NOTICIAS */

.grid.c_p_20 .c_13.cartel_not {
  width: auto !important;
  margin-top: 30px;
}

.grid.c_p_20 .c_11 .not_tipo_1 h2 {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.esnoticia {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dedede;
  margin-top: 30px;
}
.esnoticia .cartel_not {
  margin-bottom: 20px;
}
/* noticia principal */
.esnoticia .cartel_not + div {
  margin: 0 0 30px 0;
  width: 100%;
}
.esnoticia .cartel_not + div .not_tipo_2 img {
  /*min-width: 53%;
    max-width: 53%;
    width: 53%;*/
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%); /* IE 9 */
  -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
  margin-left: 50%;
  width: 100%;
}
.esnoticia .cartel_not + div .not_tipo_1 img {
  margin-bottom: 15px;
}
.esnoticia .cartel_not + div .not_tipo_2 article figure,
.cont_digital_deportivo .not_tipo_2.not_emp figure {
  width: 54%;
  overflow: hidden;
}
.esnoticia .cartel_not + div .not_tipo_2 article > div:last-child,
.cont_digital_deportivo .not_tipo_2.not_emp article > div:last-child {
  width: 44%;
}

.esnoticia .cartel_not + div .not_tipo_2 article figure + div h2,
.esnoticia .cartel_not + div .not_tipo_2 article figure + div .firma {
  margin-bottom: 15px;
}
.esnoticia .cartel_not + div [class*='not_tipo_'] h3,
.esnoticia .cartel_not + div [class*='not_tipo_'] .firma {
  margin-bottom: 15px;
}
[class*='not_tipo_'] article figure + div h3 {
  text-transform: uppercase;
}

.esnoticia .cartel_not + div .not_tipo_1 article div:last-child * {
  text-align: center;
}
.esnoticia .cartel_not + div .not_tipo_1 article figure + div h3 {
  margin-bottom: 15px;
}
/* noticias relacionadas */
.esnoticia .cartel_not + div + div {
  margin-top: 5px;
}
.esnoticia .cartel_not + div + div figure {
  height: 100px;
  position: relative;
  overflow: hidden;
}
.esnoticia .cartel_not + div + div div:first-child {
  margin-bottom: 5px;
}
.esnoticia .cartel_not + div + div div:first-child + div {
  margin-top: 30px;
}
.esnoticia .cartel_not + div + div .not_tipo_2 figure,
.not_tipo_2 figure {
  width: 40%;
}
.esnoticia .cartel_not + div + div .c_13,
.esnoticia .cartel_not + div + div .c_12 {
  padding: 0 32px;
}
.mas_leido .not_tipo_2 figure a {
  display: block;
}
.esnoticia .cartel_not + div + div .not_tipo_2 figure a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.esnoticia .cartel_not + div + div .not_tipo_2 figure a img {
  /*
    
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    */
}
.esnoticia .cartel_not + div + div .not_tipo_1 figure + div h3 {
  margin-top: 15px;
}

.columna_3not .not_tipo_1 {
  margin-bottom: 40px;
}
.columna_3not .not_tipo_1 figure {
  width: 410px;
  height: 185px;
  overflow: hidden;

  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.columna_3not .not_tipo_1 h2 {
  margin-top: 15px;
}

/* FIN ES NOTICIA */
/****************************/
/****************************/

.news .news-box {
  border-radius: 15px;
  bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  right: 30px;
  width: 390px;
  overflow: hidden;
  position: fixed;
  z-index: 3;
  background: white;
  display: none;
  visibility: hidden;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .news-box .news-content {
  position: relative;
  padding: 20px 12px;
}
.news .news-box .news-content .news-loader {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  opacity: 0.3;
}
.news .news-box .news-content .news-error {
  font-weight: 600;
  font-size: 14px;
  color: red;
  padding: 0 8px;
}
.news .news-box .news-content .news-topbar {
  display: block;
  position: relative;
  margin-bottom: 8px;
}
.news .news-box .news-content .news-topbar .news-title {
  display: block;
  font-family: 'PT Serif';
  text-align: center;
  font-size: 18px;
}
.news .news-box .news-content .news-topbar .news-close {
  position: absolute;
  right: -4px;
  font-size: 30px;
  top: -4px;
  line-height: 1;
  color: #eeeeee;
}
.news .news-box .news-content .news-topbar .news-close span {
  display: block;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news .news-box .news-content .news-topbar .news-close:hover span {
  background: #f9f9f9;
  color: #cfcfcf;
}
.news .news-box .news-content .news-news {
  position: relative;
  display: block;
}
.news .news-box .news-content .news-news .news-post {
  display: block;
  padding: 10px 8px;
  border-radius: 5px;
  margin-bottom: 3px;
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news .news-box .news-content .news-news .news-post .news-post-content {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.news
  .news-box
  .news-content
  .news-news
  .news-post
  .news-post-content
  .news-post-thumb {
  width: 120px;
  float: left;
  display: block;
  margin-top: 3px;
  border-radius: 3px;
  opacity: 0.8;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news
  .news-box
  .news-content
  .news-news
  .news-post
  .news-post-content
  .news-post-data {
  width: calc(100% - 130px);
  margin-left: 10px;
  float: left;
}
.news
  .news-box
  .news-content
  .news-news
  .news-post
  .news-post-content
  .news-post-data
  .news-post-title {
  font-size: 16px;
  color: #373737;
}
.news
  .news-box
  .news-content
  .news-news
  .news-post
  .news-post-content
  .news-post-data
  .news-post-footer {
  font-size: 11px;
  color: #888888;
  margin-top: 3px;
}
.news
  .news-box
  .news-content
  .news-news
  .news-post
  .news-post-content
  .news-post-data
  .news-post-footer
  span {
  display: inline-block;
  margin-right: 8px;
}
.news .news-box .news-content .news-news .news-post .news-post-link {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.news .news-box .news-content .news-news .news-post:hover {
  background: #f9f9f9;
}
.news .news-box .news-content .news-news .news-post:hover .news-post-thumb {
  opacity: 1 !important;
}
.news .news-box .news-content .news-news .news-post:hover .news-post-title {
  color: #111111 !important;
}
.news .news-box .news-content .news-news .news-post:last-child {
  margin-bottom: 0;
}
.news .news-box .news-content .news-news .news-post:after {
  content: '';
  display: block;
  clear: both;
}
.news .news-box .news-content.news-slider {
  position: relative;
  overflow: hidden;
  width: 390px !important;
}
.news .news-box .news-content.news-slider .news-slider-navigation {
  top: 56px;
  z-index: 99;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0.1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.news
  .news-box
  .news-content.news-slider
  .news-slider-navigation
  .news-slider-next,
.news
  .news-box
  .news-content.news-slider
  .news-slider-navigation
  .news-slider-prev {
  width: 40px;
  height: 100px;
  font-size: 14px;
  color: #aaaaaa;
  text-align: center;
  line-height: 100px;
  pointer-events: initial;
}
.news
  .news-box
  .news-content.news-slider
  .news-slider-navigation
  .news-slider-next:hover,
.news
  .news-box
  .news-content.news-slider
  .news-slider-navigation
  .news-slider-prev:hover {
  color: rgba(17, 17, 17, 0.5);
  background: #f9f9f9;
}
.news
  .news-box
  .news-content.news-slider
  .news-slider-navigation
  .news-slider-next {
  float: right;
  border-radius: 5px 0 0 5px;
}
.news
  .news-box
  .news-content.news-slider
  .news-slider-navigation
  .news-slider-prev {
  float: left;
  border-radius: 0 5px 5px 0;
}
.news .news-box .news-content.news-slider .news-slider-navigation:after {
  content: '';
  display: block;
  clear: both;
}
.news .news-box .news-content.news-slider .news-news {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .news-box .news-content.news-slider .news-news .news-post {
  position: relative;
  display: block;
  margin: 0 5px 0 0;
  float: left;
  width: 366px;
}
.news .news-box .news-content.news-slider:hover .news-slider-navigation {
  opacity: 1;
}
.news .news-box.news-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sticky-bar {
  -webkit-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.04);
  right: 0;
  left: 0;
  border-radius: 0;
  bottom: 0;
  width: auto;
  min-height: 50px;
  position: fixed;
  z-index: 4;
  background: white;
  display: none;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.sticky-bar.sticky-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sticky-bar img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sticky-bar .sticky-close {
  position: absolute;
  right: 0;
  font-size: 30px;
  top: -30px;
  line-height: 1;
  color: rgba(17, 17, 17, 0.8);
  z-index: 99999;
  border-radius: 10px 0 0 0;
  background: white;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
}
.sticky-bar .sticky-close span {
  display: block;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.sticky-bar .sticky-close:hover {
  background: red;
  color: white;
}

@media only screen and (max-width: 600px) {
  .news .news-box {
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.04);
    right: 0;
    left: 0;
    width: 100%;
  }
  .news .news-box .news-content {
    padding: 0px;
  }
  .news .news-box .news-content .news-topbar {
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .news .news-box .news-content .news-topbar .news-title {
    display: none;
  }
  .news .news-box .news-content .news-topbar .news-close {
    font-size: 30px;
    color: #eee;
    border-radius: 100px;
  }
  .news .news-box .news-content .news-topbar .news-close span {
    line-height: 30px;
    width: 30px;
  }
  .news .news-box .news-content .news-topbar .news-close:hover {
    background: red;
    color: white;
  }
  .news .news-box .news-content .news-topbar .news-close:hover span {
    background: transparent;
    color: white;
  }
  .news .news-box .news-content .news-news {
    margin-right: 38px;
  }
  .news .news-box .news-content .news-news .news-post {
    padding: 12px 15px;
    border-radius: 0;
  }
  .news
    .news-box
    .news-content
    .news-news
    .news-post
    .news-post-content
    .news-post-thumb {
    width: 75px;
  }
  .news
    .news-box
    .news-content
    .news-news
    .news-post
    .news-post-content
    .news-post-data {
    width: calc(100% - 85px);
  }
  .news
    .news-box
    .news-content
    .news-news
    .news-post
    .news-post-content
    .news-post-data
    .news-post-title {
    font-size: 15px;
  }
  .news .news-box .news-content .news-news .news-post:hover {
    background: transparent;
    opacity: 0.7;
  }
}

/* noticias a la izquierda mas columna a la derecha */
.col_de_ampliada {
  float: right;
  /*width: 625px;*/
}
.not_c_i_peq .c_w_420 + div .c_11 .not_tipo_1 a {
  display: block;
  margin-bottom: 15px;
}
.not_c_i_peq .c_w_420 + div .c_11 .not_tipo_1 h4 {
  margin-bottom: 10px;
  display: block;
}
.not_c_i_peq .c_w_420 > div {
  margin-bottom: 0px;
}
.not_c_i_peq .c_w_420 > div {
  margin-bottom: 30px;
}
section.not_c_i_peq .not_tipo_2 figure {
  width: 58%;
  max-width: 225px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
section.not_c_i_peq .not_tipo_2 article > div:last-child {
  width: 39%;
}
/* FIN noticias a la izquierda mas columna a la derecha */
/****************************/
/****************************/

/*  opinion   */
.b_2 {
  margin-top: 30px;
}
.b_2 .col_iz > div:last-child {
  padding-top: 30px;
}
.b_2 .publi_final_b_2 {
  padding-top: 15px;
  border-top: 1px solid #dedede;
  padding-top: 38px;
  margin-bottom: 30px;
}
.centra_opi {
  display: table;
  vertical-align: middle;
  height: 96px;
}
.mod_opinion {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.mod_opinion .cartel_not {
  margin-bottom: 15px;
}
.mod_opinion .fila_opinion {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
}
.mod_opinion .fila_opinion .cont_mod_opinion {
  width: 47%;
}
.seccion_opinion .cont_mod_opinion {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.mod_opinion .fila_opinion .cont_mod_opinion:first-child {
  float: left;
}
.mod_opinion .fila_opinion .cont_mod_opinion:last-child {
  float: right;
}
.mod_opinion .fila_opinion .cont_mod_opinion > figure img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  float: left;
  margin: 0 7px 0 0;
  max-width: 96px;
  min-width: 96px;
}
.seccion_opinion .cont_mod_opinion > figure img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  float: left;
  margin: 0 7px 0 0;
  max-width: 110px;
  min-width: 110px;
}
.op_primero span {
  color: #3086bb;
}
.info_opinion .op_autor {
  color: #3086bb;
}
.info_opinion .corchetes a div {
  float: left;
}
.info_opinion .corchetes {
  float: left;
  width: 100%;
  margin: 0 0 6px 0;
  letter-spacing: 0.02em;
  line-height: 150%;
}
.info_opinion .corchetes:before {
  content: '{';
  font-size: 18px;
  color: #3086bb;
  float: left;
  margin: 0 2px 0 0;
}
.info_opinion .corchetes .op_autor:after {
  content: '/';
  color: #7a7a7a;
  padding: 0 0 0 1px;
}
.info_opinion .corchetes:after {
  content: '}';
  font-size: 18px;
  color: #3086bb;
  margin: 0 0 0 0;
}

.info_opinion .corchetes a .op_categoria {
  color: #3086bb;
}

.info_opinion .corchetes a + a .op_categoria {
  color: #7a7a7a;
}

.info_opinion h3 {
  margin: 5px 0 0 0;
}
.info_opinion h3 a {
  color: #1c1c1c;
}
.mod_opinion .fila_opinion .cont_mod_opinion .info_opinion {
  display: table-cell;
  vertical-align: middle;
}
main .pub_cabecera {
  margin: 10px 0 40px 0;
}
.articulo .cab_art_opinion {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.articulo .autor_pequeno .cab_art_opinion > img {
  width: 96px;
  min-width: 96px;
  max-width: 96px;
  height: 96px;
  border-radius: 50%;
}
.articulo .cab_art_opinion .datos_cab_opinion {
  margin-top: 0px;
  float: right;
  width: 135px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dedede;
}
.articulo .cab_art_opinion img + .datos_cab_opinion {
  margin-top: 77px;
  position: relative;
  float: right;
}
.articulo .autor_pequeno .cab_art_opinion img + .datos_cab_opinion {
  margin-top: 17px;
}
.articulo .datos_cab_opinion h4 {
  color: #7f7f7f;
  margin-top: 0px;
}
.articulo .datos_cab_opinion h5 {
  color: #ff0000;
  margin-top: 0px;
}
.articulo .datos_cab_opinion img {
  margin: 0 auto 15px;
  display: inherit;
  border-radius: 50%;
}
.articulo .cab_art_opinion .linea_cab_opinion {
  width: 100%;
  border-top: 1px solid #dedede;
  position: relative;
  top: 28px;
  z-index: -10;
}
.articulo .cab_art_opinion img + div + .linea_cab_opinion {
  width: 100%;
  border-top: 1px solid #dedede;
  position: relative;
  top: -104px;
  z-index: -10;
}
.articulo .autor_pequeno .cab_art_opinion img + div + .linea_cab_opinion {
  top: -57px;
}
.articulo .cab_art_opinion .tit_cab_opinion {
  margin-top: 20px;
  text-align: center;
  color: #043d5d;
  padding-left: 0px;
  /*float: left;*/
}
.articulo .cab_art_opinion img + div + div + .tit_cab_opinion {
  margin-top: 0px;
  text-align: center;
  color: #043d5d;
  padding-left: 0px;
  width: 100%;
  box-sizing: border-box;
}
.articulo .autor_pequeno .cab_art_opinion img + div + div + .tit_cab_opinion {
  padding-left: 96px;
}
.articulo figcaption {
  /*margin: 8px 0 0 0;*/
}
.historico_opinion_derecha {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.historico_opinion_derecha li {
  padding: 6px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.historico_opinion_derecha li:nth-child(2n + 1) {
  background: #fafafa;
}
.historico_opinion_derecha li a {
  color: #7c7c7c;
}
section .cierre_soliss {
  float: left;
  margin: 0 0 40px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
section .cierre_soliss img {
  width: initial;
  max-width: initial;
  min-width: initial;
}
section .cierre_soliss a {
  color: #000;
}
/* fin  opinion  */
/****************************/
/****************************/

/* publicidades laterales */
.publicidad_lateral {
  width: 1074px;
  position: relative;
  z-index: 10;
}
.publicidad_lateral .pub_lateral_iz {
  height: 600px;
  position: absolute;
  right: 1080px;
  top: 0;
  z-index: 10;
}
.publicidad_lateral .pub_lateral_iz > * {
  float: right;
}
.publicidad_lateral .pub_lateral_de {
  height: 600px;
  position: absolute;
  left: 1080px;
  top: 0;
  z-index: 10;
}

/* publicidades después de opinión */
.mod_opinion + .publicidad .mod_opinion + .publicidad + .publicidad {
}

/* noticias col_iz not tipo 2 */
.col_iz .grid div .not_tipo_2 {
  margin-bottom: 0px;
  min-height: 125px;
}
/* fin  noticias col_iz not tipo 2  */
/****************************/
/****************************/

/* b_3 bloque 3 */
.b_3 {
  margin-top: 20px;
}
.b_3 .grid .grid .grid {
  margin-bottom: 21px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.b_3 .c_23 .c_11 .not_tipo_1 a,
.b_3 .c_23 .c_12 .not_tipo_1 a {
  margin-bottom: 15px;
}
.b_3 .b_3_col_iz .c_11 .not_tipo_1 h2 {
  line-height: 125%;
}
.b_3 .c_23 .c_11 .not_tipo_1 h2 a {
  line-height: 135%;
}
section .c_23.b_3_col_iz {
  width: 491px !important;
}
/* fin  b_3  */
/****************************/
/****************************/

/* ultima hora */
.ultima_hora .foto_ulthora img {
  width: 100%;
}
/* fin ultima hora */
/****************************/
/****************************/

/* la entrevista */
.la_entrevista {
  /*margin-top: 30px;*/
}
.la_entrevista .personaje {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin: 14px 2% 0 0;
}
.seccion_entrevista .personaje {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin: 14px 2% 0 0;
}
.seccion_entrevista > div > div:not(.c_w_300) .not_tipo_2 figure a {
  border-radius: 50%;
  float: left;
  overflow: hidden;
  width: 160px;
  height: 160px;
  position: relative;
  max-width: 160px;
  max-height: 160px;
}
.seccion_entrevista > div > div:not(.c_w_300) .not_tipo_2 figure a img {
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); /* IE 9 */
  -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
  margin: 0 0 0 50%;
  position: absolute;
  width: auto;
  max-width: inherit;
  height: 100%;
}
.la_entrevista .titulares_entrevista,
.seccion_entrevista .titulares_entrevista {
  width: 67%;
  float: right;
  margin: 24px 0 0 0;
}
.la_entrevista .titulares_entrevista h3,
.seccion_entrevista .titulares_entrevista h3 {
  line-height: 105%;
  margin: 10px 0 15px 0;
}
.titulares_entrevista h3 a {
  color: #000000;
}
.la_entrevista .titulares_entrevista > h4 {
}
.la_entrevista .titulares_entrevista .firma,
.seccion_entrevista .titulares_entrevista .firma {
  float: left;
  margin: 0 0 20px 0;
  float: left;
  font-weight: bold;
}
.la_entrevista .titulares_entrevista .firma a,
.seccion_entrevista .titulares_entrevista .firma a {
  color: #0072a1;
}
.la_entrevista .titulares_entrevista .firma > div,
.seccion_entrevista .titulares_entrevista .firma > div {
  display: inline-block;
  font-weight: 100;
}
.la_entrevista .titulares_entrevista .not_tipo_1,
.seccion_entrevista .titulares_entrevista .not_tipo_1 {
  line-height: 120%;
}
.cont_la_entrevista {
  margin-top: 25px;
}
.seccion_entrevista .cont_la_entrevista {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
/* fin la entrevista */
/****************************/
/****************************/

/* galeria de imagenes */
.galeria_imagenes {
  margin-top: 30px;
}
.pag_galerias .galeria_imagenes {
  margin-top: 0px;
}
.pag_galerias section > h4,
.pag_galerias section > h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.gal_antiguas {
  float: left;
  background: cadetblue;
  padding: 5px 6px 4px;
  margin: -2px 14px 0 0;
}
.gal_antiguas a {
  color: #fff;
}
/* fin la galeria de imagenes */
/****************************/
/****************************/

/* emprendedores */
.emprendedores {
  margin-top: 20px;
  padding: 23px 10px 10px 10px;
  margin-left: -10px;
}
section.emprendedores > h4 span {
}
.not_principal_emprende .not_tipo_1 .firma {
  margin: 0px 0 15px;
}
.not_principal_emprende article h4 {
  margin-top: 15px;
}
.not_principal_emprende article h4,
.not_principal_emprende article h3 {
  margin-bottom: 15px;
}
.menu_bloques_inferiores {
  text-align: center;
}
.menu_bloques_inferiores ul {
  display: inline-block;
  padding: 0px 0 25px;
}
.menu_bloques_inferiores ul li {
  display: inline-block;
  padding: 0 8px;
}
.menu_bloques_inferiores ul li a {
  color: #7b8c97;
}
.menu_bloques_inferiores ul li a::first-letter,
.menu_bloques_inferiores ul li:first-letter {
  color: #3086bb;
}

.info_bolsa {
  float: left;
  margin: 0 0 15px 0;
  width: 100%;
}
/* fin emprendedores */
/****************************/
/****************************/

/* digital deportivo */
.digital_deportivo {
  margin-top: 20px;
}
.cont_digital_deportivo > .balconera {
  margin: 30px 0 0 0;
}
.cont_digital_deportivo .not_tipo_1.not_emp h4,
.cont_digital_deportivo .not_tipo_1.not_emp h3,
.cont_digital_deportivo .not_tipo_1.not_emp .entradilla {
  margin: 15px 0 0 0;
}
.cont_digital_deportivo .not_emp h3 + .firma {
  margin: 15px 0;
}
/* fin digital deportivo */
/****************************/
/****************************/

/* galeria de imagenes */
#imgdeldia,
#gallery {
  max-width: 100% !important;
  min-width: 100% !important;
}

#gallery,
#imgdeldia {
  margin: 0px auto 0;
}
.articulo #gallery {
  margin: 0px auto 30px;
}
.ug-gallery-wrapper a {
  color: #ffffff;
}

.galeria_portada .articulo #gallery .ug-item-wrapper img {
  min-width: initial;
  max-width: initial;
}
.galeria_portada .ug-slider-wrapper .ug-textpanel {
  background: #fff !important;
  height: 80px !important;
}
.galeria_portada .ug-gallery-wrapper .ug-textpanel-bg {
  display: none !important;
}
#gallery.galeria_portada .ug-textpanel a,
.ug-gallery-wrapper .ug-textpanel-title h3 {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 108%;
}
.pag_galerias .ug-gallery-wrapper .ug-textpanel-title h3 {
  color: #ffffff;
  text-align: left;
}
.galeria_portada .ug-textpanel-textwrapper {
  height: 80px !important;
}
.galeria_portada .ug-gallery-wrapper .ug-textpanel-title {
  padding: 5px 0 !important;
  top: 0px !important;
}

.galeria_portada .ug-gallery-wrapper .ug-textpanel-description {
  color: #000 !important;
  top: 0px !important;
  line-height: 100%;
}
.galeria_portada .ug-gallery-wrapper .ug-textpanel-description h3 {
  color: #000;
  text-align: center;
  font-weight: 700;
}
.galeria_portada .ug-textpanel-description {
  display: none !important;
}

/* fin  */
/****************************/
/****************************/

/* corazon digital */
.corazon_digital {
}
.cont_corazon {
}
.corazon_digital > h4 span span {
  color: #e61b17;
  margin: 0;
}
.corazon_digital .c_w_300 .not_tipo_1 figure,
.motor_digital .c_w_300 .not_tipo_1 figure {
  margin-bottom: 15px;
  width: 300px;
  height: 160px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.corazon_digital .c_w_300 .not_tipo_1 figure img,
.motor_digital .c_w_300 .not_tipo_1 figure img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.corazon_digital .not_tipo_1 h2,
.corazon_digital .not_tipo_1 h4 {
  color: #e61b17;
}
.corazon_digital aside .not_tipo_1:first-child {
  min-height: 298px;
}
.corazon_digital .cont_corazon > div:first-child .not_tipo_1 h2 {
  margin-bottom: 15px;
}
/* fin corazon digital */
/****************************/
/****************************/

/* motor deportivo */
.motor_digital {
  /*margin-top: 40px;*/
}
.cont_motor {
  /*margin: 35px 0 0 0;*/
}
.cont_motor aside .not_tipo_1:first-child {
  min-height: 298px;
}

.motor_digital .not_tipo_1 h2 {
  margin-bottom: 15px;
}
/* fin motor */
/****************************/
/****************************/

/* footer */
.footer {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}
.footer > ul {
  background: #3086bb;
  padding: 10px 0 20px 0;
}
.footer > ul:first-child {
  background: #3086bb;
  padding: 20px 0 10px 0;
}

.footer > ul,
.footer > div,
footer > ul {
  float: left;
  margin: 0 0 0 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%); /* IE 9 */
  -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
  text-align: center;
  width: 100%;
}
.footer ul li,
footer > ul li {
  display: inline-block;
}
.footer > ul li a:link,
.footer > ul li a:visited,
.footer > ul li a:hover {
  color: #ffffff;
  font-size: 16px;
  padding: 0 5px;
  box-sizing: border-box;
}
.footer > div {
  color: #707070;
  font-size: 14px;
  padding: 20px 0 0;
}
footer .redes_footer {
  padding: 20px 0 20px;
}
/* fin footer */
/****************************/
/****************************/

/* region */

.region {
}
.region .mod_region > h3 {
  text-transform: uppercase;
  margin: 0 auto 15px;
  text-align: center;
  padding: 0 0 6px 0;
  width: 50%;
  border-bottom: 1px solid #05133a;
}
.region .mod_region > h3 a {
  color: #000000;
}
.region article h3 {
  text-transform: none;
  margin: 0px;
}
.region ul {
  margin: 0 0 0 30px;
  float: left;
  width: 83%;
}
.region ul li {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}
.region .mod_region {
  /*background: url('../images/bg_region.jpg') no-repeat center 0;*/
  display: inline-block;
  margin: 0px 0 25px 0;
  width: 100%;
}

section.region ul li article figure {
  width: 32%;
}
section.region ul li .not_tipo_2 article div:last-child {
  width: 62%;
}
/*
section.region ul li article h5 {
    float: right;
    width: 68%;
    font-size: 13px;
    font-weight: 100;
    line-height: 120%;
}
*/
[class*='padre_'] img,
article.cont_art [class*='padre_'] h3 {
  clear: both;
}
article.cont_art [class*='padre_'] h3 {
  margin: 0;
}
/* fin region */
/****************************/
/****************************/

/* imagenes del dia */
.skdslider ul li h4 a {
  color: #1c1c1c;
}
/* fin imagenes del dia */
/****************************/
/****************************/

/* ajustes de espacioes en portada */
/* ------------------------------------------------------------------ */
.seccion_portada .not_tipo_1 article figure + div h4 {
  margin: 7px 0 7px;
}
.seccion_portada .not_tipo_2 article figure + div h4 {
  margin: 0px 0 7px;
}
.galeria_imagenes.margen_inf,
.corazon_digital.margen_inf,
.motor_digital.margen_inf {
  margin-bottom: 40px;
}
.emprendedores > h4,
.imagenes_dia > h4,
.digital_deportivo > h4,
.galeria_imagenes > h4,
.corazon_digital > h4,
.motor_digital > h4,
.region > h4 {
  margin-bottom: 30px;
}
/* fin ajustes de espacioes en portada */
/* ------------------------------------------------------------------ */
/*****************************************************/
/*****************************************************/

/* FIN PORTADA ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* PUBLIREPORTAJES */
.tit_img_publireportajes {
  width: 100%;
  text-align: center;
}
.tit_img_publireportajes .titular_reportajes {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.caja_mod_publireportaje {
  width: 100%;
  text-align: center;
}
.caja_mod_publireportaje a {
  width: 385px;
  margin: 0 auto;
  display: inline-block;
}
.caja_mod_publireportaje a img {
  width: 100%;
}
.body_reportaje .reportajes_relacionados ul li {
  margin-bottom: 20px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* ARTICULO */
/* imágenes verticales del articulo */
.cont_centrado .img_articulo {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
  height: initial;
  float: left;
}
.cont_centrado .img_articulo img {
  width: auto;
  min-width: inherit;
  display: block;
  margin: 0 0 0 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%); /* IE 9 */
  -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
}
.cont_centrado .img_articulo img:first-child {
  filter: blur(40px);
  -moz-filter: blur(40px);
  -webkit-filter: blur(40px);
  -o-filter: blur(40px);
  -ms-filter: blur(40px);
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  top: -20%;
  margin: 0;
  transform: inherit;
  opacity: 0.6;
}
/* textos del articulo */
.art_tres_anclas {
  margin: 0 0 35px 0;
  width: 100%;
}
.art_tres_anclas a {
  color: #000;
  display: block;
}
.art_tres_anclas a i {
  float: left;
  margin: 3px 6px 0 0;
  color: #cbcbcb;
  position: relative;
  top: 19px;
  left: -16px;
}
.art_tres_anclas a h5 {
  float: left;
  color: #000;
  width: 228px;
  margin-left: 3px;
  padding-left: 7px;
  box-sizing: border-box;
  position: relative;
  /*background: #88b7d5;*/
  border-left: 1px solid #cbcbcb;
}
.art_tres_anclas a h5:after,
.art_tres_anclas a h5:before {
  right: 100%;
  top: 13px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.art_tres_anclas a h5:after {
  border-color: rgba(127, 127, 127, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -8px;
}
.art_tres_anclas a h5:before {
  border-color: rgba(127, 127, 127, 0);
  border-right-color: #cbcbcb;
  border-width: 7px;
  margin-top: -10px;
}
.art_tags {
  float: left;
  margin: 40px 0 40px 0;
  width: 100%;
  padding: 0 0px;
}
.art_tags span {
  margin-right: 10px;
}
.art_tags ul li {
  margin-right: 4px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.art_tags ul li a {
  color: #800606;
  padding: 3px 11px;
  border: 1px solid #dedede;
  border-radius: 14px;
  margin-top: -5px;
  background: rgba(255, 0, 0, 0.1);
}

.art_tags ul li:after {
  content: '/';
  padding-left: 4px;
  color: #dfdfdf;
}

.art_tags ul li:last-child:after {
  content: '';
}

.art_tags * {
  float: left;
}

.art_tags ul {
  margin-top: -5px;
  width: 90%;
}

.imagen_sobre_articulo > iframe,
.imagen_sobre_articulo figure img {
  width: 100% !important;
}

article.cont_art h2,
.img_art_top h3 {
  text-transform: uppercase;
  margin: 0px 0 0px 0;
}

article.cont_art h1 {
  line-height: 120%;
  margin: 0px 0 30px 0;
}

article.cont_art .datos_art {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 3px 0;
  margin: 0;
}

article.cont_art .datos_art .firma_art {
  float: left;
}

article.cont_art .datos_art .firma_art a {
  color: #0072a1;
}

article.cont_art .datos_art .enviar_sobre {
  float: left;
  margin: -2px 0 0px 12px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  width: 24px;
  text-align: center;
  height: 23px;
  line-height: 131%;
}

article.cont_art .datos_art .enviar_sobre a,
article.cont_art .datos_art .twitter_art a,
article.cont_art .datos_art .firma_twitter a {
  color: #747474;
}

article.cont_art .datos_art .twitter_art {
  float: left;
  margin: -2px 0 0px 12px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  width: 24px;
  text-align: center;
  height: 23px;
  line-height: 131%;
}

article.cont_art .datos_art .twitter_art i {
  margin-top: 2px;
  vertical-align: middle;
}

article.cont_art .datos_art .firma_twitter {
  float: left;
  color: #1983e5;
  margin: -1px 0 0px 2px;
}

article.cont_art .datos_art .fecha_art {
  float: right;
  font-size: 12px;
  color: #426b78;
  margin: 0px 0 0 0;
}

article.cont_art .txt_art iframe,
.txt_art iframe,
.txt_art span {
  width: 100% !important;
}

.txt_entradilla {
  font-weight: bolder !important;
  padding: 0 30px;
  float: left;
  line-height: 150%;
  margin-top: 10px;
  font-style: italic;
}

/* estilos apra ela rticulo y el admin */
.img_art_top {
  width: 1074px;
  height: auto;
  margin: 0 0 30px 0;
  max-width: 100%;
  text-align: center;
}
.img_art_top h3,
.img_art_top h1 {
  margin-bottom: 20px;
  line-height: 120%;
}
.img_art_top img {
  max-width: 100%;
}
.txt_art a,
.txt_politicas a {
  color: #800606;
  font-weight: bold;
}

.txt_art {
  color: #1c1c1c;
  margin: 15px auto 10px;
  line-height: 165%;
  padding: 0 30px;
  max-width: 694px;
  width: 100%;
  box-sizing: border-box;
}
.articulo_opinion .txt_art {
  padding: 0 60px;
}
.txt_art iframe {
  width: 100% !important;
}
.txt_art img {
  max-width: 100% !important;
  height: auto;
  display: block;
  margin: 0 auto;
  /*height: auto!important;*/
}
.txt_art [class*='not_1_foto_'] img {
  /*width: auto!important;
    height: auto!important;*/
  border: 1px solid #dedede;
}

.txt_art ul,
.txt_art ol {
  padding-left: 30px;
  margin: 20px 0;
}

.txt_art ul li {
  list-style: circle;
}
.txt_art ol li {
  list-style: decimal;
}
.txt_art p strong {
  font-weight: 900;
}
.txt_art p > img .txt_art > img,
.articulo .txt_art img,
.articulo .txt_art p > img {
  max-width: 100%;
  /*width: 300px;*/
  min-width: auto;
  height: auto;
}
.txt_art p > img[style*='float: left'],
.txt_art > img[style*='float: left'],
.articulo .txt_art img[style*='float: left'],
.articulo .txt_art p > img[style*='float: left'],
.txt_art p > img[style*='float:left'],
.txt_art > img[style*='float:left'],
.articulo .txt_art img[style*='float:left'],
.articulo .txt_art p > img[style*='float:left'] {
  margin: 5px 15px 5px 0px !important;
}
.txt_art p > img[style*='float: right'],
.txt_art > img[style*='float: right'],
.articulo .txt_art img[style*='float: right'],
.articulo .txt_art p > img[style*='float: right'],
.txt_art p > img[style*='float:right'],
.txt_art > img[style*='float:right'],
.articulo .txt_art img[style*='float:right'],
.articulo .txt_art p > img[style*='float:right'] {
  margin: 5px 0px 5px 15px !important;
}
.txt_art > .imagen_figure {
  float: right;
  margin: 5px 0px 5px 15px;
}
.txt_art > .imagen_figure img,
.txt_art > .imagen_figure figure,
.txt_art > .imagen_figure figcaption {
  float: left;
  clear: both;
}
.articulo .txt_art > .imagen_figure figcaption {
  font-size: 14px;
}
.txt_art .not_1_foto_izq,
.not_1_foto_izq {
  float: left;
  margin: 0 15px 15px 0px;
  font-size: 15px;
  text-align: left;
}
.txt_art .not_1_foto_der,
.not_1_foto_der {
  float: right;
  margin: 0 0 15px 15px;
  font-size: 15px;
  text-align: right;
}

.txt_art .not_1_foto_cen,
.not_1_foto_cen {
  float: left;
  margin: 0 0px 15px 0px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}
.txt_art p,
.txt_politicas p {
  margin: 0 0 20px 0;
}

.txt_art .cintillo {
  float: left;
  margin: 10px 0px 20px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #0072a1;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}

.sumario {
  font-size: 26px;
  float: right;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  background: #f0f0f0;
}

article.cont_art [class*='padre_'] img + h3,
article.cont_art [class*='padre_'] img + h5,
.txt_art [class*='padre_'] img + h3,
.txt_art [class*='padre_'] img + h5 {
  font-size: 14px;
}
.articulo_opinion article.cont_art .datos_art {
  /*margin-top: -18px;*/
}
.articulo_opinion .redes_art > div {
  margin-bottom: 0px;
}
/* fin estilos para articulo y el admin */
.redes_art {
  float: left;
  margin-top: 20px;
  clear: left;
  width: 100%;
}
.redes_art > div {
  float: left;
  border-radius: 50%;
  margin: 0 10px 20px 0;
}

.redes_art .red_art_facebook a,
.redes_art .red_art_twitter a,
.redes_art .red_art_google a,
.redes_art .red_art_whatsapp a,
.redes_art .red_art_share a,
.redes_art .red_art_sobre a,
.redes_art .red_art_meneame a,
.redes_art .red_art_google_plus a,
.redes_art .red_art_linkedin a {
  color: #ffffff;
  width: 45px;
  height: 35px;
  font-size: 24px;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}
.txt_art + .redes_art {
  margin-left: 0px;
}
.txt_art + .redes_art .red_art_facebook a,
.txt_art + .redes_art .red_art_twitter a,
.txt_art + .redes_art .red_art_google a,
.txt_art + .redes_art .red_art_whatsapp a,
.txt_art + .redes_art .red_art_share a,
.txt_art + .redes_art .red_art_sobre a,
.txt_art + .redes_art .red_art_meneame a,
.txt_art + .redes_art .red_art_linkedin a,
.txt_art + .redes_art .red_art_google_plus a {
  color: #ffffff;
  width: 36px;
  height: 26px;
  font-size: 17px;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}
.txt_art + .redes_art h6 {
  float: left;
  margin: 0 0 5px 0;
  width: 100%;
}
.redes_art .red_art_whatsapp a {
  font-size: 32px;
  padding: 6px 0 0 0;
  height: 39px;
}
.redes_art .red_art_facebook {
  background: #3b5998;
}
.redes_art .red_art_twitter {
  background: #1da1f2;
}
.redes_art .red_art_google {
  background: #d02216;
}

.redes_art .red_art_whatsapp {
  background: #54cc61;
}
.redes_art .red_art_sobre {
  background: #5e5e5e;
}

.redes_art .red_art_linkedin {
  background: #007bb5;
}

.redes_art .red_art_meneame {
  background: rgba(238, 109, 45, 1);
}

.redes_art .red_art_google_plus {
  background: #db4437;
}

.redes_art .red_art_sobre i {
  vertical-align: middle;
  margin-top: -5px;
}

.articulo .grid.c_p_24.c_fixed > div.c_w_300 {
  /*padding-top: 14px;*/
}
.mega_imagen .articulo .grid.c_p_24.c_fixed > div.c_w_300 {
  padding-top: 35px;
}
/* fin textos del articulo */
/****************************/
/****************************/

/* noticias relacionadas */
.articulo .not_relacionadas_art {
  float: left;
  padding: 0;
  margin-top: 30px;
}
.articulo .not_relacionadas_art .c_12 {
  padding: 0 0px;
}
.articulo .not_relacionadas_art .c_12:first-child {
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.articulo .not_relacionadas_art .c_12:last-child {
  padding: 0 0px 0 10px;
  box-sizing: border-box;
}
.articulo .not_relacionadas_art .c_12:only-child {
  padding: 0 10px 0 0px;
  box-sizing: border-box;
}

.articulo .not_relacionadas_art a {
  /*height: 140px;*/
  margin-bottom: 15px;
}
.articulo
  .c_fixed
  .w_max_690
  .not_relacionadas_art
  .c_p_20
  .c_12
  .not_tipo_1
  figure
  a {
  height: 179px;
  display: block;
  overflow: hidden;
  background-position: center;
  margin-bottom: 0;
}

.articulo .not_relacionadas_art .c_12 figure a img {
  margin-top: 50px;
  transform: translate(0px, -50px);
  -ms-transform: translate(0%, -50%); /* IE 9 */
  -webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
}
.articulo .not_relacionadas_art .c_11 {
  padding: 0 20px;
}
.articulo .not_relacionadas_art .c_11 a {
  height: 220px;
}
.articulo .not_relacionadas_art .c_11 img {
  height: auto;
}
.articulo .not_relacionadas_art h5 {
  width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
  line-height: 100%;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.articulo .not_relacionadas_art h5 a {
  color: #000000;
}
.articulo .not_relacionadas_art > .grid {
  margin: 0px 0 20px 0;
}
.articulo .not_relacionadas_art ul li {
  width: 250px;
  padding: 0 15px;
  text-align: justify;
  font-size: 16px;
}

/* fin noticias relacionadas */
/****************************/
/****************************/

/* página de galerías */

.imagenes_dia {
  margin-top: 30px;
}
.pag_galerias .img_del_dia {
  margin-top: 30px;
}
.pag_galerias .img_del_dia h4 {
  margin: 0 0 0 0;
}
.pag_galerias .img_del_dia > div {
  margin: 20px 0 50px 0;
  padding: 0 30px;
  box-sizing: border-box;
}
.fila_datos_pag_galerias {
  float: left;
  margin: 10px 0 10px 0;
  width: 100%;
}
.fila_datos_pag_galerias .num_galerias {
  float: left;
}
.fila_pag_galeria {
  margin-top: 15px;
}
.fila_pag_galeria > div {
  margin-bottom: 30px;
}
.buscador_galerias {
  float: right;
}
.buscador_galerias input[type='text'] {
  float: left;
  width: 300px;
  height: 23px;
}
.buscador_galerias input[type='submit'] {
  float: left;
  width: 30px;
  background: url(../images/cab_buscador.jpg) no-repeat 0 0;
  border: 0px;
  height: 30px;
}
.skdslider ul li h4 {
  font-size: 1.6em;
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 100%;
  min-height: 30px;
  padding: 11px 0 0 0;
}
.slide-navs {
  display: none;
}
.pag_galerias .balconera [class*='c_'] {
  float: left;
  width: 25%;
  display: inline-block;
}
/* fin página de galerías */
/****************************/
/****************************/

/* lo mas leido */
.mas_leido {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.seccion_portada div div .mas_leido ul li .not_tipo_2 {
  margin: 0;
}
.mas_leido ul {
  float: left;
  width: 100%;
}
.mas_leido ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.articulo .mas_leido ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  min-height: 1px;
}
.articulo .mas_leido ul li:last-child {
  margin-bottom: 0;
}
.mas_leido ul li figure {
  width: 40%;
  position: relative;
}
.mas_leido ul li figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section .mas_leido .not_tipo_2 article div {
  float: right;
  width: 100%;
}
section .mas_leido .not_tipo_2 article figure + div,
section .mas_leido .not_tipo_2 article figure + .icons + div {
  float: right;
  width: 55%;
}
section .mas_leido .not_tipo_2 article > figure a img {
  width: 100%;
  min-width: initial;
  max-width: initial;
}
.mas_leido ul li.not_tipo_2 h2 {
  font-weight: 100;
  line-height: 110%;
}
.mas_leido ul li.not_tipo_2 h2 a {
  color: #1c1c1c;
}

/* fin lo mas leido */
/****************************/
/****************************/

/* ultima hora */
.ultima_hora {
  float: left;
  margin: 15px 0 0 0;
}
.ultima_hora .not_tipo_1 article {
  position: relative;
}
.articulo .ultima_hora {
  margin-bottom: 30px;
}
.ultima_hora figure a {
  margin-bottom: 10px;
}
.ultima_hora ul {
  padding: 0px 0 0 10px;
  margin: 0 0 0 -10px;
  height: 3075px;
  overflow-y: scroll;
}
.articulo .ultima_hora ul {
  height: auto;
  overflow-y: auto;
}
.seccion_portada .ultima_hora ul {
  height: auto;
  overflow-y: auto;
}
.ultima_hora ul li {
  padding: 0px 12px 10px 22px;
  background: url(../images/circulo_azul_ultimahora.jpg) no-repeat 1px 5px;
  position: relative;
  overflow: hidden;
}
.ultima_hora ul li .hora_ulthora {
  color: #3086bb;
  float: left;
  margin: 0px 0 2px -15px;
}
.ultima_hora ul li .foto_ulthora {
  float: left;
  clear: left;
}
.ultima_hora ul li h3 {
  float: left;
  clear: left;
  line-height: 110%;
}
.ultima_hora ul li h3 a {
  color: #1c1c1c;
}
.ultima_hora ul li .linea_azul {
  border-left: 1px solid #3086bb;
  height: 500px;
  position: absolute;
  left: 4px;
  top: -1px;
  z-index: -1;
}
.ultima_hora ul li:first-child .linea_azul {
  top: 8px;
}
.ultima_hora ul li:last-child .linea_azul {
  height: 10px;
}
.seccion_portada .ultima_hora .not_tipo_1 {
  margin: 0;
}
.ultima_hora .not_tipo_1 {
  padding-top: 22px;
  border-top: 1px dotted #dfdfdf;
  margin-top: 8px;
  overflow: hidden;
}
/* fin ultima hora */
/****************************/
/****************************/

/* redes laterales */
.redes_lateral {
  position: fixed;
  left: 1px;
  top: 15%;
}
.redes_lateral .red_lat {
  padding: 13px 0 2px;
  /* width: 45px; */
  height: 33px;
}
.redes_lateral .lat_facebook {
  background: #3b5998;
}
.redes_lateral .lat_twitter {
  background: #1da1f2;
}
.redes_lateral .lat_linkedin {
  background: #1686b0;
}
.redes_lateral .lat_google {
  background: #d72a1f;
}
.redes_lateral a {
  color: #ffffff;
  padding: 0px 0px;
  font-size: 21px;
  text-align: center;
  box-sizing: border-box;
  width: 48px;
  display: block;
}
/* fin redes alterales */
/****************************/
/****************************/

/* FIN ARTICULO ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* SECCION */
.seccion_portada h3.nombre_autor {
  width: 100%;
  margin: 0 0 15px 0;
}
.seccion_portada h3.nombre_autor span {
  color: #3b5998;
}
.seccion_portada article .entradilla {
  line-height: 120%;
  margin: 0 0 5px 0;
}
header .cab_seccion {
  float: left;
  margin: 0px 0 0 0;
  width: 100%;
  text-align: left;
}
header .cab_seccion .cab_emp_top {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 4px 0;
}
header .cab_seccion .cab_emp_bu {
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
}
header .cab_seccion .cab_emp_iz {
  float: left;
  font-family: 'Oswald', Arial, sans-serif;
}
header .cab_seccion .cab_emp_de {
  float: right;
  font-family: 'Oswald', Arial, sans-serif;
}
header .cab_seccion .cab_emp_bu .cab_emp_de a {
  float: left;
}
header .cab_seccion .cab_emp_bu .cab_emp_de a:last-child {
  margin: 0 0 0 10px;
}
header .cab_seccion .cab_emp_iz .tit_sec_emp {
  color: #0072a1;
  font-size: 30px;
  margin: 18px 0 0 0;
}
header .cab_seccion .cab_emp_iz .tit_sec_emp span {
  color: #7b8c97;
}
header .cab_seccion .cab_emp_iz p {
  text-transform: uppercase;
  color: #0072a1;
  margin: 5px 0 0 0;
}
header .cab_seccion .cab_emp_bu .cab_emp_iz p {
  text-transform: none;
}
header .cab_seccion .cab_emp_de img {
  float: right;
}
header .cab_seccion .cab_emp_de p {
  float: right;
  margin: 0;
  clear: both;
}
header .cab_seccion .cab_emp_top .cab_emp_de a img {
  margin: 17px 0 0 0;
}
header .cab_seccion .cab_emp_top .cab_emp_de p a {
  color: #0072a1;
  margin: 5px 0 0 0;
  float: right;
}
header .cab_seccion .cab_emp_iz ul li {
  float: left;
  margin: 0 10px 0 0;
}
header .cab_seccion .cab_emp_iz ul li a {
  font-size: 22px;
}
header .cab_seccion .cab_emp_iz ul li a p {
  color: #7b8c97;
}
header .cab_seccion .cab_emp_iz ul li a p::first-letter {
  color: #0072a1;
}

.seccion_portada .int_not_principal {
  margin: 0 0 30px 0;
}
.seccion_portada .int_not_principal article figure img {
  margin: 0 0 15px 0;
  width: 100%;
}
.seccion_portada .int_not_principal article h1 {
  margin: 0px 0 10px 0;
}
.seccion_portada .not_tipo_1,
.seccion_portada div div:first-child .not_tipo_2 {
  margin: 0 0 20px;
}
.seccion_portada .not_tipo_2 article div p {
}
.seccion_portada article div h3 {
  margin: 0 0 10px 0;
}
/* noticias de la columna izquierda interior */

/* fin noticias de la columna izquierda interior*/

/* FIN SECCION ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* paginacion */
.paginacion {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dedede;
  float: left;
  margin-bottom: 20px;
}
.paginacion ul {
  display: inline-block;
}

.paginacion ul li {
  display: inline-block;
  padding: 0 5px;
  line-height: normal;
}
.paginacion ul li.activado {
  background: #c7c7c7;
  padding: 3px 9px 4px;
  border-radius: 50%;
}
.paginacion ul li.activado a {
  padding: 5px 0px 0px;
  color: #ffffff;
  font-weight: bold;
}
.paginacion ul li a {
  color: #000000;
}
/* FIN paginacion ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* buscador */
.caja_buscador {
  float: left;
  display: none;
  transition: display 2s linear;
  width: 100%;
}
.caja_buscador.buscar_on {
  display: block;
  transition: display 2s linear;
}
.caja_buscador form {
  width: 100%;
}
.caja_buscador input[type='text'] {
  width: 90%;
  padding: 0;
  margin: 0;
  height: 43px;
  font-size: 32px;
  box-sizing: border-box;
  color: #434343;
}
.caja_buscador input[type='button'] {
  height: 43px;
  width: 10%;
  padding: 0;
  margin: 0;
  float: right;
  border: 0;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.info_resultados {
  padding: 0 0 0 0;
  border-bottom: 1px solid #0072a1;
  float: left;
  width: 762px;
  margin: 0 0 15px 0;
}
/* FIN buscador ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* ERROR */
.cab_error {
  float: left;
  width: 100%;
  text-align: center;
}
.cab_error p {
  font-size: 4em;
  color: #2b2f57;
  line-height: 161%;
  font-weight: bold;
}
/* FIN ERROR ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* ENTREVISTAS */
.con-pie-de-foto {
  height: auto;
  width: 100%;
}
.logoasis {
  height: auto;
}

.articulo.entrevistas .int_not_principal {
  float: left;
  margin: 0 0 40px 0;
}
.articulo.entrevistas .int_not_principal .txt_art {
  margin: 0 0px 0 0;
}
.articulo.entrevistas .col_iz .int_not_principal > img {
  border-radius: 50%;
  width: 370px;
  min-width: 370px;
  height: 370px;
  float: left;
  margin: 0 10px 0 0;
}
.articulo.entrevistas .col_iz .txt_art {
  display: table;
}
.articulo.entrevistas .col_iz .col_iz_interior img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  min-width: 170px;
  margin: 0 6px 0 0;
}
.articulo.entrevistas .col_iz aside img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  margin: 0 6px 0 0;
}
.txt_art .txt_art_entrevista {
  /*float: left;*/
}
.txt_art .pre_entrevista,
.txt_art .res_entrevista {
  margin: 0;
  /*float: left;*/
  width: 100%;
}
.txt_art .not_1_foto_der + .res_entrevista,
.txt_art .not_1_foto_izq + .res_entrevista {
  /*margin: 0;
    float: none;
    width: auto;*/
}
.txt_art .pre_entrevista {
  /*float: left;*/
  margin: 0 0 20px 0;
  font-style: italic;
  color: #0573a4;
}
.txt_art .res_entrevista {
  /*float: left;*/
  margin: 0 0 20px 0;
  padding: 0 20px;
  line-height: 165%;
  width: 100%;
  box-sizing: border-box;
}
/*
.txt_art .not_1_foto_der + .pre_entrevista,
.txt_art .not_1_foto_der + .pre_entrevista + .res_entrevista,
article .txt_art .not_1_foto_der + .pre_entrevista,
article .txt_art .not_1_foto_der + .pre_entrevista + *,
article .txt_art .not_1_foto_der + .pre_entrevista + * + *,
article .txt_art .not_1_foto_der + .pre_entrevista + * + * + * ,
article .txt_art .not_1_foto_der + .pre_entrevista + * + * + * + * {
    float: none;
}*/
.txt_art .txt_art_entrevista p {
  width: 100%;
}
/* FIN ENTREVISTAS ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* suscribirse */
.form_suscribirse > p {
  margin: 7px 0 7px 0;
}
.fila_form {
  margin: 20px 0 14px 0;
}
.form_suscribirse form div img,
.form_cartas form div img {
  width: auto;
  min-width: auto;
  max-width: auto;
}
.form_suscribirse fieldset,
.form_cartas fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.form_suscribirse form a,
.form_cartas form a {
  float: left;
  clear: left;
  margin: 20px 0 0 0;
}
.form_suscribirse form a.leer_politica {
  float: none;
  clear: none;
  margin: 0;
  text-decoration: underline;
}
.form_suscribirse input[type='checkbox'],
.form_cartas input[type='checkbox'] {
  float: left;
}
.form_suscribirse input[type='text'],
.form_cartas input[type='text'] {
  border: 0px;
  border-bottom: 2px dotted #0072a1;
  width: 100%;
  margin: 6px 0 0px 0;
}
.form_suscribirse #captcha,
.form_cartas #captcha {
  width: 170px;
}
.form_suscribirse input[type='submit'],
.form_cartas input[type='submit'] {
  border: 0;
  background: #dfdfdf;
  color: #000000;
  text-align: center;
  margin: 10px 0 0 0;
  float: left;
  clear: left;
  cursor: pointer;
}
.bg_form > div,
.carta_director_respuesta {
  background: #dfe6f4;
  border: 6px solid #dfe6f4;
}
/* FIN suscribirse ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

.imagerest-height {
  height: auto;
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* política información , quienes somos */

.txt_politicas b {
  text-transform: uppercase;
}
.txt_politicas ul {
  padding: 15px 0 0 30px;
}
.txt_politicas ul li {
  list-style: circle;
}
.txt_somos {
  float: left;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid #1983e5;
  text-align: center;
}
.txt_somos h4 {
  font-weight: bold;
  margin: 0 auto;
  font-size: 22px;
  border-bottom: 1px solid #1983e5;
  padding: 0 0 8px 0;
  display: inline-block;
}
.txt_politicas > h4 {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 28px;
  float: left;
  margin: 30px 0 0 0;
}
.txt_somos h5 {
  font-weight: normal;
  margin: 3px 0 25px 0;
  font-size: 17px;
}
.precio_publicidad {
  width: 100%;
}
.precio_publicidad thead {
  background: #748dc4;
  color: #ffffff;
}
.precio_publicidad tr td:first-child {
  font-weight: bold;
  font-size: 18px;
}
.precio_publicidad tr:nth-child(2n) {
  background: #efefef;
}
.precio_publicidad tr td:first-child,
.precio_publicidad tr td {
  font-size: 12px;
}
/* FIN política información ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* cartas al director */
.titular_pagina h3 {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #0072a2;
}
.antetitulo {
  font-size: 16px;
}
.antetitulo_carta {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #dedede;
}
#carta_director_form input[type='submit'] {
  margin-top: -19px;
}
#carta_director_form #captcha {
  margin-top: 6px;
  float: right;
}
/* FIN cartas al director ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* rss */
.icons_rss {
  width: 100%;
  border-collapse: collapse;
}
.icons_rss a {
  color: #000000;
  padding: 0 0 0 8px;
}
.icons_rss > tbody > tr:nth-child(2n + 1) {
  background: #efefef;
}
.icons_rss table {
  float: right;
}
.tit_rss {
  padding: 25px 3px 6px;
  border-bottom: 1px solid #1983e5;
}
/* FIN rss ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.page_elcierre .static-page-content .page-header-image {
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
}

.has-iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.has-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_elcierre .static-page-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 20px auto;
}

.page_elcierre .static-page-content strong {
  font-weight: bold;
}

.page_elcierre .static-page-content a {
  color: #ff0000;
  font-weight: bold;
}

.page_elcierre .static-page-content ul,
.page_elcierre .static-page-content ol,
.page_elcierre .static-page-content li {
  list-style: initial !important;
  padding-left: 30px;
  margin-bottom: 20px;
}

.page_elcierre .static-page-content li {
  padding-left: 0;
  margin-bottom: 0;
}

/* El Cierre ------------------------------ */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.page_elcierre main {
  margin-top: 15px;
}
.page_elcierre .esnoticia .cartel_not + div {
  margin: 0 0 10px 0;
}
.page_elcierre .firma:before {
  padding: 0;
}
.page_elcierre .margen_inf {
  margin-bottom: 40px;
  width: 100%;
}
.page_elcierre.home .sec_cabecera,
.page_elcierre.finde .sec_cabecera {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
.page_elcierre .balconera .not_tipo_1 h2 {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.page_elcierre .caja_buscador input[type='button'] {
  background: #dedede;
}
.page_elcierre .not_tipo_1 figure {
  margin-bottom: 10px;
}
.page_elcierre article h2 {
  letter-spacing: 0.04em;
}
.page_elcierre article figure img {
  min-height: 100%;
}

.balconera figure a {
  height: 130px;
  display: block;
  float: none !important;
}

.balconera figure a img {
  display: none;
}

.c_23 {
  padding-right: 0 !important;
}

.card {
  float: none;
  width: 50%;
  height: auto;
  padding-right: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 -1px;
}

.card figure a {
  height: 177px;
  display: block;
}

.card figure img {
  display: none;
}

.card:after {
  content: '';
  display: block;
  clear: both;
}

.mas_leido figure a {
  height: 67.5px;
  display: block;
}

.mas_leido figure a img {
  display: none;
}

figure.thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

figure.thumbnail img {
  display: none !important;
}

article:hover figure.thumbnail {
  opacity: 0.7;
}

.c_fixed .w_max_690 .not_tipo_1 figure a {
  display: block;
  height: 171px;
}

.c_fixed .w_max_690 .not_tipo_1 figure a img {
  display: none;
}

.c_fixed .w_max_690 .c_p_20 .not_tipo_1 figure a {
  display: block;
  height: 125px;
}

.page_elcierre
  .seccion_portada
  > div
  > div
  > div
  > div
  .not_tipo_2
  article
  figure {
  height: 92px;
  min-height: 92px;
  max-height: none;
}

.page_elcierre
  .seccion_portada
  > div
  > div
  > div
  > div
  .not_tipo_1
  article
  figure {
  height: 170px;
  min-height: 170px;
  max-height: none;
}
.page_elcierre
  .seccion_portada
  > div
  > div
  > div
  > div
  .c_13
  .not_tipo_1
  article
  figure {
  height: 110px;
  min-height: 110px;
  max-height: none;
}

/* ------ */
/* FUENTE */
.page_elcierre .balconera .not_tipo_1 h2,
.page_elcierre .esnoticia .cartel_not + div article div h3,
.page_elcierre section.not_c_i_peq.not_tipo_2 h2,
.page_elcierre .not_c_i_peq > div > div:last-child h2,
.page_elcierre .b_3_col_iz article h3,
.page_elcierre .esnoticia .cartel_not + div + div article h3 {
  font-family: 'Fjalla One', sans-serif;
}
.page_elcierre .page_elcierre .col_opinion .tit_opinion,
.page_elcierre .page_elcierre .col_opinion .nombre_opinion {
  font-family: 'Open Sans', sans-serif;
}
.page_elcierre .col_opinion .tit_art_opinion,
.page_elcierre .cont_mod_opinion .tit_art_opinion {
  font-family: 'Fjalla One';
}
/* ------ */
.page_elcierre .not_tipo_1 h2 {
  font-size: 19px;
}
/* FIN FUENTE */
/* ------ */
.page_elcierre .balconera figure {
  margin-bottom: 0;
  float: none;
  display: block;
}

.page_elcierre header .cab_centro .logo {
  margin-top: 30px;
}
.page_elcierre .esnoticia .cartel_not + div + div {
  margin-top: 0;
}
.page_elcierre .firma:before,
.page_elcierre .firma:after {
  content: '';
}
.page_elcierre .firma .firm_autor {
  background: #ff0000;
  color: #ffffff;
  padding: 0px 7px;
  width: fit-content;
  font-size: 0.9rem;
  cursor: default;
}
.page_elcierre header .logo img {
  width: auto;
}
.page_elcierre header .cab_bottom nav ul li.selected > a {
  color: #ff0000;
  border-bottom: 0;
}
.page_elcierre header .cab_bottom nav ul li.selected.select_salom > a {
  color: #ac8862;
}
.page_elcierre header .cab_bottom {
  margin: 30px 0 0 0;
}
.page_elcierre header .cab_bottom nav ul li {
  padding: 0 6px;
}
.page_elcierre header {
  margin: 0 0 5px 0;
}
.page_elcierre header .btn_lupa_cab {
  margin: 0 0 0 10px;
}
.page_elcierre header .btn_lupa_cab,
.page_elcierre header .cab_redes {
  float: right;
}

.page_elcierre header .cab_redes a,
.page_elcierre .redes_footer a {
  color: #ffffff;
  margin: 0 3px;
  background: rgb(255, 0, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  margin-left: 6px;
  margin-right: 6px;
  height: 28px;
  text-align: center;
  /* display: inline-block; */
  /* vertical-align: middle; */
}

.page_elcierre header .linea_sup_header {
  position: absolute;
  border-bottom: 1px solid #dedede;
  top: 38px;
  left: 0;
  width: 100%;
}
.page_elcierre .esnoticia {
  border-bottom: 0;
}
.page_elcierre .cartel_not {
  border-top: 0;
  text-align: left;
  border-bottom: 1px solid #dedede;
  margin: 0 0 40px 0;
}
.page_elcierre .cartel_not .tit_cartel,
.page_elcierre .region > h4 {
  position: initial;
  top: 0;
  border: 0;
  border-top: 4px solid #ff0000;
  color: #000000;
  background: #ffffff;
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.page_elcierre .redes_art .red_art_facebook a,
.page_elcierre .redes_art .red_art_twitter a,
.page_elcierre .redes_art .red_art_google a,
.page_elcierre .redes_art .red_art_meneame a,
.page_elcierre .redes_art .red_art_whatsapp a,
.page_elcierre .redes_art .red_art_share a,
.page_elcierre .redes_art .red_art_sobre a,
.page_elcierre .redes_art .red_art_google_plus a,
.page_elcierre .redes_art .red_art_linkedin a {
  width: 33px;
  height: 31px;
  font-size: 18px;
  text-align: center;
  padding: 3px 0 0 0;
}
.page_elcierre .not_relacionadas_art .not_tipo_1 figure {
  margin-bottom: 5px;
}
.page_elcierre .redes_art .red_art_facebook a i,
.page_elcierre .redes_art .red_art_twitter a i,
.page_elcierre .redes_art .red_art_google a i,
.page_elcierre .redes_art .red_art_whatsapp a i,
.page_elcierre .redes_art .red_art_linkedin a i,
.page_elcierre .redes_art .red_art_google_plus a i,
.page_elcierre .redes_art .red_art_meneame a img,
.page_elcierre .redes_art .red_art_share a i,
.page_elcierre .redes_art .red_art_sobre a i {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}
.page_elcierre article.cont_art .datos_art {
  border-bottom: 0;
}
.page_elcierre article.cont_art.art_salmon {
  padding: 0 8px 8px;
  box-sizing: border-box;
  background: #fde0c1;
  float: left;
  border-top: 4px solid #be9870;
}
.page_elcierre article.cont_art.art_salmon > h3,
.page_elcierre article.cont_art.art_salmon > h1 {
  background: #ebccaa;
  margin: 0 -8px 20px;
  padding: 0 8px;
}
.page_elcierre article.cont_art.art_salmon > h3 {
  margin-bottom: 0;
  padding-top: 8px;
}
.page_elcierre .txt_art,
.page_elcierre .txt_entradilla {
  padding: 0;
}
.page_elcierre .txt_entradilla {
  margin-bottom: 24px;
}
.page_elcierre .cab_fecha {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}

.page_elcierre .redes_art .red_art_meneame a img {
  height: 28px;
  width: auto;
  border-radius: 100px;
}

.salmon {
  padding: 8px;
  box-sizing: border-box;
  background: #fde0c1;
  border-top: 4px solid #be9870;
}

.page_elcierre .extra-menu {
  display: inline-block;
  vertical-align: top;
}

.header-separator {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.page_elcierre .extra-menu li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}

.page_elcierre .extra-menu li a {
  color: #111;
}

.page_elcierre .icons {
  background: rgb(255, 0, 0);
  color: #fff;
}
.page_elcierre .cartel_not {
  border: 0;
  margin: 0;
}
.page_elcierre section.not_c_i_peq .not_tipo_1 {
  margin-bottom: 30px;
}
.page_elcierre section.not_c_i_peq .not_tipo_2 figure {
  max-width: 300px;
}

.page_elcierre .w_max_690 .cont_mod_opinion {
  text-align: center;
}
.page_elcierre .w_max_690 .cont_mod_opinion img {
  margin: 0 auto;
  display: inline;
  border-radius: 50%;
}

.page_elcierre .esnoticia .grid div[class*='c_']:last-child h3 {
  font-size: 22px;
}

.esnoticia h4 {
  font-size: 17px !important;
  margin-bottom: 15px;
  display: block;
}

.esnoticia figure a {
  display: block;
  height: 298px;
}

.esnoticia figure a img {
  display: none;
}

.esnoticia h2 {
  font-size: 30px !important;
}

.page_elcierre .b_3,
.page_elcierre .mas_leido {
  margin-top: 0;
}
.page_elcierre section.not_c_i_peq .mas_leido .not_tipo_2 figure {
  width: 40%;
}
.page_elcierre
  section.not_c_i_peq
  .mas_leido
  .not_tipo_2
  article
  > div:last-child {
  width: 55%;
}
.page_elcierre .not_c_i_peq .grid > div img {
  max-width: 100% !important;
  height: auto !important;
}
.page_elcierre .col_opinion {
  text-align: center;
}
.page_elcierre .col_opinion ul li img {
  /* width: 75%; */
  margin: 0 auto;
  display: inline;
  border-radius: 50%;
}
.page_elcierre .col_opinion .tit_opinion,
.page_elcierre .cont_mod_opinion .tit_opinion {
  border-top: 1px solid #dedede;
  margin: 2px 0 5px;
  width: 35%;
  display: inline-block;
}
.page_elcierre .cont_mod_opinion .tit_opinion {
  width: 60%;
}
.page_elcierre .col_opinion .tit_art_opinion {
  font-size: 15px !important;
  line-height: 18px;
}
.page_elcierre .col_opinion ul li {
  margin: 0 0 20px 0;
}
.page_elcierre .col_opinion .nombre_opinion,
.page_elcierre .cont_mod_opinion .nombre_opinion {
  color: #ff0000;
}
.page_elcierre .col_opinion a .tit_art_opinion,
.page_elcierre .cont_mod_opinion a .tit_art_opinion {
  color: #000000;
  font-size: 17px;
}
.page_elcierre section.b_3 .c_12 .not_tipo_1 figure {
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_elcierre section.b_3 .c_11 .not_tipo_1 figure a {
  height: 273px;
  display: block;
}
.page_elcierre .grid .grid[class*='c_p'] {
  padding-left: 0;
  padding-right: 0;
}
.page_elcierre .b_3 .grid.c_p_20 > div:first-child {
  padding-left: 0px;
}
.page_elcierre .c_13 article figure {
  width: 310px;
  overflow: hidden;
}

.page_elcierre .footer {
  border-top: 1px solid #ff0000;
}
.page_elcierre .footer > ul {
  background: none;
}
.page_elcierre .footer > ul li a:link,
.page_elcierre .footer > ul li a:visited,
.page_elcierre .footer > ul li a:hover {
  color: #707070;
}
.page_elcierre .footer > ul:first-child {
  margin: 15px auto;
  transform: none;
}
.page_elcierre .footer > div {
  padding: 0;
}

article {
  display: inline-block;
  width: 100%;
}

/* MOVIL */
/* ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.row_movil {
  width: 100%;
  margin-bottom: 30px;
}
.movil header {
  margin: 0 0 10px 0;
}
.movil article figure img {
  max-width: 100%;
}
.movil header .cab_top .cab_provincias ul li {
  width: auto;
  text-align: center;
  padding: 0 5px;
  white-space: nowrap;
}
.movil .not_tipo_2 figure {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movil .destacadas_cab {
  margin: 0;
}
.movil .destacadas_cab .row_movil {
  margin: 0 0 40px 0;
}
.movil .balconera .not_tipo_1 {
  margin-bottom: 15px;
}
.movil .balconera .c_14 {
  padding-bottom: 10px;
}
.movil .balconera .not_tipo_1 figure {
  max-height: 90px;
  overflow: hidden;
  /*display: block;*/
  min-width: 50%;
  max-width: 100%;
  width: 100%;
  height: 90px;
  min-height: 90px;
}
.movil .esnoticia .cartel_not + div + div {
  margin-top: 6px;
  float: left;
}
.movil section .esnoticia .cartel_not + div .not_tipo_1 img {
  min-height: auto;
}
.movil .esnoticia .cartel_not + div + div div {
  margin-bottom: 6px;
}
.movil .esnoticia .cartel_not + div + div .not_tipo_2 {
  margin-bottom: 0px;
}
.movil .not_c_i_peq .row_movil {
  margin: 0 0 10px 0;
}
.movil .c_14 {
  width: 25%;
}
.movil .mas_leido {
  margin-top: 30px;
}
.movil .b_3 > div > div {
  margin: 0 0 20px 0;
}
.movil .cont_centrado {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.sec_cabecera .cont_centrado {
  z-index: 999999;
  position: relative;
}
.movil section.not_c_i_peq .not_tipo_2 figure {
  width: 38%;
}
.movil .mod_opinion .fila_opinion {
  margin: 0;
}
.movil .mod_opinion .fila_opinion .cont_mod_opinion {
  width: 100%;
  margin: 0 0 10px 0;
}
.movil .mod_opinion .fila_opinion .cont_mod_opinion:last-child {
  float: left;
}
.movil .cont_la_entrevista .personaje {
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%); /* IE 9 */
  -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
  margin: 14px 0 0 50%;
}
.movil .la_entrevista .titulares_entrevista,
.movil .seccion_entrevista .titulares_entrevista {
  width: 100%;
}
.movil .skdslider {
  overflow: visible;
  margin: 0 0 20px 0;
}
.movil .skdslider .skdslider {
  height: 205px;
}
.movil .skdslider ul.slides li img {
  height: auto !important;
}
.movil .imagenes_dia {
  margin-bottom: 50px;
}
.movil .seccion_portada > .grid > div > .grid .c_w_300 {
}
.movil .listado_col > div:first-child .not_tipo_1 article figure {
  width: 100%;
}
.movil .seccion_portada .grid > div,
.movil .grid.c_p_24.c_fixed > div.c_w_300 {
  width: 100%;
  float: left;
  clear: left;
}
.movil section .not_tipo_2 article > figure a img {
  width: 100%;
}
.movil section .not_tipo_2 article > div:last-child {
  width: 56%;
}
.movil .skdslider ul li h4 {
  bottom: 0px;
  top: 175px;
}
.movil h1.tit_cab_opinion {
  padding-left: 0;
}
.movil .articulo_opinion .txt_art {
  padding: 0;
}
.movil
  .articulo
  .autor_pequeno
  .cab_art_opinion
  img
  + div
  + div
  + .tit_cab_opinion {
  padding-left: 0px;
}
.movil .publicidad.row_movil {
  text-align: center;
}
.movil .publicidad .publicidad {
  width: initial;
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.movil .publicidad .publicidad.margen_sup {
  margin-top: 30px;
}
.movil .personaje img {
  width: initial;
  min-width: initial;
  max-width: initial;
}
.movil .pag_galerias .balconera [class*='c_'] {
  width: 50%;
}
.movil .pag_galerias .img_del_dia .c_15 {
  width: 100%;
  float: left;
}
.movil .balconera.fila_pag_galeria .c_14:nth-child(2n-1) {
  clear: left;
}
.movil .balconera.fila_pag_galeria > div {
  margin-bottom: 0px;
}
.movil .buscador_galerias {
  margin: 15px 0 15px 0;
}
.movil .ug-gallery-wrapper .ug-textpanel {
  overflow: visible;
  height: 42px !important;
}
.movil .ug-textpanel-textwrapper {
  top: 0px !important;
  width: 100% !important;
  left: 0px !important;
}
.movil .pag_galerias .ug-textpanel-textwrapper {
  top: 6px !important;
  width: 100% !important;
  left: 0px !important;
}
.movil .ug-textpanel-description {
  display: block !important;
}
.movil .pag_galerias .ug-gallery-wrapper .ug-textpanel-bg {
  opacity: 0.4;
  background-color: transparent !important;
}
.movil .pag_galerias .ug-gallery-wrapper .ug-textpanel-title {
  padding: 9px 0 1px !important;
  top: 0px !important;
  box-sizing: border-box;

  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100% !important;
  height: 40px;
  padding: 1px 5px 0 !important;
}
.movil .pag_galerias .ug-gallery-wrapper .ug-textpanel-title:empty {
  padding: 0 !important;
  top: 0px !important;

  opacity: 0.4;
  background-color: transparent !important;
  width: 404px;
  height: 10px;
}
.movil .ug-gallery-wrapper .ug-textpanel-description {
  top: 0 !important;
  display: none !important;
}
.movil #gallery .ug-textpanel a,
.movil #imgdeldia .ug-textpanel a {
  font-size: 14px;
}
.movil #imgdeldia .ug-textpanel a,
.movil #gallery .ug-textpanel a {
  color: #000;
  text-align: center;
  font-weight: 700;
  display: block;
}
.movil .art_tres_anclas a i {
  top: 1px;
  left: 2px;
}
.movil .articulo .cab_art_opinion img + .datos_cab_opinion {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.movil .articulo .cab_art_opinion img + div + div + .tit_cab_opinion {
  padding-left: 0px;
}
.movil .articulo_opinion article.cont_art .datos_art {
  margin-top: 0px;
}
.movil .articulo .cab_art_opinion img + div + .linea_cab_opinion {
  display: none;
}
.movil .cab_art_opinion {
  text-align: center;
}
.movil .art_tags {
  margin: 0 0 20px 0;
  padding: 0;
}
.movil .art_tres_anclas .c_13 {
  margin-bottom: 15px;
}
.movil .destacadas_cab .not_destacadas h3 {
  margin-top: 0px;
}

.movil .caja_buscador {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  float: none;
  margin-top: 38px;
}

.movil .caja_buscador input[type='text'] {
  font-size: 20px;
  width: 76%;
  background: #eee;
  box-shadow: none;
  border: none;
  padding: 0 10px;
  height: 50px;
}

.movil .caja_buscador input[type='button'] {
  width: 24%;
  height: 50px;
  background-color: #ff0000;
  -webkit-appearance: none;
  border-radius: 0px;
}

.movil .caja_buscador form {
  border: none;
}

.movil .precio_publicidad tr td:first-child,
.precio_publicidad tr td {
  font-size: 9px;
}
.movil .txt_politicas > img {
  width: 100%;
}
.movil .txt_politicas > table {
  width: 100%;
  font-size: 9px;
}
.movil .historico_opinion_derecha {
  margin-top: 40px;
}
/* --------------------------------------------- */
/* encuadrar las imágenes en tamaños fijos */
.movil .c_12 .not_tipo_1 figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 100%;
}
.movil .row_movil.c_11 .not_tipo_1 figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 185px;
  min-height: 185px;
  max-height: 185px;
  margin-bottom: 15px;
  max-width: 100%;
}
.movil .not_tipo_1 figure a img.wide {
  flex-shrink: 0;
  min-width: initial;
  /*max-width: initial;*/
  max-width: 100%;
  min-height: 100%;
  /*max-height: 100%;*/
  /*height: 100%;*/
}

.movil .caja_mod_publireportaje a {
  width: 100%;
}

/* --------------------------------------------- */
.movil article {
  overflow: hidden;
}
.movil .txt_art + .redes_art {
  margin-left: 0px;
  margin-top: 0px;
}
.movil .cont_corazon > div:first-child article figure {
  height: auto;
  min-height: inherit;
  max-height: inherit;
}
.movil .corazon_digital .not_tipo_2 h4 {
  color: #e61b17;
}
.movil .grid.c_p_20 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* FIN MOVIL ------------------------------------------------------------------ */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4 {
  margin-bottom: 20px;
}

.titulares {
  list-style: none;
  display: block;
  margin-left: 0;
}

.titulares li {
  display: inline-block;
  width: 31%;
  background: #eee;
  vertical-align: top;
  text-align: center;
  margin: 0 5px 15px;
}

.titulares li a {
  display: block;
  padding: 20px;
  font-size: 14px;
  color: rgb(255, 0, 0);
}

.secciones {
  padding-left: 5px;
}

.secciones a {
  display: block;
  margin-bottom: 5px;
  color: rgb(255, 0, 0);
}

.secciones ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: none;
  border-left: 2px solid #eee;
}

.secciones ul li a {
  font-size: 16px;
  color: rgb(255, 0, 0);
}

/*urgente box*/
.urgente-box .cont_centrado {
  background-color: #f7eb58;
  padding: 15px;
  margin-bottom: 15px;
}

.urgente-box .urgente-btn {
  background-color: #bf9e3a;
  height: 30px;
  line-height: 30px;
  width: 120px;
  border-radius: 100px;
  text-align: center;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.urgente-box .urgente-btn i {
  display: none;
}

.urgente-box .urgente-msg {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 150px);
  margin-left: 20px;
}

.urgente-box .urgente-msg a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  display: block;
  vertical-align: top;
}

.urgente-box .urgente-msg a:hover {
  text-decoration: underline;
}

.icons i.fa {
  line-height: inherit;
}

.seccion .grid.c_p_24.c_fixed > div:first-child:not([class*='c_w_']) {
  padding: 0px 7px;
  box-sizing: border-box;
}

.seccion .grid.c_p_24 .c_12 {
  padding: 0px 7px;
  box-sizing: border-box;
}

/*fin de semana*/

.blanco_sup_header_finde {
  display: none;
}
.supra_finde {
  display: none;
}
.page_elcierre.finde .sec_cabecera {
  background: #f8f1e9;
}
/*.page_elcierre.finde .sec_cabecera .blanco_sup_header_finde{
    display: block;
    position: fixed;
    background: #FFF;
    height: 38px;
    width: 100%;
}*/
.page_elcierre.finde .sec_cabecera .supra_finde {
  display: block;
  color: #7e4907;
  float: left;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 1.2;
  font-size: 1.2em;
  border-bottom: 1.5px solid #7e4907;
  margin-left: calc(50% - 65px);
  padding-bottom: 4px;
  width: 130px;
}
.page_elcierre.finde .sec_cabecera .cab_bottom nav ul li > a {
  color: #7e4907;
  font-weight: 600;
  font-size: 1.2em;
}
.page_elcierre.finde .sec_cabecera .cab_bottom nav ul li.selected > a {
  color: #000;
}
.page_elcierre.finde .sec_cabecera .cab_bottom {
  margin: 0;
}
.page_elcierre.finde .sec_cabecera .logo {
  margin-top: 10px;
}

.page_elcierre.finde {
}

/*fin de semana*/

/* explorer */
.b_3_col_iz {
  max-width: 516px;
}
.b_3_col_iz a,
.b_3_col_iz a img {
  max-width: 232px;
}
.b_3_col_iz + .c_13 {
  max-width: 258px;
}
.b_3_col_iz + .c_13 a,
.b_3_col_iz + .c_13 a img {
  max-width: 189px;
}
.not_c_i_peq .c_w_420 + div .c_11 figure img {
  max-width: 634px;
}

.publi-center {
  text-align: center;
}

div.c_34.c_consejos {
  width: 68%;
  padding-right: 0px;
}

div.c_14.c_consejos {
  padding-left: 9px;
  width: 32%;
}

.c_14.c_consejos aside div.c_consej {
  display: flex;
  flex-direction: column;
}

.c_14.c_consejos aside div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c_14.c_consejos aside div ul li {
  width: 50%;
}

.w_max_690 .c_11 {
  padding: 0px 10px !important;
}

@media screen and (max-width: 767.98px) {
  .c_14.c_consejos aside div.c_consej {
    display: flex;
    flex-direction: column;
  }
  .c_14.c_consejos aside div ul {
    display: flex;
    flex-direction: column;
    /* flex-wrap: nowrap; */
  }

  .c_14.c_consejos aside div ul li {
    width: 20%;
  }

  .c_consej .nombre_opinion {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 165% !important;
  }

  .c_consej .tit_art_opinion {
    line-height: 165% !important;
  }
}

@media screen and (max-width: 767.98px) {
  .c_14.c_consejos aside div.c_consej {
    display: flex;
    flex-direction: column;
  }
  .c_14.c_consejos aside div ul {
    display: flex;
    flex-direction: column;
  }

  .c_14.c_consejos aside div ul li {
    width: 100%;
  }
}

.c_consej .nombre_opinion {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 165% !important;
}

.c_consej .tit_art_opinion {
  line-height: 18px !important;
}

/*Lo mas trending logo*/
/*div.grid.c_p_20 div.c_13.more-trend-section {
    width: 100% !important;
    border-top: 4px solid #ff0000;
    display: flex;
}

div.grid.c_p_20 div.c_13.more-trend-section h2 {
    font-family: 'Oswald';
    color: #6d6d6d;
    font-size: 30px;
    padding-top: 20px;
    border-top: unset;
    padding-left: 0 !important;
}
*/

.more-trend-section {
  display: flex;
}

.logo-patrocinante-index {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 4%;
  padding-top: 5%;
}

.logo-patrocinante-section {
  margin-left: 10%;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-patrocinante-section p {
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

.logo-patrocinante-section img {
  width: 53%;
}

.logo-patrocinante-index p {
  margin-right: 5%;
  font-size: 15px;
}

.logo-patrocinante-index img {
  width: 20%;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 668px) {
  .logo {
    flex-direction: column;
  }
}

@media screen and (max-width: 767.98px) {
  .logo-patrocinante-index p {
    margin-right: 0%;
    font-size: 15px;
  }

  .logo-patrocinante-index {
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
  }

  .logo-patrocinante-section p {
    font-size: 15px;
    margin-right: 5%;
  }

  .logo-patrocinante-section img {
    width: 25%;
  }

  .logo-patrocinante-section {
    margin: 0;
    width: 100%;
    margin-top: 7%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .more-trend-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .logo-patrocinante-section {
    width: auto;
  }
}
.video_destacado {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url('../images/icons/video_destacado.png');
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: center;
}
.video_destacado:hover {
  background-image: url('../images/icons/video_destacado_2.png');
}
.imagen_sobre_articulo.con_video_destacado {
  border-bottom: 4px solid #df5745;
}


figure.thumbnail{
  cursor: pointer;
}
