
.tema-noticia button {background: #494949;font-size: 1rem;margin-left: 2rem;  width: 10rem;color:var(--color-secundario);  height: 2rem;text-align: left;}
.tema-noticia i.fa.fa-caret-down {float: right;font-size: 0.9rem;margin-right: 0.2rem;margin-top: 0.3rem;}

.listado .box-noticia {
    margin: 1rem 0;
}

.listado .box-noticia .volanta {
    font-size: 0.8rem;
	margin-left:0.3rem;
	float:left;
}

.listado .box-noticia a.btn-mas {
    float: right;
}
.listado .box-noticia .box-fecha  {
   float:left;
   width:100%;
}
.listado .box-noticia .fecha {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
	float:left;
}

.listado .box-noticia  .bajada {
    margin-top: 1rem;
}

.listado .box-noticia .imagen i {
    color: #eee;
    margin: 0 auto;
    padding-top: 0.5rem;
	font-size: 9rem;
}

.listado .box-noticia .imagen {
    text-align: center;
}
.detalleNoticia .slick-slider.imagenes{
    width: 96%;
    margin: 0 auto;
}
.detalleNoticia .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
	margin-bottom: 1rem;
}
.detalleNoticia  .fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: 7px;
}
.detalleNoticia .fecha {
    text-align: right;
}
.detalleNoticia .titulo {
    margin: 1rem 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 600;
	color: var(--color-institucional);
}
.detalleNoticia .bajada {
    font-style: italic;
    margin-bottom: 2.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #333;
}
.detalleNoticia  .parrafo {
    line-height: 1.5rem;
    font-size: 1.2rem;
	margin-bottom: 3rem;
	margin-top:2.5rem;
}
.detalleNoticia .parrafo p {
    margin-bottom: 0.4rem;
}

.detalleNoticia  .imagen.slick-slide.slick-current.slick-active span {
    display: block;
    text-align: center;
    padding: 0.4rem;
	 font-style: italic;
	 font-size:0.8rem;
}


.detalleNoticia .slick-slide img {
    display: block;
    width: 99%;
    margin: 0 auto;
	border-radius: 1rem;
	
}


.detalleNoticia .slick-prev,.detalleNoticia .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.detalleNoticia .slick-prev:before {

    color: #333;
}

.detalleNoticia .slick-next:before {
    content: "→";
    color: #333;
}

.novedadesPortada .box-destacados .img-200 {
	max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.novedadesPortada a {
    color: #454246;
    position: relative;
}

.novedadesPortada a h2 {
	padding: 10px 15px;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
    margin: 0px;
    color: #5c98bd;
    height: 50px;
    text-transform: uppercase;
    border: 1px solid #ddd;
}



.tituloCaja {
	color: #fff;
    background: #B3B1B2;
    width: max-content;
    padding: 10px;
    margin-top: 10px;
    line-height: 1;
	font-size: 14px;
}

.novedadesPortada .slick-track:first-of-type{
	background: #f2f2f2;
	margin: 10px 0;
}


.fb_iframe_widget iframe {
	top: -6px;
}

.selectPrensa {
    background: #494949;
    font-size: 15.4px;
    padding: 4px 14px 8px 19px;
    margin-left: 23px;
    width: 180px;
    color: #fff;
    margin-bottom: 20px;
    height: 31px;
    text-align: left;
}

/*==== Galeria ====*/
.resultados_listado .listado .imagen {
	position: relative;
}
.resultados_listado .listado .imagen img {
	height: 250px;
	width: 100%;
    object-fit: cover;
}
.resultados_listado .listado .imagen .titulo {
	bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    position: absolute;
    margin: 0;
	display: none;
}
.resultados_listado .listado .imagen:hover .titulo {
	display: block
}
.resultados_listado .modalDialog .imagen img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	max-height: 500px;
}

.resultados_listado .modalDialog .imagen > span {
	display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.resultados_listado .modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.resultados_listado .modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.resultados_listado .modalDialog > div {
	max-width: 750px;
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}
.resultados_listado .close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.resultados_listado .close:hover { background: #f44336; }

.SagaListado .resultados_contenedor .resultados_listado .zona_inferior .paginacion_contenedor .elemento_paginacion {
	margin: 0!important;
	border: #dadada 1px solid
}

.Caja.soloBoton .enlaceCaja a {
    background: #aaa;
    font-size: 1rem;
    margin-left: 2rem;
    width: 10rem;
    color: var(--color-secundario);
    text-align: left;
    padding: 0.3rem 1rem;
    margin-top: 0.3rem;
}
#c5bc66b6-56fc-11ee-b460-00505689ffd4-fila_1695204002897 .novedadesPortada .slick-track:first-of-type{background:none!important;}