﻿@charset "UTF-8";
/* Hoja de estilos comunes*/
/*
Negro Logo: #1d1d1b 
Rojo Logo: #be1823
Rojo Oscuro 1: #a31823;
Rojo Oscuro 2: #791823;
Gris Logo: #70706f 
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
    font-family: 'Archivo', sans-serif;
	font-family: 'Vollkorn', serif;
	font-family: 'Merriweather', serif;
*/

/* Estilos Fuentes*/
.font-default {
	font-family:'Merriweather', serif;
}

.titulomodulo,
.bloque-title,
.font-titulo {
    font-family: 'Vollkorn', serif; 
    margin-bottom: 5px;
}

.titulomodulo a,
.bloque-title a,
.font-titulo a {
 	text-decoration: none;
}

.titulomodulo h2 {
	background-color: #e7e7e7;
    padding: .5rem .625rem;
}

.font-entradilla {
	font-family: 'Archivo', sans-serif;
	font-size: 0.8125em;
}

.font-destacado {
	font-family: 'Vollkorn', serif; 
    margin-bottom: 5px;
}

.font-textos {
	font-family:'Merriweather', serif;
}
/* FIN Estilos Fuentes*/
/* Font Sizes*/
.fs-6_5 {
	font-size: 0.875rem;
}
.fs-7 {
	font-size: 0.75rem;
}
.fs-7_5 {
	font-size: 0.625rem;
}
.fs-8 {
	font-size: 0.50rem;
}
/* FIN Font Sizes*/
/* Colors */
.bg_beige {
	background-color: beige;
}

.bg_lightgrey {
	background-color: lightgrey;
}

.bg_lightred {
	background-color: #fdbebe;
	border-color: #707173;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}

.bg_lightred .titulomodulo h2 {
	background-color: #fdbebe !important;
}

.bg_grey {
	background-color: #e7e7e7;
	border-color: #707173;
	border-width: 1px;
	border-style: solid; 
}

.bg_grey .titulomodulo h2 {
	background-color: #e7e7e7 !important;
}
/* FIN Colors*/
/* Styles V2 */
html {
	font-family:'Merriweather', serif;
}

body {
	font-family:'Merriweather', serif;
}

#footer {
	margin-bottom: 40px;
}

figure,
img {
	width: 100%;
}

figure {
	margin: 0 0 .2rem;
}

.invisible {
	display: none;
}

.rev-dig-img {
	width: 80px;
	padding-right: 5px;
}

.rev-dig span {
    letter-spacing: -1px;
}

.susc {
	text-decoration: underline;
	color: #1d1d1b;
}

.descargar {
	font-size: 0.8125em;
	font-weight: 700;
	color: #1d1d1b;
	line-height: 1.4em;
}

.sm-xtra {
    padding: .1rem .2rem;
    font-size: .625rem;
    line-height: 1.2;
}

.btn-sm-xtra {
    padding: .1rem .2rem;
    font-size: .625rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.error-text {
	font-size: 0.625rem;
}

.nav-login {
	padding-top: 10px;
	margin: 0 -15px;
}

.btn-secondary {
    color: #fff;
    background-color: #be1823;
    border-color:#be1823;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #a31823;
    border-color: #791823;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #be1823;
    border-color: #be1823;
}

.btn-seach {
	text-decoration: none;
}

/* Barra GRIS Sup*/
.it-header {
	background: #a3a3a3;
	color: #fff;
}

.it-header a {
	color: #fff;
}

.it-header ul li {
	list-style-type: none;
}

.header-menu-rrss {
	padding: 0 3px;
	font-size: 22px;
	line-height: 1rem;
 }
 #bttn-search {
	background-color: #ffffff;
 }
/* Fin Barra GRIS Sup*/

.nbBottomOne {
	margin-bottom: 25px;
}

.nbTopOne,
.nbTopTwo,
.nbTopThree,
.nbBottomOne {
	padding-top: 0;
	padding-bottom: 0;
}

.nbTopOne .nav-link,
.nbTopTwo .nav-link,
.nbTopThree .nav-link,
.nbBottomOne .nav-link {
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9);
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
}

#banner-header,
#banner-footer {
	text-align: center;
}

#content_middle {
	margin-top: .7rem;
}

.list-pagination .page-link {
	border: 0;
	padding: .3rem .5rem;
	color: #be1823;
}

.one-col-item,
.three-col-item,
.four-col-item {
    margin-bottom: 1rem;
}

.one-col-item h3,
.three-col-item h3,
.four-col-item h3 {
    font-size: 1.25rem;
}

.one-col-item a,
.three-col-item a,
.four-col-item a {
    color: #212529;
}
.one-col-item a:hover,
.three-col-item a:hover,
.four-col-item a:hover {
	color: rgba(33, 37, 41, 0.8);
	text-decoration: none;
}

.nodo-tags .tags-links {
	padding: 0 .3rem .5rem;
}

.nodo-tags .tags-links a {
	color: #e6e6e6;
	font-size: 0.75rem;
	line-height: 1.25rem;
	background-color: #7e7e7e;
	border-radius: .5rem;
	padding: .2rem .5rem;
}

.nodo-tags .tags-links a:hover {
	color: #be1823;
}

.nodo-acciones {
    padding-bottom: 30px;
}

.img150 {
	width: 150px;
}

.btn_play {
	top: 30%;
	left: 40%;
	opacity: 0.9;
	position: absolute;
	width: 20%;
	height: auto;
}

#foto-bloque2-3 .btn_play {
	left: 40% !important;
    top: 30% !important;
}

a:hover {
	color:#be1823;
}

.error {
	color: red;
}

#main-2col-2 img.img150 {
    width: 100% !important;
}

.imagen-nodo {
	margin-bottom: 1rem;
}

#noticia .entradilla {
	font-size: 1.25rem;
}

.nodo-tags,
.social-links {
	width: 100%;
}

.redes-sociales li {
	padding: 0 .8rem .5rem;
	text-align: left;
	width: 105px;
}
/* Styles V2 */

#div-gpt-ad-LBCont, 
#div-gpt-ad-LBCont2 {
	margin: 15px auto;
	float: none; 
	text-align: center;
}

/* Bloque HTML */
.bloque_html a {
	text-decoration: none;
}
/* Bloque HTML */

/* Deep Layer */

#deep_layer {
 /*   background: #ffffff url("http://www.tribunacontactcenter.com/images/anunciantes/20150608060633.jpg") repeat fixed 0 0;*/
    border: 0 solid #000000;
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
}
#deep_layer a {
    display: block;
    height: 100%;
    width: 100%;
}
/* FIN Deep Layer */

/* Estilos Zona de Contenidos*/
#content_top .div_principalInfo .entrad {
	display: none;
}

.listTypediv_principal {
	word-break: break-word;
}
/* Estilos Zona de Contenidos */

/* Estilos Header */
#menu-social { 
	float: right; 
}

#navbarPpal .destacado,
#navbarTopMenuOne .destacado,
#navbarBottomMenuOne .destacado {
	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

#navbarPpal .destacado a,
#navbarTopMenuOne .destacado a,
#navbarBottomMenuOne .destacado a {
	color: #be1823;
	font-weight: bold;
}

@-moz-keyframes parpadeo {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@keyframes parpadeo {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

.popup_login {
	margin: 0 auto;
	background-color: #f9f9f9;
	padding: 15px 0 10px 0;
	float: left;
	width: 100%;
}
/* FIN Estilos Header */

/* Estilos Footer */
#foo-options ul {
	background-color: #000;
}

#foo-options .nav-link {
	color: #fff;
	font-size: 0.875rem;
}

#foo-options .nav-link:hover {
	color: rgb(179, 179, 179);
}

.footer-adr {
	font-size: 0.8rem;
	line-height: 1rem;
	color: #333333;
	padding: 0 5px;
	font-weight: bold;
	margin: 20px auto;
	width: fit-content;
}
/* FIN Estilos Footer */

/* Menu Redes Sociales */
#menu-social {
	font-size:0.875em;
	float: right; 
}

#menu-social .follow {
	float:right;
	margin:3px 5px 5px 0;
}

#menu-social .buscar-home {
	float:right;
	width:200px;
}

#menu-social .follow li {
	display:inline; 
}

#menu-social .follow li a {
	text-decoration:none;
}

#menu-social li.twitter a {
	background:url("../img/icono-twitter-header.png") top right no-repeat;
	width:21px;
	height:19px;
	float:left;
	cursor:pointer;
}

#menu-social .follow li.newslettersuscription a {
	background:url("../img/icono-newsletter.png") top right no-repeat;
	width:26px;
	height:20px;
	float:left;
	margin:0 5px;
	cursor:pointer;
}

#menu-social.follow li.linkedin a {
	background:url("../img/linkedin.png") top right no-repeat;
	width:18px;
	height:18px;
	float:left;
	margin:0 5px;
	cursor:pointer;
}

#menu-social .follow li.facebook a {
	background:url("../img/icono-fb-header.png") top right no-repeat;
	width:21px;
	height:19px;
	float:left;
	cursor:pointer;
}

#menu-social .follow li.rss a {
	background:url("../img/icono-rss-header.png") top right no-repeat;
	width:21px;
	height:19px;
	float:left;
	cursor:pointer;
}

#menu-social .boton_buscar {
	background:url("../img/boton-buscar.png") top right no-repeat;
	width:61px;
	height:17px;
	float:left;
	margin: 5px 0 0 10px;
	line-height:1.25rem;
}

#menu-social  .boton_buscar a {
	color:#ececec;
	line-height:1.25rem;
	padding-left:10px;
}

#menu-social input  {
	float:left;
}

#menu-social .buscar-home li {
	display:inline; 
}

#menu-social .buscar-home li input{
	width:120px;
	height:20px;
	padding:0px;
	border-radius:10px;
}
/* FIN Menu Redes Sociales */

.twitter-timeline {
	width:300px;
}

.noticia_3columnas_contenido a
{
	color: #222222;
    text-decoration: none;
}

.modulo_generico_simple a
{
	color: #222222;
    text-decoration: none;
}

.sangria{
	padding-left:10px;
	padding-right:5px;
}

.autor_noticia{
	font-size: 0.6875rem;
	font-weight:bold;
	color:#5e5e5e;
	padding: 5px 0 10px;
	/*background-image:url("../img/icono-comentarios-twitter.png");*/
	background-position: 85px 5px;
	background-repeat:no-repeat;
	height:14px;
}

.autor_noticia span{
	float:left;
	margin-top:5px;
}

.autor_noticia img{
	float:left;
}

.learn_more{
	font-size: 0.875rem;
	font-weight:bold;
	color:#000000;
	padding-left:100px;
}

.learn_more a{
	text-decoration:none;
	color:#000000;
}

.learn_more a:hover{
	color:#be1823;
	text-decoration:none;
}

.titulo-accion {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
	display: block;
    font-size: 0.6875rem;
    line-height: 1.25rem;
}

/* Estilos de nodos */
	
#noticia .nodo-secciones  {
	border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
#noticia .nodo-secciones ul.secciones:first-child {
	padding-left: 0;
}

#noticia .nodo-secciones ul.secciones {
	float: left;
}

#noticia .nodo-secciones li {
    background: none repeat scroll 0 0 #ddd;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 0 10px;
	border-radius: 6px;
	font-size: 0.8em;
}

#noticia .nodo-secciones time {
	font-size: 0.8em;
}

#noticia .autor {
	text-align: right;
	margin-bottom: 20px;
	font-size: 0.7rem;
}

.related-items {
	float:left;
	width:100%;
	margin-bottom:20px;
	border-color: #70706f;
	border-style: solid;
    border-width: 1px 0 0 0;
	padding: 15px 0;
	font-size: 1em;
}

.related-items li {
	/*background: url("/web/img/list-style-1.png") no-repeat scroll 10px 6px transparent;*/
    margin-left: 15px;
	padding: 0 4px 0 12px;
	list-style-type: square;
}

.related-items a {
	color: #1d1d1b;
    text-decoration: none;
}

.related-items a:hover{
	color: #be1823;
    text-decoration: none;
}

.comments {
	float:left;
	width:100%;
	margin-bottom:20px;
}
/* Estilos de nodos */

/* Estilos Bloques */
#noticia .pie, .foto  p {
	text-align: left;
	font-size: 0.7rem;
}

span.origen  {
	border-left: 1px dotted #1d1d1b;
	margin-left: 5px;
	padding-left: 5px;
}

.firma {
	text-transform: uppercase;
	color: #3c81a2;
	outline: medium none;
	font-size: 0.7rem;
}

article.noticia footer {
	margin-bottom: 5px;
	width: 100%;
}

/* dos colummas */
.two-col-items {
    display: block;  /*table;*/
	width: 100%;
    float: left;
	margin-bottom: 10px;
}
/*
.two-col-item {
	float: left;
	height: inherit;
	padding: 5px 5px;
	display: table-cell;
	
	background-color: #f9f9f9;
    border-color: #70706f;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 10px 5px;
}
*/
.two-col-item {
	float: left;
	height: inherit;
	padding: 0;
	display: table-cell;
	background-color: transparent;
    border-color: #70706f;
    border-radius: 5px;
    border-style: none;
    border-width: 0;
	margin-bottom: 1rem;
}

.two-col-item figure {
	margin-bottom: 1rem;
}

.two-col-item h2 {
	font-style: normal;
	font-size: 1.75rem;
}

.two-col-item h2 a {
	color: #333;
    text-decoration: none;
}

.two-col-item h3 {
	font-style: normal;
	font-size: 1.125rem;
}

#right-col .two-col-item {
	margin: 0 0 10px 0;

}
#right-col img.foto_med {
    margin: 5px 0;
}
/* tres colummas */

/* cuatro colummas */

#section-two-col-items {
	display: table-row !important;
	height: 100%;
}

.section-two-col-item {
	height: inherit;
	padding: 5px 5px;
	display: table-cell;
	
	background-color: #fff; /*#f9f9f9;*/
    border-color: #70706f;
    border-radius: 5px;
    border-style: none; /*solid;*/
    border-width: 1px;
    margin: 0 0 10px 5px;
}

.section-two-col-item h2 {
    font-size: 1.25rem;
    font-style: normal;
}

.section-two-col-item h3 {
    font-size: 1.75rem;
    font-style: normal;
}

.section-two-col-item a {
    color: #000;
    text-decoration: none;
}

.first-item {
	margin-left: 0px;
}

.caja_registro_evento {
    background-color: #fff;
    border: 1px solid #cccccc;
    height: 370px;
    margin-bottom: 15px;
    width: 300px;
}

.publicidad_mpu_seccion {
	margin-bottom: 10px;
}

.mas {
	text-align: right;
    font-size: 0.7rem;
}

.mas a {
	color: #3c81a2;
}

#down-content,
#down-content2 {
	text-align: center;
	margin-bottom: 20px;
}
#down-content,
#down-content2 a:hover {
	color: #1d1d1b;
} 
#down-content-bottom {
    float: left;
    text-align: center;
    width: 100%;
	margin-bottom: 15px;
    margin-top: 15px;
}
#down-content-bottom a:hover {
	color: #1d1d1b;
}
#showbtn2 {
	margin-bottom: 10px;
}
.btn-down-style {
	border : none;
	border-radius : 3px;
	-moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 2px rgba(0,0,0,0.7);
	font-size : 1.25rem;
	color : #ffffff;
	padding : 4px 10px;
	background : #be1823;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b0000), color-stop(40%,#be1823));
	background : -moz-linear-gradient(left bottom , #8b0000 0%, #be1823 40%) repeat scroll 0 0;
	background : -webkit-linear-gradient(bottom, #8b0000 0%, #be1823 40%);
	background : -o-linear-gradient(bottom, #8b0000 0%, #be1823 40%);
	background : -ms-linear-gradient(bottom, #8b0000 0%, #be1823 40%);
	background : linear-gradient(bottom, #8b0000 0%, #be1823 40%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0000', endColorstr='#be1823',GradientType=0 );
	text-decoration: none;
	cursor: pointer;
}

.btn-warning-style {
	border : none; /*solid 4px #1d1d1b;*/
	border-radius : 3px;
	-moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 2px rgba(0,0,0,0.7);
	font-size : 1.25rem;
	color : #ffffff;
	padding : 4px 10px;
	background : #fc6060;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc6060), color-stop(100%,#ab0000));
	background : -moz-linear-gradient(top, #fc6060 0%, #ab0000 100%);
	background : -webkit-linear-gradient(top, #fc6060 0%, #ab0000 100%);
	background : -o-linear-gradient(top, #fc6060 0%, #ab0000 100%);
	background : -ms-linear-gradient(top, #fc6060 0%, #ab0000 100%);
	background : linear-gradient(top, #fc6060 0%, #ab0000 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6060', endColorstr='#ab0000',GradientType=0 );
	cursor: pointer;
}

/* paginación */
.paging {
	margin: 5px auto;
	width: 100%;
}

.paging  a {
	text-decoration: none;
}

.paging  a:link, .paging  a:visited {
	color: #1d1d1b;
	padding: 2px 4px;
}

.paging ul {
	text-align: center;
}

.paging li {
	display: inline;
	color: #1d1d1b;
	margin: 0;
}

.paging  .current, .paging  a:hover {
	display: inline-block;
	font-weight: bold;
	background: none repeat scroll 0 0 #f9f9f9;
	padding: 2px 3px;
}

.paging  .nocurrent {
	display: inline-block;
}

.paging  .anterior {
	/*background: url("/img/arrow_left_24x24.png") no-repeat scroll left #fff;*/
	display: inline-block;
	padding: 0 20px 0 0;
}

.paging  .siguiente {
	/*background: url("/img/arrow_right_24x24.png") no-repeat scroll right #fff;*/
	display: inline-block;
	padding: 0 0 0 20px;
}
/* FIN paginación */

.std-box {
    background-color: #f9f9f9;
    border-color: #70706f;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 25px;
    width: 100%;
}
.std-box-center {
    background-color: #f9f9f9;
    border-color: #70706f;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
	padding: 10px 25px;
	width: 50%;
}
.std-box-left {
    background-color: #f9f9f9;
    border-color: #70706f;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto 10px auto;
    padding: 25px;
    width: 100%;
}
#form-div2.std-box-left {
	width: 100%;
}
#user-data input {
    font-size: 0.75rem;
}
.bttn_box {
	padding: 10px 25px;
}

#webuser-login-closed {
	width: 100%;
	max-width: 350px;
	padding: 40px 15px;
	margin: 0 auto;
}
#div-form-login-closed h1 {
    font-size: 1.5rem;
    text-align: center;
}

#webuser-newuser-closed {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#webuser-newuser-closed h1 {
	font-size: 1.5rem;
    text-align: center;
}

#div-form-login-closed h4 > a {
    font-size: 0.75rem;
}

#div-form-newuser-closed img {
	max-width: 350px;
	margin: 0 auto;
}

.form-login-closed .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-login-closed input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-login-closed input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-login-closed button[type="submit"] {
    margin-top: 10px;
}

.form_login h6 {
	font-size: 0.875rem;
	font-weight: bold;
}
/* redes sociales en contenidos */
.fb-share-button span{
	vertical-align: top !important;
}

.col_1 {
    width: 100% !important;
}

.inline_list {
    /*display: inline-block;*/
    float: left;
    font-size: 0.875rem;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}

.twitter-share-button {
	width: 100px !important;
}

.inline_list li {
    /*display: inline-block;*/
    float: left;
    margin-right: 12px;
}

#clau-lopd {
	font-size: 0.6rem;
	line-height: 0.85rem;
	color: #7d7d7b;
	margin: 10px 0;
}

/* Form login */
dt.show {
	clear: left;
	float: left;
	line-height: 2.3em;
	width:145px;
}

dd.show {
	clear: right;
	line-height: 2.3em;
	padding: 4px 0 4px 40px;
}

#submit-element {
	text-align: center;
}

.btn_cerrar_box {
	float:right;
	margin: -25px -40px 0 0;
	width: auto;
}

.bad-login-msg {
	color: red;
	font-size: 1.2em;
}

#optin-box {
	float:left;
	width: 100%;
}
	
#optin-box .titulo_optin {
	margin-bottom: 10px;
}

#optin-box .titulo_optin_preg {
	margin-bottom: 10px;
}

#optin-box .especificar-si {
	margin: 10px 0 0 20px;
}

#optin-box  span {
	margin: 0 0 10px 20px;
}

#optin-box .titulo_optin_preg  ul {
	margin-left: 30px;
}

#user_data_save  .optin-box {
	background-color: #f9f9f9;
	border-radius: 10px;
	border-color: red;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.082) inset, 0 0 8px rgba(100, 100, 100, 0.6);
	margin: 10px 0;
	padding: 15px;
	width: 96%;
}

.iframe-play-box {
	border:1px solid #ccc; 
	float:left;
	padding: 10px 0;
}
.iframe_resp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe_resp iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* contenidos protegidos */
.candado::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	/*content: "\f023";*/
	content: "";
    padding-left: 10px;
}

#jcarousel-art .candado {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	/*content: "\f023";*/
	content: "";
    padding-left: 10px; 
}
/* FIN contenidos protegidos */

/* Publicidad*/
.section-mpu-adv {
	text-align: center;
    margin-bottom: 35px;
}

.skin-left, .skin-right {
	position:fixed;
	min-width:160px;
	z-index:10;
	top:5px;
} 
.skin-left {
	margin-left:-170px;
	text-align: right;
}
.skin-right {
	/* margin-left:1306px; */
	text-align: left;
}	

/* Politica Cookies */
#cookies-policy {
    float: left;
}

.bloque-cookies {
	display: none;
	margin: auto;
	width: 98%;
    background: none repeat scroll 0 0 #70706f;
    clear: both;
    color: #FFFFFF;
    font-size: 0.8rem;
    padding: 0px 1%;
    text-align: center;
    z-index: 20;
	position: relative; 
	bottom: 1px;
	border-radius: 5px;
}

.bloque-cookies .mensaje-cookies {
    margin: 0 auto;
	font-size: 0.625rem;
}

.bloque-cookies h2 {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: 0.3em;
    text-align: left;
	padding: 5px 0 0 0;
}

.bloque-cookies p {
    color: #BFBFBF;
    float: left;
	font-size: 0.625rem;
    line-height: 1.5em;
    text-align: left;
}

.bloque-cookies .mensaje-cookies {
    margin: 0 auto;
}

.bloque-cookies p {
    color: #FFFFFF;
    float: left;
    line-height: 1.2em;
    text-align: left;
}

.bloque-cookies span {
    display: block;
    float: right;
    width: 100%;
}

.bloque-cookies a.mas-info {
    border-bottom: 1px dotted #FFFFFF;
}

.bloque-cookies p a, .bloque-cookies a.mas-info {
    color: #0099CC;
}

.bloque-cookies p a:hover, .bloque-cookies a.mas-info:hover {
    color: #be1823;
}

.bloque-cookies .close {
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    right: 10px;
    text-decoration: underline;
}
/* Fin Politica Cookies */

/* redes sociales */
#social_div  {
	margin: 20px auto;
	display: inline-block;
}

#social_floatdiv ul {
	padding-left: 0;
}

#social_div li {
	float:left;
	display: block;
	margin: 5px 10px 0 0;
}

#social_floatdiv {
    position:absolute; 
	height:auto;
    padding: 0;
	background:#FFFFFF; 
    border:2px solid #e0e0e0;  
    z-index:100;
	border-radius: 6px;
}

#social_floatdiv .follow li {
	padding: 5px 5px 5px 0;
	float: left;
	list-style: none;
}

#social_floatdiv .follow li:first-child {
	padding-left: 5px;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #be1823;
	--bs-btn-border-color: #be1823;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #b10e18;
	--bs-btn-hover-border-color: #9c0812;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #9c0812;
	--bs-btn-active-border-color: #8a0710;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #be1823;
	--bs-btn-disabled-border-color: #be1823;
  }

.rev-dig .publi {
	font-size: 1rem;
	line-height: 1rem;
	color: #1d1d1b;
	font-weight: 700;
	word-wrap: break-word;
	float: left;
	width: 100%;
}

.rev-dig .num {
	font-size: 0.825rem;
	line-height: 0.825rem;
	color: #1d1d1b;
	float: left;
	width: 100%;
}

/* Responsive breakpoints */
/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */
#four-col-items .img150 {
	width: 350px !important;
}
.font-entradilla a {
	text-decoration: none;
}
#right-col #one-col-items .img150 {
	width: 100% !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	/* sm */
	.rev-dig-img {
		width: 125px;
		padding-right: 5px;
	}

	.search-box {
		width: 80%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* md */

	#right-col,
	#right-col.sidebar {
		max-width: 332px;
		-ms-flex: 0 0 auto;
    	flex: 0 0 auto;
	}

	.nodo-tags,
	.social-links {
		width: 178px;
	}

	.rev-dig .publi {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.rev-dig .num {
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.search-box {
		width: 80%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* lg */

	.rev-dig-img {
		width: 150px;
		padding-right: 5px;
	}
	.nbPpal,
	.nbTopOne,
	.nbBottomOne {
		font-size: .875rem;
	}

	#navbarTopMenuOne ul,
	#navbarPpal ul,
	#navbarBottomMenuOne ul {
		float: left;
		  display: block;
	}
	
	#navbarTopMenuOne ul li,
	#navbarPpal ul li,
	#navbarBottomMenuOne ul li {
		float: left;
		  display: block;
	}

	.search-box {
		width: 70%;
	}

	.skin-right {
		margin-left:946px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* xl */

	.nbPpal,
	.nbTopOne,
	.nbBottomOne {
		font-size: 1rem;
	}

	#content_top .div_principalInfo h2 {
		font-size: 1.0rem;
	}

	.one-col-item h3,
	.three-col-item h3,
	.four-col-item h3 {
		font-size: 1.1rem;
	}

	.related-items {
		font-size: 1.1rem;
	}

	.zone-home .font-entradilla {
		font-size: 0.8em;
	}

	.zone-home .img150 {
		width: 200px;
	}

	#four-col-items .img150 {
		width: 300px !important;
	}
	
	#four-col-items .bloque-title {
		font-size: 1.9rem !important;
	}

	#four-col-items .font-entradilla {
		font-size: 1.125rem !important;
	}
	#four-col-items .font-entradilla a {
		text-decoration: none;
	}
	#four-col-items .four-col-item .bloque-title {
		font-size: 1.3rem !important;
	}

	.footer-adr {
		font-size: 1rem;
		line-height: 1.4rem;
	}

	.search-box {
		width: 75%;
	}

	.skin-right {
		margin-left:1126px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	/* xxl */

	.nbPpal,
	.nbTopOne,
	.nbBottomOne {
		font-size: 1.1rem;
	}

	#content_top .div_principalInfo h2 {
		font-size: 1.2rem;
	}

	.one-col-item h3,
	.three-col-item h3,
	.four-col-item h3 {
		font-size: 1.4rem;
	}

	.related-items {
		font-size: 1.4rem;
	}

	.zone-home .font-entradilla {
		font-size: 0.9em;
	}

	.zone-home .img150 {
		width: 250px;
	}

	#four-col-items .img150 {
		width: 350px !important;
	}
	
	#four-col-items .bloque-title {
		font-size: 2.0rem !important;
	}

	#four-col-items .font-entradilla {
		font-size: 1.25rem !important;
	}
	#four-col-items .font-entradilla a {
		text-decoration: none;
	}
	#four-col-items .four-col-item .bloque-title {
		font-size: 1.4rem !important;
	}
	
	.footer-adr {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.search-box {
		width: 80%;
	}

	.skin-right {
		margin-left:1306px;
	}	
}
/* End Responsive breakpoints */