﻿@charset "utf-8";

html {
	/* scroll de anclas para la cabecera fija */
	scroll-padding-top: 170px;
}

body {
	background-color: #ffffff;
	padding: 0;
}

#layout {
	max-width: 1140px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 6px;
}

@media (max-width : 1140px) {
	#layout {
		padding: 0 1em;
	}
}

.bn.ConScroll {
	position: fixed;
	z-index: 1;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

main {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	padding-top: 100px;
}

#enlaceLogo {
	z-index: 1;
	position: relative;
	margin-left: 5px;
}

#logo {
	height: 79px;
	margin: 2px 0;
}

#logo, .btn-navbar {
	transition: all .35s ease-out;
}

.cabecera-titulo {
	color: #fff;
	font-size: 130%;
	left: 70px;
	position: absolute;
	text-shadow: 0 0 6px #000;
	bottom: 10px;
	transition: all .35s ease-out;
}

.cabecera-titulo a {
	color: currentColor;
	text-decoration: none;
}

.cabecera-titulo a:hover {
	text-decoration: none;
}

.ConScroll #logo {
	height: 60px;
}

.ConScroll .btn-navbar {
	top: 15px;
}

.ConScroll .MnuSecc1 {
	padding-bottom: 5px;
	padding-top: 2px;
}

.ConScroll .ElementosCabecera {
	bottom: 35px;
}

.ConScroll .cabecera-titulo {
	bottom: 5px;
	font-size: 110%;
	left: 60px;
}

.contenido {
	box-sizing: border-box;
	min-height: 400px;
	vertical-align: top;
	flex: 1;
	flex-basis: 700px;
}

#simple .contenido {
	display: block;
	margin: 1em;
	max-width: none;
	padding-left: 0;
	width: auto;
}

#simple header {
	position: relative;
	height: auto;
	min-height: 60px;
}

#simple #logo {
	max-height: 100px;
}

#simple footer {
	max-width: none;
}

.head2 {
	display: none;
}

.links {
	margin: 0 auto;
	width: 95%;
	padding-left: 10px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

footer li {
	margin: 0;
}

footer a {
	text-decoration: none;
	color: #fff;
}

.links a {
	display: block;
	line-height: 1;
	padding: 2px 0 3px 10px;
	text-indent: -10px;
}

article.hentry {
	flex: 1 1 660px;
}

#avisos {
	max-width: 280px;
	margin-right: 0px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 30px;
}

#avisos .bn {
	margin-bottom: 2em;
}

#avisos .bn:last-child {
	margin-bottom: 1em;
}

#avisos .bnaviso-texto {
	display: block;
}

.encabezado-lateral {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 1px 5px;
	font-style: normal;
}

ul.lateral li {
	padding-bottom: 4px;
}

/*.noticia {
	overflow: auto;
}
*/
.botones {
	clear: both;
	text-align: right;
}

/*
.Carrusel .textos {
	display: block;
	position: absolute;
	bottom: 250px;
	background-color: rgba(32,32,32,0.6);
	line-height: 1;
	min-height: 55px;
	padding: 10px;
	min-width: 300px;
	text-align: right;
	right: 150px;
	font-size: 140%;
}

.Carrusel .titulo {
	color: #fff;
	display: block;
	font-size: 150%;
	padding: 4px 0 0 10px;
}

.Carrusel .extra {
	padding: 5px 10px 0;
	color: #fdfdfd;
	font-size: 100%;
	display: block;
	font-style: italic;
}
	*/

.Carrusel {
	max-width: 1920px;
	margin: 0 auto;
}

.slick-slide {
	position: relative;
	overflow: hidden;
}

.CarruselHolder img {
	height: 100% !important;
	margin-left: -960px;
	position: relative;
	left: 50vw;
}

.textos {
	display: inline-block;
	line-height: 1.2;
	position: absolute;
	right: 2em;
	bottom: 2em;
	background: rgba(33,37,41,0.8);
	color: #fff;
	padding: 10px;
	max-width: 350px;
	text-align: right;
}

.slide-titulo {
	display: block;
	font-size: 140%;
	font-weight: bold;
}

span.extra.slide-subtitulo {
	margin-top: 0.7em;
	display: block;
}


.ConScroll .textos,
.ConScroll .paging {
	display: none;
}

/* para cuando no hay imagen de cabecera en una sección, que no se solape el contenido con el menú */
.EspaciadoVacio {
	height: 80px;
}

.menu-icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	vertical-align: middle;
}

.bn > img {
	display: block;
	height: auto;
	width: 100%;
}

.btn {
	cursor: pointer;
}

.navbar-inner {
	position: relative;
	display: inline-block;
}

.btn-navbar {
	display: none;
}

.btn:hover {
	text-decoration: none;
}

form.buscador.mobile-only {
	flex: 100%;
}

.InputAddOn {
	display: flex;
	width: 100%;
}

.InputAddOn-field {
	flex: 1 1 0;
}

.InputAddOn .InputAddOn-field,
.InputAddOn .InputAddOn-item {
	border: 1px solid transparent;
}

.InputAddOn-field:not(:first-child) {
	border-left: 0 none;
}

.InputAddOn-field:not(:last-child) {
	border-right: 0 none;
}

.InputAddOn-item {
	color: #FFF;
	cursor: pointer;
	transition: all .2s ease-out;
}

.InputAddOn:focus-within .InputAddOn-field,
.InputAddOn:focus-within .InputAddOn-item {
	border: 1px solid rgba(147, 128, 108, 0.25);
}

.InputAddOn-field, .InputAddOn-item {
	padding: 0.3em 0.55em;
}

.InputAddOn-field:first-child, .InputAddOn-item:first-child {
	border-radius: 2px 0 0 2px;
}

.InputAddOn-field:last-child, .InputAddOn-item:last-child {
	border-radius: 0 2px 2px 0;
}

#q {
	min-width: 60px;
	background: transparent;
	border: 0;
	width: 65px;
	transition: all .35s ease-out;
}

#q:focus {
	background: #fff;
	border: inherit;
	min-width: 210px;
}

.InputAddOn:focus-within .InputAddOn-item {
	background: #eee;
	color: #333;
}

.InputAddOn-item svg {
	height: 24px;
	width: 24px;
	fill: currentColor;
	vertical-align: bottom;
}

.ElementosCabecera {
	display: flex;
	position: absolute;
	right: 5px;
	top: 2px;
}

.buscador {
	transition: bottom .35s ease-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
	font-size: 95%;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	font-size: 95%;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
	font-size: 95%;
}

.dIdiomas {
	color: #AAA;
	position: relative;
}

.dIdiomas {
	margin-left: 15px;
	padding: 7px 5px;
}

.dIdiomas span {
	width: 15px;
	height: 15px;
	position: absolute;
	display: inline-block;
	right: 4px;
	top: 8px;
	pointer-events: none;
}

.dIdiomas img {
	width: 11px;
	height: 11px;
}

.dIdiomas select {
	background-color: transparent;
	color: #464646;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #707070;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 21px 0 0;
	height: 20px;
	cursor: pointer;
}

.FlechaMovil {
	display: none;
}

@media (min-width : 560px) {
	.dIdiomas select {
		color: #EEE;
		border-bottom: 1px dotted #EEE;
	}

	.dIdiomas select option {
		color: #333;
	}
}

.breadcumb {
	text-align: left;
}

.PS {
	border-top: 1px solid black;
	margin-top: 1.875rem;
}

.PS:hover {
	color: #5c5b5b;
}

.PS .panel-default {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	float: none;
	justify-content: space-between;
}

.PS .noticia-img {
	height: 8.75rem;
	width: 13.4375rem;
	background-position: center;
	background-size: cover !important;
	background-repeat: no-repeat;
	flex-basis: 13.4375rem;
}

.PS .panel-body {
	width: calc(100% - 248px);
	padding: .75rem 1.25rem;
	padding-top: 1.25rem;
	flex: 1;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 720px) {
	.PS .noticia-img {
		flex-basis: 100%;
		height: 55vw;
	}

	.PS .panel-body {
		width: auto;
	}
}

.PS h3.titulo {
	font-weight: normal;
	order: 2;
	font-family: "Roboto Light";
	font-size: 22px;
	line-height: 30px;
}

.PS a:hover {
	text-decoration: none;
}

.PS .writing-type {
	font-weight: bold;
}

.PS .writing-texto + .writing-info.writing-imagen:before {
	display: inline;
	content: " | ";
}

.PS p.antetitulo {
	order: 3;
}

.PS p.fecha {
	font-weight: bold;
}

.PS .enlace {
	display: none;
}

.mobile-only {
	display: none;
}

.navegacion-enlaces {
	margin-top: 14px;
	vertical-align: middle;
}

.navegacion-enlaces a {
	text-decoration: none;
}

.navegacion-enlaces:hover a {
	text-decoration: underline;
}

.navegacion-enlaces svg {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	fill: #003366;
}

.navegacion-noenlace {
	opacity: 0.6;
}

.navegacion-noenlace svg {
	fill: #333;
}

.navegacion-anterior {
	margin-right: 1.3em;
}

.fb_iframe_widget {
	top: -3px;
}

.fondooscuro {
	background: #000;
	color: #fff;
}

footer {
	color: #fff;
	font-size: 90%;
	clear: both;
	padding: 10px 15px;
	max-width: 1140px;
	margin: 10px auto 0;
}

footer a {
	color: #fff;
	text-underline-offset: 1px;
	text-decoration-thickness: 1px;
	transition: all .3s;
}

footer a:hover {
	color: #eeeeee;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

#faldon-pie {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.6;
}

.bloque-pie.pie-logo > a {
	display: inline-block;
	vertical-align: middle;
	font-size: 110%;
}

.pie-contacto, .pie-enlaces {
	border-left: 2px solid;
	padding-left: 1em;
}

.bloque-pie.pie-webmaster {
	align-self: flex-end;
}



.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin .3s ease-in 0s;
}

.onoffswitch-inner::before, .onoffswitch-inner::after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner::before {
	content: "SÍ";
	padding-left: 10px;
	background-color: #8da67e;
	color: #FFF;
}

.onoffswitch-inner::after {
	content: "NO";
	padding-right: 10px;
	background-color: #EEE;
	color: #999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999;
	border-radius: 20px;
	transition: all .3s ease-in 0s;
}

.cambiandoestado {
	opacity: .5;
	pointer-events: none;
	cursor: wait;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}

.gdpr-cookiesopcionales {
	max-width: 800px;
	margin: 0 auto;
}

#mensaje-iframe.dialogo-gdpr dialog {
	width: 750px;
	padding: 0 10px;
	max-height: 640px;
}


ul.paging {
	top: auto;
	bottom: 0;
}


.compartir-opciones {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.compartir-opciones li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.compartir-opciones a {
	display: inline-block;
	border-radius: 3px;
	padding: 2px;
	text-decoration: none;
	color: #FFF;
	box-sizing: border-box;
	line-height: 0;
}

.compartir-opciones svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.compartir-twitter a {
	background-color: #49B8E5;
}

.compartir-linkedin a {
	background-color: #2771B3;
}

.compartir-facebook a {
	background-color: #3A5E8E;
}

.compartir-email a {
	background-color: #337FEE;
}


/*details soporte básico*/
details {
	display: block;
}

details > * {
	display: none;
}

details > summary {
	display: block;
}

details[open] > * {
	display: block;
}

details.open > * {
	display: block;
}

body .fake-summary:before {
	display: none;
}

body .fake-details > p,
body .fake-details > div {
	margin: 0;
}

#pag {
	padding-left: 10px;
}

#pag > * {
	display: inline-block;
	margin-right: 0.3em;
}

#pag > *:after {
	content: " · ";
	margin-left: 0.3em;
}

#pag > *:last-child:after {
	content: "";
}

@media all and (max-width: 1024px) {
	body {
		background-image: none;
	}

	div.CarruselHolder {
		overflow: hidden;
		top: 0;
	}

	.contenido {
		min-height: 0;
	}
}

@media all and (max-width: 980px) {
	main {
		max-width: 100%;
	}

	.contenido {
		max-width: 100%;
	}

	#avisos {
		margin-right: 2px;
	}
}


@media all and (max-width: 910px) {

	.btn-navbar {
		display: block;
		position: absolute;
		right: 10px;
		top: 25px;
		font-size: 140%;
		border: 1px solid #e2e2e2;
		border-radius: 3px;
		background: #FFF;
		box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.06), inset -1px -1px 1px 0px rgba(0,0,0,0.02);
		padding: 4px;
		color: #777777;
	}

	.navegacioncabecera {
		position: fixed;
		left: -100%;
		transition: background-color 0.35s, left 0.01s linear 0.35s;
		background-color: rgba(128,128,128,0);
		width: 100%;
		overflow: scroll;
		font-size: 110%;
		height: 100%;
		padding: 0;
		z-index: 1;
		text-align: left;
		top: 87px;
		padding-bottom: 87px;
	}

	.ConScroll .navegacioncabecera {
		top: 68px;
		padding-bottom: 68px;
	}

	.MnuSecc1 {
		font-size: 120%;
		text-transform: capitalize;
	}

	a.MnuSecc2 {
		padding: 4px 0;
	}

	nav a {
		color: #999;
	}
	/*
	.ConMenu {
		position: fixed;
		width: 100%;
	}
	*/
	.ConMenu .navegacioncabecera {
		left: 0%;
		background-color: rgba(128,128,128,.8);
		transition-delay: initial;
	}

	.menu {
		min-width: 55%;
		display: inline-block;
		position: relative;
		left: -100%;
		background-color: #FFF; /*rgba(255,255,255,0.85);*/
		padding: 1px;
		box-shadow: 5px 0 5px #ccc;
		transition: left 0.35s ease-out;
		box-sizing: border-box;
	}

	.ConMenu .menu {
		left: 0%;
	}

	.MNivel1 {
		display: block;
		border-right: 0;
		margin: 15px 0;
	}

	.abierto ul,
	.menu li:hover ul,
	.menu li.sfhover ul {
		left: auto;
		display: block;
		position: static;
	}

	.menu ul {
		background-color: transparent;
		border-right: 0;
		margin-top: -6px;
		margin-bottom: 5px;
		box-shadow: none;
		border: 0;
	}

	.menu ul a {
		text-align: left;
		padding-left: 20px;
		margin: 0 5px;
		color: #999;
	}

	nav li li {
		padding: 5px 0 5px 10px;
	}

	nav,
	.ElementosCabecera,
	.buscador {
		position: static;
	}

	.dIdiomas {
		position: relative;
	}

	.ElementosCabecera {
		display: block;
	}

	.dIdiomas a {
		color: #555;
	}

	.dIdiomas {
		padding-left: 4px;
		margin: 1em 5px 1em 25px;
	}

	.dIdiomas select {
		border-color: #d9d9d9;
		color: currentColor;
		width: 100%;
	}

	.FlechaMovil {
		display: inline;
	}

	.FlechaDesktop {
		display: none;
	}

	form.buscador {
		margin: 5px;
		margin-left: 25px;
	}

	label.InputAddOn-item {
		color: #aaa;
	}
}

/* tablet */
@media all and (max-width: 768px) {
	.PS {
		margin: 1.3em 0em;
	}

	.contenido img.dcha,
	.contenido img.izda {
		float: none;
		margin: 0 auto 1em;
		display: block;
	}
}

@media all and (max-width: 700px) {
	header {
		margin: 0;
	}

	body {
		padding-bottom: 0;
	}

	body.ConAviso {
		padding-bottom: 50px;
	}

	.ConAviso footer {
		bottom: auto;
	}

	.contact {
		float: none;
		margin-bottom: 1em;
		text-align: right;
	}

	.pie-right {
		float: none;
		text-align: right;
		margin: 0;
	}

	.bloque-pie.pie-webmaster {
		flex: 1;
		text-align: right;
		margin-top: 1em;
	}
}

@media all and (max-width: 650px) {
	#avisos {
		border: 0;
		border-top: 1px solid #eee;
		flex: 100%;
		max-width: none;
		margin: 1em;
		padding: 0;
		padding-top: 1em;
		text-align: center;
	}

	#avisos .bn {
		display: inline-block;
		margin: 1em;
		vertical-align: top;
	}
}

/* movil */
@media all and (max-width: 590px) {
	div.Resumen {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		padding: 0 10px;
		box-sizing: border-box;
		flex-basis: 100%;
	}

	.limpio + .Resumen {
		border-top: 1px solid #DDD;
		padding-top: 1em;
	}

	div.nSecundaria img {
		margin: 0 auto 10px;
		float: none;
	}

	div.Resumen + .Resumen {
		margin-left: 0px;
	}

	body aside.nota {
		float: none;
		max-width: none;
		margin: 0 1em 1em;
	}

	#faldon-pie {
		display: block;
	}

	#faldon-pie > div {
		margin-bottom: 1em;
		border: 0;
	}

	#fotos {
		display: none;
	}
}

@media all and (max-width: 510px) {
	#pie-left {
		text-align: center;
	}

	.contact {
		text-align: center;
	}

	.pie-right {
		text-align: center;
		margin-top: 1em;
	}

	.navegacioncabecera {
		top: 68px;
		padding-bottom: 68px;
	}

	a.btn.btn-navbar {
		top: 15px;
	}

	#logo {
		height: 60px;
	}

	.cabecera-titulo {
		left: 60px;
		bottom: 5px;
	}

	.no-mobile, #avisos.no-mobile {
		display: none;
	}

	.mobile-only {
		display: inherit;
	}

	div.Media {
		display: block;
	}
}

@media all and (max-width: 360px) {
	.cabecera-titulo,
	.ConScroll .cabecera-titulo {
		left: 55px;
		font-size: 4.9vw;
	}
}


#g-recaptcha-response {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
	height: 78px !important;
	margin-top: -80px !important;
	z-index: -1;
	pointer-events: none;
	border: 0 !important;
	color: transparent !important;
	background: transparent !important;
	overflow: hidden;
}

.g-recaptcha {
	line-height: 0;
	margin-bottom: 1em;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.BloqueAgenda {
	margin-bottom: 2em;
}

.BloqueAgenda p {
	font-size: 90%;
}



button.slick-prev {
	left: 15px;
	z-index: 1;
}

button.slick-next {
	right: 15px;
}

.contenido .slick-dots {
	text-align: center;
}

.bloque-galeria {
	width: 100%;
	width: 720px;
	height: auto;
	max-width: 100%;
}

@media all and (max-width: 1020px) {
	.bloque-galeria {
		width: calc(100vw - 300px);
	}
}

@media all and (max-width: 650px) {
	.bloque-galeria {
		width: calc(100vw - 54px);
	}
}



div.ventanafotos dialog {
	background: #333;
	border: 0;
	box-sizing: border-box;
	max-width: 95%;
	max-height: 95%;
}

@media all and (max-width: 650px) {
	div.ventanafotos dialog {
		max-width: 100%;
		max-height: 100%;
		padding: 0 0 1em;
	}
}

.ventanafotos-contenedor {
	min-height: 300px;
	position: relative;
}

.ventanafotos-contenedor img {
	display: none;
	max-width: 100%;
	max-height: 85vh;
	margin: 0 auto;
}

.ventanafotos-contenedor img.foto__activa {
	display: block;
}

.ventanafotos-overlaynavegacion {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 45%;
	display: flex;
	font-size: 200pt;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(0,0,0, 0);
	transition: all ease-in 0.2s;
	transition-property: background-color, color;
}

.ventanafotos-overlaynavegacion:hover {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.1);
}

.ventanafotos-overlaynavegacion.ventanafotos-spansiguiente {
	right: 0;
}

.ventanafotos-overlaynavegacion.ventanafotos-spananterior {
	left: 0;
}

.ventanafotos-botones {
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.ventanafotos-contador {
	margin: 0 2em;
	color: #fff;
}

/* ---------- */
div.separator {
	top: 60px;
}

.anchocompleto {
	margin: 0 calc(-1em + 570px - 50vw);
}

.contenido .anchocompleto {
	margin: 0 calc(-2em + 570px - 50vw);
}

@media (max-width: 1140px) {
	.anchocompleto {
		margin: 0 -1em;
	}

	.contenido .anchocompleto {
		padding: 0 1em;
		margin: 0 -3em;
	}
}

@media (min-width: 992px) {
	main {
		padding-top: 160px;
	}

	html {
		scroll-padding-top: 230px;
	}
}

.img-responsive.noticia-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: 0 0;
}

h1.TS {
	color: #333;
	font-family: "Roboto Light";
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 45px;
}

article a {
	color: #016ca2;
	font-family: "Roboto Light";
	text-decoration: none;
}

main > .bnContenedor {
	flex-basis: 100%;
}

.bn h2,
article h2 {
	color: #333;
	font-family: "Roboto Light";
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 45px;
}

.journal-content-article p {
	color: #333;
	font-family: "Roboto Light";
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 30px;
}




.bloque_aviso__text-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	justify-content: center;
	align-content: center;
	color: #fefefe;
	background-color: #00000060;
	padding: 20px;
}

div.bloque_aviso,
section.bloque_aviso {
	position: relative;
	background-color: #e0e6e9;
}

.bloque_aviso__fig-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.bloque_aviso__fig-container {
	min-height: 290px;
	position: relative;
}

@media (max-width: 992px) {

	.bloque_aviso__fig-container {
		min-height: 330px;
	}
}

@media (max-width: 768px) {

	.bloque_aviso__fig-container {
		min-height: 75vw;
	}
}

.cke_editable .bloque_aviso__text-container {
	position: static;
}

.cke_editable .bloque_aviso__fig-container img {
	position: static;
}

.cke_editable .rejilla {
	border: 5px solid #00ddaa;
}

.cke_editable div.bloque_aviso,
.cke_editable section.bloque_aviso {
	border: 5px solid rebeccapurple;
	margin: 5px;
}

p.MarcadorEdicion {
	display: none;
}

.cke_editable p.MarcadorEdicion {
	display: block;
	background: aliceblue;
}

.cke_editable .rejilla2 {
	grid-template-columns: 50px 1fr 50px 1fr;
}

.menu-lat {
	font-family: "Roboto Black";
	line-height: 1.6em;
}

.menu-lat a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 28px;
	color: black;
	font-size: 16px;
	line-height: 1.6em;
	font-family: "Roboto Black";
}

.menu-lat a:hover::after, .menu-lat a:focus::after, .menu-lat a:active::after {
	width: calc(100% + 28px);
}

.menu-lat a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: black;
	transition: 1.2s;
}

