/* --------------------------------- ESTILOS IMPORTADOS DE REDEFINIDO ---------------------------------- */
/* ----- Estilo basico de BOOTSTRAP + REDEFINIDO ----- */
@import url("redefinido.css");

/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */
div.row {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: white;
	/*margin-right: 0 !important;
	margin-left: 0 !important;*/
}

/* ------------------------------ ETIQUETAS ------------------------------ */
html {
	background-color: white;
}

html a {
	text-decoration: none !important;
	color: #999;
}

html a:hover {
	text-decoration: none !important;
	color: #000;
}

body {
	width: 90%;
	min-width: 570px;
	max-width: 1280px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: 'Dosis', sans-serif;
}

/* ----------------- HEADER ---------------- */
header figure {
	float: left;
	display: inline-block;
	width: 12em;
}

header figure img {
	display: block;
	width: 100%;
	vetical-align: bottom;
}

header h1 {
	display: none;
	color: white;
	font-weight: 300;
	padding: 2%;
	margin-bottom: 0;
	background: #6d6d6d;
}

/* ----- ZONA PRIVADA: NOVIEMBRE 2020 ------ */
#fondo_velado {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 998;
	text-align: center;
}

#acceso_zonaprivada_caja {
	position: absolute;
	left: calc(50% - 8em);
	top: calc(50% - 9em);
	width: 16em;
	height: 18em;
	overflow: auto;
	z-index: 999;
	text-align: center;
	background: #f3f3f4;
	padding: 0em 2em !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	font-size: 100%;
}

#acceso_zonaprivada_caja .zonapriv_idioma {
	position: absolute;
	top: 3px;
	right: 7px;
	font-size: 70%;
	color: #999;
}

#acceso_zonaprivada_caja .zonapriv_idioma a:hover {
	color:  #e31119;
}

#acceso_zonaprivada_caja h3 {
	color: #e31119;
    font-family: 'Noto Serif', serif;
	font-size: 140%;
    font-style: italic;
    font-weight: 500;
}

#acceso_zonaprivada_caja form#zona_privada {
	float: left;
	margin-top: 1em;
}

#acceso_zonaprivada_caja form#zona_privada label {
	text-align: left;
}

#acceso_zonaprivada_caja p.txt_txiki {
	float: left;
	padding: 2em 0em 0em 0em;
	margin: 0;
	font-family: 'Noto Serif', serif;
	font-size: 65%;
	font-weight: 300;
	font-style: italic;
	color: #969799;
}

#acceso_zonaprivada_caja h3 span.txt_txiki {
	font-size: 60%;
}

#caja_zonaprivada {
	float: left;
	width: 100%;
	height: auto;
	background: #f3f3f4;
	padding: 0em 1em .5em 1em !important;
    margin-top: .5em;
	margin-bottom: 1em;
	font-size: 100%;
	text-align: center;
}

#caja_zonaprivada h3 {
	width: 100%;
	text-align: center;
	color: #e31119;
    font-family: 'Noto Serif', serif;
	font-size: 140%;
    font-style: italic;
    font-weight: 500;
}

#caja_zonaprivada h4 {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-weight: 700;
	text-align: center;
}

#caja_zonaprivada h4 .txt_zonapriv {
	display: left;
	padding: 0;
	padding-top: .18em;
	margin: 0;
	font-weight: 300;
	font-size: 85%;
	color: #666666;
}

#caja_zonaprivada p.txt_txiki {
	display: block;
    text-align: right;
	padding: 1em 0em 0em 0em;
	margin: 0;
	margin-right: -.5em;
	margin-top: 1em;
	font-family: 'Noto Serif', serif;
	font-size: 60%;
	font-weight: 300;
	font-style: italic;
	color: #969799;
}

#caja_zonaprivada h3 span.txt_txiki {
	font-size: 60%;
}

#caja_zonaprivada ul.opciones_zonaprivada {
	display: inline-block;
	width: auto;
	max-width: 90%;
	height: auto;
	padding: 0;
	margin: 1em auto 0em auto;
	font-size: 90%;
	text-align: left;
	list-style: none;
}

#zonaContenidos ul.opciones_zonaprivada {
	display: table;
	width: auto;
	max-width: 90%;
	height: auto;
	padding: 0;
	margin: 1em auto 0em auto;
	font-size: 110%;
	text-align: left;
	list-style: none;
}

#caja_zonaprivada ul.opciones_zonaprivada li, #zonaContenidos ul.opciones_zonaprivada li {
	position: relative;
}

#caja_zonaprivada ul.opciones_zonaprivada li:before, #zonaContenidos ul.opciones_zonaprivada li:before {
	content: "\2023 \0020";
}

#caja_zonaprivada ul.subopciones_zonaprivada, #zonaContenidos ul.subopciones_zonaprivada {
	width: auto;
	height: auto;
	padding: 0;
	padding-left: 1.5em;
	margin: .2em auto .5em auto;
	font-size: 90%;
	text-align: left;
	list-style: none;
	position: relative;
}

#caja_zonaprivada ul.subopciones_zonaprivada li:before, #zonaContenidos ul.subopciones_zonaprivada li:before {
	content: "\2023 \0020";
}

/* ------------------ MAIN ----------------- */
main {
	clear: both;
	margin: 0 !important;
	padding: 0;
	background-color: white;
}

main section {
	margin: auto;
	padding: 0 !important;
}

main section article {
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c5c5c5;
}

main section article.fichaespecial {
	max-height: 33%;
	padding: 0em;
	margin-bottom: 1em;
	border-bottom: none;
	position: relative;
}

main section article figure {
	width: 33%;
	padding: 0 !important;
}

main section article.fichaespecial figure {
	float: left;
	position: relative;
	width: 98%;
	padding: 0 !important;
	margin-right: 2%;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

main section article.fichaespecial figure:before{
	content: "";
	display: block;
	height: 0;
	padding-top: 92.7%;
	float: left;
}

main section article figure img {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-right: 1em;
}

main section article.fichaespecial figure img {
	position: absolute;
	left: 49.9%;
	top: 49.8%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	opacity: 1;
}

main section article.fichaespecial figure img.img_vertical {
	width: 100%;
	height: auto;
}

main section article.fichaespecial:hover figure img {
	-webkit-transform: translate(-50%,-50%) scale(1.25);
	-moz-transform: translate(-50%,-50%) scale(1.25);
	-ms-transform: translate(-50%,-50%) scale(1.25);
	-o-transform: translate(-50%,-50%) scale(1.25);
	transform: translate(-50%,-50%) scale(1.25);
	opacity: .5;
}

main section a article:hover {
	background: rgba(0,0,0,0.05);	
}

main section a article.fichaespecial:hover {
	background: none;
}

main section article.fichaespecial h3.titulo {
	position: absolute;
	bottom: 0em;
	text-align: right;
	width: 98%;
	min-height: 1em;
	height: auto;
	padding: .4em !important;
	font-size: 90%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	z-index: 20;
}

main section article.fichaespecial .fichaespecial_cuadrada {
	position: absolute;
	bottom: 0em;
	text-align: right;
	width: 98%;
	min-height: 1em;
	height: auto;
	padding: .4em !important;
	font-size: 65%;
	color: #fff;
	background: rgba(0,0,0,0.6);
	z-index: 20;
}

main section article.fichaespecial .fichaespecial_cuadrada p.antetitulo {
	font-size: 85%;
	color: #fe6569;
}

main section article.fichaespecial:hover .fichaespecial_cuadrada p.antetitulo {
	color: #feaaac;
}

main section article.fichaespecial .fichaespecial_cuadrada h3.titulo_galeria {
	padding: 0 !important;
	margin: 0;
}

main section article.fichaespecial .fichaespecial_cuadrada h3.titulo_persona {
	padding: .3em .4em !important;
	margin: 0;
	font-size: 140% !important;
	font-weight: 600 !important;
}

main section#zonaContenidos {
	float: left;
	padding-right: 2em;
	padding-right: 30px;
}

#zonaContenidos .fecha_agenda {
	float: left;
	width: 2.2em;
	height: inherit;
	margin-right: 1em;
	text-align: center;
	color: #fff;
}

#zonaContenidos .mes_agenda {
	font-size: 80%;
	background: #e31119;
	margin-bottom: 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 0px solid #e31119;
}

#zonaContenidos .dia_agenda {
	font-size: 150%;
	background: #e31119;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 0px solid #e31119;
	width: 100%;
	padding: .5em;
	margin: 0;
	line-height: 1.2em;
}

#zonaContenidos .contenido_agenda {
	height: inherit;
	overflow: hidden;
}

#zonaContenidos .contenido_agenda .antetitulo {
	width: 100%;
	margin-top: .1em;
}

#zonaContenidos .contenido_agenda h3.titulo {
	width: 100%;
    padding: 0;
    margin: 0;
}

div {
	padding: 0 !important;
}

div#noticias {
	padding-right: 0px !important;
	min-height: 300px;
	height: auto;
}

div#noticias .primeraactualidad {
	height: auto;
}

div#noticias figure, div#noticias p.resumenvideo {
	float: left;
	width: 100%;
	padding-right: 0px !important;
	margin-bottom: 1em !important;
}

div#agenda {
	padding-left: 0px !important;
	height: auto;
}

/* ----------------- FOOTER ---------------- */
footer {
	float: left;
	width: 100%;
	bottom: 0px;
	padding: 1em;
	margin: 2em 0 0 0;
	color: #adadad;
	background: #818181;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
}

footer #logo_pie {
	margin-bottom: 2em;
}

footer ul {
	width: 100%;
	text-align: center;
	padding: 0;
	padding-right: 1em;
	margin-bottom: 1em;
}

footer ul lh {
	list-style: none;
	display: block;
	text-align: left;
	font-weight: 700;
}

footer ul li {
	list-style: none;
	display: block;
	text-align: left;
	font-family: 'Noto Serif', serif;
	font-size: 90%;
	font-weight: 100;
	font-style: italic;
}

footer ul.menu_legal li, footer ul.menu_provincias li {
	font-family: 'Dosis', sans-serif;
	font-size: 100%;
	font-weight: 700;
	font-style: normal;
}

footer ul.menu_provincias li {
	font-weight: 300;
}

footer ul lh a, footer ul.menu_legal li a, footer ul.menu_provincias li a {
	width: 100%;
	color: #dadada;
}

footer ul li a {
	width: 100%;
	color: #bbb;
}

footer ul lh a:hover, footer ul li a:hover {
	color: white;
}

footer address {
	font-size: 75%;
	width: 100%;
	margin-top: 1em;
	padding-bottom: 2em;
	padding: 0 1em 2em 1em;
	color: #adadad;
}

footer address strong {
	font-size: 100%;
}

/* -------------- FORMULARIOS -------------- */
form fieldset {
	padding: 1em;
}

form legend {
	width: 100%;
	text-align: center;
	padding: 0 1em;
	margin: 0 !important;
	display: none;
}

form .aviso {
	color: red;
	display: block;
	text-align: right;
	width: 100%;
	margin: 1em 0 -3em 0;
	font-family: 'Noto Serif', serif;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
}

form .aviso span {
	font-size: 1.3em;
	font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-weight: 700;
}

form span.error  {
	color: red;
	font-family: 'Noto Serif', serif;
	font-size: 90%;
	font-weight: 100;
	font-style: italic;
}

form textarea {
	width: 100%;
	max-width: 100%;
	padding: .5em 1em;
}

form label {
	width: 100%;
}

form label span {
	color: red;
}

form input {
	width: 100%;
	height: 1.7em;
	margin-bottom: 1em;
	padding: 0 .5em;
}

form select {
	height: 1.7em;
	padding: 0 .5em;
}

form input[type="submit"],
form [type="reset"] {
	width: auto;
	margin-top: 1em;
}

form input[type="submit"]:focus {
    border: 1px solid #e31119;
	color: #e31119;
	background: #eaeaea;
	padding: 0 .55em;
}

form img+input[type="text"]{
	width: 75%;
}

form input:focus {
	outline: none !important;
    border: none;
	box-shadow: none;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="search"]:focus,
form textarea:focus,
form select:focus {
	outline: none !important;
    border: 1px solid #e31119;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
	color: black;
}

form input:required:valid {
	color: green;
}

form input:required:invalid {
	color: red;
}

form input[type='checkbox'],form input[type='radio'] {
	width: 1.75em;
	height: 1.75em;
}

form input[type="checkbox"] + span {
	display: block;
	margin-top: -2em;
	margin-bottom: 1em;
	margin-left: 2em;
}

form input[type="radio"] + span {
	display: block;
	margin-top: -2em;
	margin-bottom: 1em;
	margin-left: 2em;
}

form datalist {
	font-size: 1em;
}

form datalist option {
	font-size: 1em;
	color: green;
}

.autor {
	color: #000;
	font-size: 120%;
}

form[name="busqueda"]{
	display: flex;
	float: left;
	margin-right: .75em;
	font-size: 80%;
}

input#termino {
	margin-top: .2em;
	margin-bottom: .4em;
}

form[name="busqueda"] > input[type="submit"] {
	display: block;
	width: 1.7em;
	height: 1.7em;
	margin: 0;
	margin-left: .5em;
	padding: 0 0 0 .10em;
	border: none;
	background: url('images_css/lupa.png') no-repeat left bottom;
}

form[name="busqueda"] > input[type="submit"]:selector {
	outline: none !important;
    border: none;
	box-shadow: none;
	color: black;
}

form[name="busqueda"] > input[type="submit"]:hover {
	background: url('images_css/lupa_over.png') no-repeat left bottom;
}

form#zona_privada {
	margin-bottom: 0;
}

form#zona_privada fieldset {
	padding: 0;
	margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #fff !important;
	outline: none !important;
	border: 1px solid #a9a9a9;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -moz-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
    color: #008000 !important;
    -webkit-text-fill-color: #008000 !important;
}

input:-webkit-autofill:focus {
	border: 1px solid #e31119;
	background: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30), 0 0 0 1000px #fff inset !important;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30), 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.30), 0 0 0 1000px #fff inset !important;
	/*-webkit-box-shadow: 0 0 0 1000px #fff inset !important;*/
}

form#zona_privada input {
	margin-bottom: .5em;
}

form#zona_privada input[type="submit"] {
	width: auto;
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}

form[name="buscador_general"] {
	clear: both;
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f3f3f3;
	position: relative;
	top: -1em;
	z-index: 5;
}

form[name="buscador_general"] fieldset {
	width: 100%;
	height: auto;
	padding: 0 1em;
	padding-top: .8em;
	margin: 0;
}

form[name="buscador_general"] label {
	width: auto;
}

form[name="buscador_general"] input {
	width: 15em;
	height: 1.7em;
	font-weight: 300;
	padding: 0 .3em;
	margin-right: .5em;
	margin-bottom: .3em;
	color: #6d6d6d;
}

form[name="buscador_general"] input[type="submit"] {
	clear: both;
	width: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: 300;
}

form[name="buscador_general"] select {
	height: 1.7em;
	padding: 0 .3em;
	margin-right: .5em;
	margin-bottom: .3em;
	font-weight: 300;
}

form[name="buscador_general"] select#Provincias, form[name="buscador_general"] select#Probintziak, form[name="buscador_general"] select#ComarcasdeAlava, form[name="buscador_general"] select#Arabakoeskualdeak, form[name="buscador_general"] select#ComarcasdeVizcaya, form[name="buscador_general"] select#Bizkaikoeskualdeak, form[name="buscador_general"] select#ComarcasdeGuipuzcoa, form[name="buscador_general"] select#Gipuzkoakoeskualdeak, form[name="buscador_general"] select#MunicipiosdeAlava, form[name="buscador_general"] select#Arabakoudalerriak, form[name="buscador_general"] select#MunicipiosdeVizcaya, form[name="buscador_general"] select#Bizkaikoudalerriak, form[name="buscador_general"] select#MunicipiosdeGuipuzcoa, form[name="buscador_general"] select#Gipuzkoakoudalerriak {
	display: none;
}

#boton_busqueda {
	float: right;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: -1.15em;
	margin-bottom: 1em;
	font-size: 85%;
	font-weight: 600;
	color: #666666;
	background: #f3f3f3;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	border: 0px solid #000000;
	cursor: pointer;
	z-index: 6;
}

#boton_busqueda p {
	padding: .2em 1em 0 1em;
}

#boton_busqueda p:hover {
	color: #e31119;
	color: #000000;
}

#boton_busqueda p img {
	margin-left: .5em;
}

#boton_busqueda p img.volteado {
	-webkit-transform: scale(1,-1);
	-moz-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	-o-transform: scale(1,-1);
	transform: scale(1,-1);
}
/* ---------------------------- FIN ETIQUETAS ---------------------------- */

/* --------------------------- MENU PRINCIPAL ---------------------------- */
.navegacion {
    display: none;
}

.navegacion_movil {
	display: block;
}

.ocultable {
	display: none;	
}

.ocultable2 {
	display: list-item;	
}

.navegacion_movil {
	float: left;
	padding: 0;
    margin: 0;
	margin-top: 1em;
	margin-bottom: 20px;
	width: 100%;
	min-height: 30px;
	font-size: 1em;
	font-weight: 600;
	text-transform: capitalize;
	color: #666;
	background: #fff;
	list-style: none;
}

.navegacion_movil li {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

.navegacion_movil li a {
	display: block;
	padding: 0;
	padding: .5em 1.5em .5em 1.5em;
	margin: 0px;
	font-size: 1.4em;
	text-decoration: none;
	color: #666;
	background: #fff;
	text-transform: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
}

.navegacion_movil li:hover a {
	color: #e31119 !important;
	background: rgba(0,0,0,0.05);
}

.navegacion_movil ul#submenumovil {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	display: none;  /*oculto por defecto */
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0; 
	list-style: none;
	background: #fff;
	z-index: 30;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 300;
}

.navegacion_movil ul#submenumovil li {
	width: 100%;
	text-align: center;
}

.navegacion_movil ul#submenumovil li a {
	display: block;
	padding: 0px;
	padding: .7em 1.5em .7em 1.5em;
	margin: 0px;
	font-size: 1.2em;
	color: #666 !important;
	background: #fff;
	text-decoration: none;
	border-top: none;
	width: 100%;
}
		
.navegacion_movil ul#submenumovil li a:hover {
	color: #e31119 !important;
	background: rgba(0,0,0,0.015);
}

.navegacion_movil li.boton_desplegable {
	float: left;
	display: block;
	align: middle;
}

.navegacion_movil li.boton_desplegable a {
	float: left;
	width: 100%;
	height: auto;
	padding: .7em 1.5em .7em 1.5em;
	margin: 0px;
	background: #e31119;
	color: #fff;
}

.navegacion_movil li.boton_desplegable a:hover {
	background: #a40605;
	color: #fff;
}

.navegacion_movil li.boton_desplegable a span.icono_raya {
	display: block;
	clear: both;
	width: 1.5em;
	height: .2em;
	padding: 0;
	margin: .1em auto;
	border-radius: .1em;
	background: #fff;
}

.navegacion_movil li.boton_desplegable a:hover span.icono_raya {
	background: #fff;
}

.txt_mostrar {
	display: none;
	width: 100%;
	height: 0;
}
/* ------------------------- FIN MENU PRINCIPAL -------------------------- */

/* --------------------------------- IDs --------------------------------- */

/* ---------------- COOKIES ---------------- */
#cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 200;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	/*border: outset;
	border-color: red;*/
	border: 5px solid red;
	padding-top: .5em !important;
}

#cookies form {
	padding: 0;
	margin: 0;
}

#cookies input.boton_cookies {
    margin: 1em 0 !important;
}

/* -------- BARRA SUPERIOR (HEADER) -------- */
#header_barra_sup {
	float: right;
	/*overflow: hidden;*/
	width: 100%;
	height: auto;
	font-size: 1em;
	padding-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#header_barra_sup a {
	color: #ccc;
}

/* ---------- IDIOMAS ---------- */
#header_barra_sup nav#idiomas ul li.elegido {
	color: #000;
}

#header_barra_sup a img {
	width: 1em;
}

#header_barra_sup nav#idiomas {
	float: left;
	display: inline-block;
	color: #999;
}

#header_barra_sup nav#idiomas ul {
	padding: 0;
	margin: 0;
	margin-right: 1.0em;
}

#header_barra_sup nav#idiomas ul li {
	display: inline-block;
	margin-right: .5em;
}

#header_barra_sup nav#idiomas ul li a {
	color: #999;
	font-size: .70em;
}

#header_barra_sup nav#idiomas ul li a:hover {
	color: #000;
}

/* ---------- ZONA PRIVADA ---------- */
#header_barra_sup #zonaprivada {
	clear: both;
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
}

#header_barra_sup #acceso_zonaprivada, #header_barra_sup #acceso_zonaprivada_conectado {
	float: right;
	display: inline-block;
	min-width: 1.8em;
	width: auto;
	height: 1.8em;
	padding: 0;
	margin: 0;
	margin-left: .5em;
	cursor: pointer;
}

#header_barra_sup #acceso_zonaprivada img, #header_barra_sup #acceso_zonaprivada_conectado img {
	float: left;
	display: inline-block;
	padding: .3em;
	width: inherit;
}

#header_barra_sup #acceso_zonaprivada span, #header_barra_sup #acceso_zonaprivada_conectado span {
	float: left;
	padding: .5em .9em .5em .2em;
	margin: 0;
	font-family: 'Noto Serif', serif;
	font-size: 80%;
	font-weight: 300;
	font-style: italic;
	color: #666;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado {
	display: block;
	position: absolute;
	top: 1.8em;
	right: 0;
	float: left;
	width: 16em;
	min-height: 5em;
	height: auto;
	padding: 0 1em 1em 1em !important;
	margin: 0;
	border-top: 5px solid #e31119;
	color: #969799;
	background: #f3f3f4;
	-webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.5);
	z-index: 100;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p.txt_zonapriv {
	clear: both;
	width: 100%;
	height: 1.7em;
	font-weight: 100;
	font-size: 75%;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada h3, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado h3 {
	color: #969799;
	color: #e31119;
	font-size: 120%;
	font-weight: bold !important;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada h3 span.txt_txiki, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado h3 span.txt_txiki {
	font-size: 80%;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada h4, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado h4 {
	font-family: 'Noto Serif', serif;
	font-size: 140%;
	font-size: 110%;
	font-weight: 500 !important;
	font-style: italic;
	color: #333;
	padding-top: 0;
	margin-top: -.4em;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada p, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p {
	float: left;
	padding: .5em .9em .5em .2em;
	margin: 0;
	font-family: 'Noto Serif', serif;
	font-size: 80%;
	font-weight: 300;
	font-style: italic;
	color: #969799;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada p.txt_txiki, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p.txt_txiki {
	font-size: 70%;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada p a, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p a {
	color: #969799;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada p a:hover, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p a:hover {
	color: #666666;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada p a .txt_rojo, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p a .txt_rojo {
	color: #e31119;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada p a .txt_rojo:hover, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado p a .txt_rojo:hover {
	color: #b2040b;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada_conectado ul#opciones_zonaprivada {
	font-family: 'Noto Serif', serif;
	font-size: 80%;
	font-weight: 300;
	font-style: italic;
	color: #666;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1.2em;
	margin-bottom: .8em;
	margin-left: .7em;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada_conectado ul#opciones_zonaprivada li {
	width: 100%;
	min-height: 1.6em;
	height: auto;
	background: url('images_css/flecha_opzonaprivada.png') no-repeat left .4em top .3em;
	margin-bottom: .1em;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada_conectado ul#opciones_zonaprivada li a {
	display: block;
	width: 100%;
	min-height: 1.6em;
	height: auto;
	padding-left: 1.7em;
	color: #666;
}

#header_barra_sup #zonaprivada #ventana_zonaprivada_conectado ul#opciones_zonaprivada li a:hover {
	color: #e31119;
	background: rgba(0,0,0,0.07);
}

/* ---------- NO TE LO PIERDAS ---------- */
#header_barra_sup #notelopierdas {
	/*float: right;
	position: relative;
	padding: 0;
	margin: 0;*/
	clear: both;
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 99;
}

#header_barra_sup #notelopierdas #acceso_notelopierdas {
	float: left;
	display: inline-block;
	width: auto;
	height: 1.8em;
	padding: 0;
	margin: 0 .5em .5em .5em;
	cursor: pointer;
	background: #e31119;
}

#header_barra_sup #notelopierdas #acceso_notelopierdas img {
	float: left;
	display: inline-block;
	padding: .18em .2em .18em .6em;
	width: inherit;
}

@keyframes blink {
	50% {
		opacity: 0.0;
	}
}
@-webkit-keyframes blink {
	50% {
		opacity: 0.0;
	}
}
@-moz-keyframes blink {
	50% {
		opacity: 0.0;
	}
}
@-o-keyframes blink {
	50% {
		opacity: 0.0;
	}
}
.blink {
	-webkit-animation: blink 1s step-start infinite;
	-moz-animation: blink 1s step-start infinite;
	-ms-animation: blink 1s step-start infinite;
	-o-animation: blink 1s step-start infinite;
	animation: blink 1s step-start infinite;
	padding: 0;
	margin: 0;
}

#header_barra_sup #notelopierdas #acceso_notelopierdas span {
	float: left;
	padding: .5em .9em .5em .2em;
	margin: 0;
	font-family: 'Noto Serif', serif;
	font-size: 80%;
	font-weight: 300;
	font-style: italic;
	color: #fff;
}

#header_barra_sup #notelopierdas #ventana_notelopierdas {
	display: block;
	position: absolute;
	top: 1.8em;
	right: 0;
	float: left;
	width: 27.2em;
	min-height: 5em;
	height: auto;
	padding: 1em;
	margin: 0;
	border-top: 5px solid #e31119;
	color: #969799;
	background: #f3f3f4;
	-webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.7);
	box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.7);
	z-index: 100;
}

#ventana_notelopierdas #ventana_notelopierdas_izq {
	float: left;
	width: 50%;
	height: auto;
	padding: 0 .5em .5em .5em !important;
	text-align: center;
	color: #969799;
	font-size: 100%;
	font-weight: bold !important;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenatras {
	position: relative;
	top: 0;
	left: 0;
	width: 10%;
	width: 35px;
	height: 27px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	text-align: center;
	z-index: 110;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenatras a {
	display: block;
	width: 35px;
	height: 27px;
	padding: 0;
	margin: 0;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenatras a span {
	position: relative;
	right: 0;
	width: 10%;
	width: 35px;
	height: 27px;
	line-height: 27px;
	padding: 0;
	margin: 0;
	font-size: 120%;
	font-weight: 600;
	color: #969799;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenatras a:hover span {
	color: #e2001a;
	text-decoration: none;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenadelante {
	position: relative;
	top: -45px;
	left: 90%;
	width: 10%;
	width: 35px;
	height: 27px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	text-align: left;
	z-index: 110;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenadelante a {
	display: block;
	width: 35px;
	height: 27px;
	padding: 0;
	margin: 0;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenadelante a span {
	/*display: block;*/
	position: relative;
	/*top: -27px;*/
	right: 0;
	width: auto;
	height: 27px;
	line-height: 27px;
	padding: 0;
	margin: 0;
	font-size: 120%;
	font-weight: 600;
	color: #969799;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calenadelante a:hover span {
	color: #e2001a;
	text-decoration: none;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario {
	position: relative;
	top: -90px;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario h3 {
	float: left;
	width: 100%;
	color: #969799;
	font-size: 100%;
	font-weight: bold !important;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table {
	margin: 0 auto;
	text-align: center;
	font-weight: bold !important;
	font-size: 85%;
	border-collapse: separate;
	border-spacing: 1px;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table th, #ventana_notelopierdas #ventana_notelopierdas_izq #calendario table td {
	text-align: center;
	color: #969799;
	width: 30px;
	height: 22px;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table td {
	position: relative;
	color: #969799;
	padding: 0;
	width: 2.2em;
	height: 1.7em;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table td.dia_rojo {
	color: #e31119;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table td.dia_activo a {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #e31119;
	width: 100%;
	height: 100%;
	padding-top: .2em;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table td.dia_activo a:hover {
	color: #fff;
	background: #b2040b;
}

#ventana_notelopierdas #ventana_notelopierdas_izq #calendario table th {
	background: #969799;
	font-size: 70%;
	color: #fff;
}

#ventana_notelopierdas #ventana_notelopierdas_dcha {
	float: left;
	width: 47.5%;
	height: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: 2.5%;
	font-size: 80%;
}

#ventana_notelopierdas #ventana_notelopierdas_dcha article {
	float: left;
	width: 100%;
	height: auto;
	padding-top: .8em;
	padding-bottom: .8em;
	/*padding: .8em;*/
	border-bottom: 1px solid #969799;
}

#ventana_notelopierdas #ventana_notelopierdas_dcha a article {
	color: #969799;	
}

#ventana_notelopierdas #ventana_notelopierdas_dcha a article:hover {
	background: rgba(0,0,0,0.08);
}

#ventana_notelopierdas #ventana_notelopierdas_dcha a article h3 {
	color: #969799;
}

#ventana_notelopierdas #ventana_notelopierdas_dcha a article:hover h3 {
	color: #666;
}

/* ------------ WEB ANTERIOR ------------ */
#header_barra_sup #webanterior {
	float: right;
	position: relative;
	height: 1.8em;
	padding: 0;
	margin: 0;
	margin-top: .2em;
	margin-right: 1em;
	margin-bottom: 1em;
	font-family: 'Noto Serif', serif;
	font-size: 80%;
	font-weight: 300;
	font-style: italic;
	color: #666;
}

#header_barra_sup #webanterior a {
	color: #666;
}

#header_barra_sup #webanterior a span {
	display: inline-block;
	margin-top: .2em;
}

#header_barra_sup #webanterior img {
	float: left;
	display: inline-block;
	padding: .18em .3em .18em .3em;
	width: inherit;
	height: auto;
	vertical-align: central;
}

/* ---------- REDES SOCIALES (HEADER) ---------- */
#header_barra_sup nav#redes_header {
	display: none;
}

#header_barra_sup nav#redes_header ul {
	padding: 0;
	margin: 0;
}

#header_barra_sup nav#redes_header ul li {
	display: inline-block;
	margin-left: .5em;
}

#header_barra_sup nav#redes_header ul li a img {
	height: 1.2em;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

#header_barra_sup nav#redes_header ul li a:hover img {
    -webkit-transform: translate(0,-.2em);
    -moz-transform: translate(0,-.2em);
    -ms-transform: translate(0,-.2em);
    -o-transform: translate(0,-.2em);
	transform: translate(0,-.2em);
}

/* ---------- BARRA INFERIOR (HEADER) ---------- */
#header_barra_inf {
	position: relative;
	top: -3em;
	margin-bottom: -3em;
	float: left;
	width: 100%;
	min-height: 2em;
}

#header_barra_inf nav#redes_header_movil {
	position: relative;
	/*top: 4.5em;*/
	top: 3.7em;
	float: right;
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	color: #ccc;
}

#header_barra_inf nav#redes_header_movil ul {
	padding: 0;
	margin: 0;
}

#header_barra_inf nav#redes_header_movil ul li {
	display: inline-block;
	margin-left: .5em;
}

#header_barra_inf nav#redes_header_movil ul li a img {
	height: 1.2em;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

#header_barra_inf nav#redes_header_movil ul li a:hover img {
    -webkit-transform: translate(0,-.2em);
    -moz-transform: translate(0,-.2em);
    -ms-transform: translate(0,-.2em);
    -o-transform: translate(0,-.2em);
	transform: translate(0,-.2em);
}

/* ---------- SLIDER DESTACADOS ---------- */
#slider {
	position: relative;
	width: 100%;
	height: auto;
	height: 40.2vw !important;
	max-height: 28em;
	min-height: 12.4em;
	padding: 0 !important;
	border: 1px solid rgba(0,0,0,.05);
	/*background: #ccc;*/
	overflow: hidden;
	z-index: 1;
}

#slider a {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}

.imgsola_destacado {
	display: block;
	position: relative;
    width: 100%;
 	height: auto;
	overflow: hidden;
	padding-bottom: 45.95% !important;
}

.imgsola_destacado figure {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.imgsola_destacado figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/*.imgtxt_destacado {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 45.95% !important;
	background: #e31119;
}

.imgtxt_destacado .imagendestacado {
	float: left;
	position: absolute;
	width: 75%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.imgtxt_destacado .imagendestacado figure {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.imgtxt_destacado .imagendestacado figure img {
	float: left;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-width: 100% !important;
	min-height: 100% !important;
	margin: 0 auto;
    background: #fff;
}

.imgtxt_destacado .textodestacado {
	float: right;
	position: absolute;
	right: 0;
	width: 25%;
	height: 100%;
	padding: 1rem 1.5rem 1.5rem 1.5rem !important;
	font-family: 'Noto Serif', serif;
	font-size: 1.8rem !important;
	font-weight: 100 !important;
	font-style: italic;
	line-height: 1.2em;
	color: #fff;
}

.imgtxt_destacado a .textodestacado {
	color: rgba(255,255,255,1);
}

.imgtxt_destacado a:hover .textodestacado {
	color: rgba(255,255,255,0.8);
}*/

/* NUEVO CODIGO AGOSTO 2025 */
.imgtxt_destacado {
	position: relative;
	overflow: hidden;
	/*padding-bottom: 45.95% !important;*/
    padding-bottom: 45.10% !important;
	background: #e31119;

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.imagendestacado {
    float: left;
	position: absolute;
	width: 75%;
	height: 100%;
	text-align: center;

    flex: 1 1 50%;
    overflow: hidden;
    /*position: relative;*/
}

.imagendestacado figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imagendestacado figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.textodestacado {
    float: right;
	position: absolute;
	right: 0;
	width: 25%;
	height: 100%;
	padding: 1rem 1.5rem 1.5rem 1.5rem !important;
	font-family: 'Noto Serif', serif;
	font-size: 1.8rem !important;
	font-weight: 100 !important;
	font-style: italic;
	line-height: 1.2em;
	color: #fff;

    flex: 1 1 50%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.imgtxt_destacado a .textodestacado {
	color: rgba(255,255,255,1);
}

.imgtxt_destacado a:hover .textodestacado {
	color: rgba(255,255,255,0.8);
}

#slider iframe {
	display: block;
	margin: auto;
	max-width: 100%;
	width: 100% !important;
	height: 100% !important;
	margin-left: 0%;
	z-index: 1;
}

.video_responsive {
	display: block;
	position: relative;
	width: 100%;
 	height: 0;
	overflow: hidden;
	padding-bottom: 56.5% !important;
}

.video_responsive_home {
	display: block;
	position: relative;
	width: 100%;
 	height: 0;
	overflow: hidden;
	padding-bottom: 45.95% !important;
	background: #e31119;
	/*background: #fff;*/
}

.video_responsive iframe, .video_responsive_home iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 15;
}

.video_responsive_home a.video_responsive_enlace {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: orange;*/
}

.video_responsive .iframedestacadovideo, .video_responsive_home .iframedestacadovideo, .video_responsive .sobrevideo, .video_responsive_home .sobrevideo  {
	float: left;
	position: absolute;
	width: 82%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 20;
}

.video_responsive .iframedestacadovideo iframe, .video_responsive_home .iframedestacadovideo iframe {
	float: left;
	min-width: 100% !important;
	width: auto !important;
	height: 100% !important;
	z-index: 15;
}

.video_responsive .textodestacadovideo, .video_responsive_home .textodestacadovideo {
	float: right;
	position: absolute;
	right: 0;
	width: 18%;
	height: 100%;
	padding: 1rem 1.5rem 1.5rem 1.5rem !important;
	font-family: 'Noto Serif', serif;
	font-size: 1.8rem !important;
	font-weight: 100 !important;
	font-style: italic;
	line-height: 1.2em;
	color: #fff;
    margin-top: 2em;
}

.video_responsive a .textodestacadovideo, .video_responsive_home a .textodestacadovideo {
	color: rgba(255,255,255,1);
}

.video_responsive a:hover .textodestacadovideo, .video_responsive_home a:hover .textodestacadovideo {
	color: rgba(255,255,255,0.8);
}

a.video_responsive_enlace2 {
	position: absolute;
	width: 90%;
	min-width: 27.1em;
	max-width: 61em;
	height: 40.2vw !important;
	min-height: 12.4em;
	max-height: 28em;
	padding: 0 !important;
	overflow: hidden;
	/*background: blue;
	opacity: .5;*/
}

.sobrevideo2  {
	position: absolute;
	float: left;
	width: 82%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 20;
}

#botonera_slider {
	clear: both;
	float: right;
	position: relative;
	padding-right: .3em !important;
	padding-left: 1.5em !important;
	margin-top: -1.73em;
	text-align: right;
	width: auto;
	max-width: 90%;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 39%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(39%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 39%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 39%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 39%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 39%, rgba(0,0,0,0.5) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
	z-index: 25;
}

#botonera_slider a img {
	width: inherit !important;
	padding: 4px 0 4px 0;
	margin: 0 2px 0 2px;
	margin: 0;
}

/* ---------- SECCIONES ---------- */
#seccion1, #seccion2 {
	display: block;
	margin-top: 2em !important;
}

#seccion1 .row {
	width: 100%;
	margin-bottom: 2em !important;
}

#seccion2 {
	width: 101.8%;
}

#seccion2 .row {
	width: 100%;
}

#seccion2 article {
	padding: 0;
	padding-right: 1em;
	margin: 0;
	margin-bottom: 1em;
	border-bottom: none !important;
}

#seccion2 article a {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	border: none;
	color: #666;
	overflow: hidden;
}

#seccion2 article:hover a {
	color: #000;
	background: none;
}

#seccion2 article a figure {
	padding: 0 !important;
	margin: 0 !important;
}

main section#seccion2 article figure {
	width: 100% !important;
}

#seccion2 article a figure img {
	width: 100% !important;
	padding: 0;
	margin: 0;
}

#seccion3 {
	width: 100%;
	margin-top: 2em !important;
}

#seccion3 .row {
	float: left;
	margin: 0 auto;
	text-align: center;
}

#seccion3 .row article {
	display: inline-block;
	width: calc(50% - 3em);
	min-width: 155px;
	padding: 0;
	margin: 1.5em 1.2em;
	border-bottom: none !important;
	overflow: unset;
}

#seccion3 article a {
    display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	color: #666;
	text-align: center !important;
}

#seccion3 article a:hover {
	color: #000;
}

#seccion3 .row article .encabezadohome {
	position: relative;
	float: left;
	width: 100%;
	height: 3em;
	padding: 0;
	margin: 0;
	color: #000;
	background: #fff;
	text-align: center;
}

#seccion3 .row article .encabezadohome .tituhome_linea_gris {
	position: absolute;
    bottom: 2.2em;
	width: 100%;
	height: 2px;
    text-align: center;
	background: #ccc;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#seccion3 .row article:hover a .encabezadohome .tituhome_linea_gris {
	background: #e31119;
}

#seccion3 .row article .encabezadohome h3 {
	float: none;
	display: inline-block;
	position: relative;
    bottom: 0;
	min-width: 1em;
	/*max-width: 7.5em;*/
	width: auto;
	height: inherit;
	padding: 0 .25em;
	margin: 0 auto !important;
	background: #fff;
	color: #818181;
	font-size: 115%;
	z-index: 2;
}

#seccion3 .row article:hover a .encabezadohome h3 {
	color: #000;
}

#seccion3 article a figure {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	z-index: 3;
}

main section#seccion3 article a figure {
	width: auto !important;
}

#seccion3 article a figure img {
	display: inline-block;
	clear: both;
	height: 5em;
	width: auto !important;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#seccion3 article:hover a figure img {
	/*-webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
	transform: rotate(-360deg);*/
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}

#seccion4 {
	width: 100%;
	margin-top: 2em !important;
}

#seccion4 .row {
	float: left;
	margin: 0 auto;
}

#seccion4 .row > div {
	margin-bottom: 2em;
}

#pagina_inicial {
	background-color: rgba(0,0,0,0.05);
	padding: 1em !important;
}

#pagina_inicial h3 {
	margin-top: 0em;
	margin-bottom: 1em;
}

#pagina_inicial img {
	float: left;
	width: 40%;
	margin: .3em 1em 1em 0em;
}

#candidato_item {
	display: inline-flex;
	background-color: #4f504f;
	background-size: auto 100%;
	padding: 0;
	color: #fff;
}

#candidato_item figure {
	float: right;
    width: 40%;
    height: 100%;
    overflow: hidden;
	position: absolute;
	right: 0;
}

#candidato_item figure img {
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

#candidato_zona_texto {
	float: left;
	width: 60%;
	padding: 1em 1.5em !important;
	margin: 0;
}

#candidato_zona_texto a {
	color: rgba(255,255,255,.5);
}

#candidato_zona_texto a:hover {
	color: #fff;
}

#candidato_item h3 {
	margin-top: 0;
}

.titu_candidato {
	float: left;
	font-size: 90%;
	font-weight: bold;
	text-indent: -15px;
	width: 100%;
	height: auto;
	padding: .5em .5em 2em .5em;
	margin: 0;
	line-height: 1.5em;
	background: url(images_css/bocadillo_candidato.png) no-repeat bottom right;
	background-size: auto 1.2em;
}

.titu_candidato span {
    position: relative;
    top: .3em;
    font-size: 250%;
    color: rgba(255,255,255,.5);
    line-height: 0;
}

.titu_candidato span:first-child {
    right: .1em;
}

.titu_candidato span:last-child {
    left: .1em;
}

.txt_candidato {
	font-size: 130%;
	font-weight: 200;
	letter-spacing: .05em;
	font-style: italic;
}

.txt_candidato a {
	font-weight: 200;
	color: #fff;
}

.txt_candidato a:hover {
	color: rgba(255,255,255,.7);
}


/* -------- BUSQUEDAS: TITULO TAXONOMIAS ------- */
h3.titu_taxos {
	float: left;
	clear: both;
	font-family: 'Noto Serif', serif;
	/*font-family: 'Dosis', sans-serif;*/
	font-size: 140%;
	font-style: italic;
	color: #e31119;
	margin-top: 0em;
	margin-bottom: .5em;
}


/* --- AVISO LEGAL, PRIVACIDAD, ACCESIBILIDAD -- */
h4.titu_item {
	width: 100%;
	/*font-family: 'Dosis', sans-serif;*/
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 120%;
	color: #e31119;
	margin-top: 1.2em;
	margin-bottom: .8em;
}

#entresaca {
	padding: 0;
	margin: 10px 0 20px 0;
	font-weight: 800;
    /* font-style: italic; */
    font-size: 110%;
    line-height: 130%;
}

#navegador_horizontal {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 2em;
}

#navegador_horizontal ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navegador_horizontal ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
}

#navegador_horizontal ul li.conbordes {
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

/* ---------- NAVEGADOR GALERIA FOTOS ---------- */
#numerofotos {
	text-align: center;
	padding-right: 0 !important;
	width: 4em;
	margin: 0 3em;
	color: #fff;
	position: relative;
	z-index: 90;
}

div#numerofotos {
	float: right;
	margin-top: -1.5em !important;
}

#ant-sig {
	float: right;
	width: 100%;
	height: 1.6em;
	/*margin-top: -1.6em;
	margin-bottom: 1.6em;*/
	margin: 0;
	background: #e31119;	
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#botones_centrados {
	/*width: 22%;*/
	float: right;
	width: 10em;
	height: 1.6em;
	margin: 0 auto;
	padding: 0 .5em !important;
}

.bot_ant {
	display: block;
	background-image: url(images_css/foto_anterior.png);
	background-repeat: no-repeat;
	background-position-y: -.3em;
	height: 45px;
	width: 45px;
	float: left;
}

.bot_ant_des {
	display: block;
	margin-right: 2em;
	background-image: url(images_css/foto_anterior_des.png);
	background-position-y: -.3em;
}

.bot_sig {
	display: block;
	background-image: url(images_css/foto_siguiente.png);
	background-repeat: no-repeat;
	background-position-y: -.3em;
	height: 45px;
	width: 45px;
	float: right;
}

a.bot_ant, a.bot_sig {
	-webkit-transition: background-image 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

a.bot_ant:hover, a.bot_sig:hover {
	background-size: 95%;
	background-position-y: -.23em;
}

.bot_sig_des {
	display: block;
	margin-left: 2em;
	background-image: url(images_css/foto_siguiente_des.png);
	background-position-y: -.3em;
}

/* ---------- Estilos NODOS: PAGINAS ----------- */
#pagina {
	margin-top: 2em;
	/*box-shadow: inset -8px 0 14px -5px #cccccc;*/
}

#pagina h2 {
	margin-top: 0em;
	margin-bottom: 0em;
	padding: .75em 3em .75em 25px;
	background-color: #f3f3f3;
	color: #333;
	/*box-shadow: inset -8px 0 14px -5px #cccccc;*/
}

#pagina p {
	color: #6d6d6d;
}

#pagina ol {
	margin-bottom: 1em;
}

#pagina ul {
	margin-bottom: 1em;
}

#pagina li {
	margin-bottom: .5em;
}

#pagina table {
	margin-bottom: 1em;
}

#pagina table th,td {
	padding: .5em;
}

/* ---- Estilos NODOS: NOTICIAS, DOCUMENTOS ---- */
#listado {
	/*box-shadow: inset -8px 0 14px -5px #cccccc;*/
	color: #6d6d6d;
	margin-top: 1.5em;
}

#listado h2 {
	margin-top: 0;
	/*box-shadow: inset -8px 0 14px -5px #cccccc;*/
}

#nodo {
	/*box-shadow: inset -8px 0 14px -5px #cccccc;*/
	color: #6d6d6d;
	color: #333;
	margin-top: 1.5em;
}

#nodo h2 {
	margin-top: 0;
	/*box-shadow: inset -8px 0 14px -5px #cccccc;*/
}

#nodo article {
	height: auto;
	border-bottom: 0;
}

#nodo .fecha_agenda {
	float: left;
	width: 2.2em;
	height: inherit;
	margin-right: 1em;
	text-align: center;
	color: #fff;
	cursor: context-menu;
	cursor: help;
}

#nodo .mes_agenda {
	font-size: 80%;
	background: #e31119;
	margin-bottom: 1px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 0px solid #e31119;
}

#nodo .dia_agenda {
	font-size: 150%;
	background: #e31119;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 0px solid #e31119;
	width: 100%;	
	padding: .5em;
	margin: 0;
	line-height: 1.2em;
}

#nodo .contenido_agenda {
	height: inherit;
	overflow: hidden;
	margin-bottom: 1.5em;
}

#nodo .contenido_agenda .antetitulo {
	width: 100%;
	margin-top: .1em;
}

#nodo .contenido_agenda h3.titulo {
	width: 100%;
	/*font-family: 'Noto Serif', serif;
    font-size: 90%;
    font-style: italic;
    font-weight: 400;
	line-height: 1.3em;*/
    padding: 0;
    margin: 0;
}

#contenido {
	/*padding-right: 1em !important;*/
	padding-left: 10px !important;font-family: 'Noto Serif', serif;
	font-size: 75%;
	font-weight: 400;
	color: #000;
}

#contenido embed {
	width: 100%;	
}

#contenido iframe {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.2);
}

#mas h2 {
	margin-top: 0;
    margin-bottom: 0 !important;
	padding: .3em 0em;
	font-size: 100%;
	font-weight: 700;
	color: #333;
	/*background: rgba(0,0,0,0.2);*/
	border-bottom: 3px solid #333;
}

#mas article {
	padding: 1em 0;
}

#mas article figure {
	/*clear: both;
	width: 100%;
	margin-top: 0;
	margin-bottom: .3em;*/
	float: left;
	width: 25%;
	margin-top: 0;
	margin-right: .8em;
}

#mas article figure img {
	width: 100%;
	padding: 0;
	margin: 0 !important;
}

#lista_documentos {
	font-family: 'Noto Serif', serif;
	font-size: 90%;
	font-weight: 100;
	font-style: italic;
}

a[data-flickr-embed='true'] img {
	width: 100% !important;
	height: auto !important;
}

/* -------- Estilos NODOS: PERSONAS -------- */
#fotografias {
	float: left;
	width: 100%;
	min-height: .1em;
	height: inherit;
	margin-right: 1em;
	color: #fff;
}

#fotografias_persona {
	float: left;
	width: 10em;
	min-height: .1em;
	height: inherit;
	margin-right: 1em;
	text-align: center;
	color: #fff;
}

.ilustracion_persona {
	float: left;
	width: 10em;
	height: inherit;
	margin-right: 1em;
	text-align: center;
	color: #fff;
}

.contenido_persona {
	height: inherit;
	overflow: hidden;
	/*background: orange;*/
}

.contenido_persona #contenido {
	padding-left: 0 !important;
}

#redes_sigueme_persona {
	clear: both;
	width: 100%;
	text-align: right;
	margin-top: 0;
	margin-bottom: 1em;
	height: 2em;
	color: #999;
	font-style: italic;
}

#redes_sigueme_persona ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#redes_sigueme_persona ul li {
	display: inline-block;
	margin-left: .7em;
}

#redes_sigueme_persona ul li a img {
	height: 1.6em;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

#redes_sigueme_persona ul li:hover img {
    -webkit-transform: translate(0,-.2em);
    -moz-transform: translate(0,-.2em);
    -ms-transform: translate(0,-.2em);
    -o-transform: translate(0,-.2em);
	transform: translate(0,-.2em);
}

.boton_compartir {
	float: right;
	width: auto;
	height: 1em;
	margin-top: -.5em;
}

.boton_compartir p {
	float: left;
	margin-top: -.4em;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 90%;
	font-weight: 400;
	letter-spacing: .03em;
	color: #e31119;
	cursor: pointer;
	/*-webkit-transition: all .5s ease, display 0s .4s; /* Safari y Chrome */
	/*-moz-transition: all .5s ease, display 0s .4s; /* Firefox */
	/*-o-transition: all .5s ease, display 0s .4s; /* IE 9 */
	/*-ms-transition: all .5s ease, display 0s .4s; /* Opera */
	/*visibility: visible;
  	opacity: 1;*/
}

/*.boton_compartir:hover p {
	visibility: hidden;
  	opacity: 0;
}*/

.boton_compartir p img {
	width: 1.1em;
}

.cabecera_persona {
	padding-top: 1em !important;
	border-top: 2px solid #ccc;
	padding-bottom: 1em !important;
	border-bottom: 2px solid #ccc;
}

.contenido_persona h3 {
	font-size: 150%;
	padding-bottom: 0 !important;
}

.contenido_persona p.resumen {
	padding-top: .5em !important;
}

/* -------- Estilos NODOS: DOCUMENTOS -------- */
.ilustracion_documento {
	float: left;
	display: block;
	width: 10em;
	height: inherit;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
	color: #fff;
}

/* -------- Estilos NODOS: COMENTARIOS -------- */
#total_comentarios {
	width: 100%;
	min-height: 15px;
	height: auto;
	padding: 0;
	padding-top: .5em !important;
	margin: 0;
	margin-top: 1em;
}

#total_comentarios .titucomentarios {
	float: left;
	width: 100%;
	padding-bottom: 1em;
	margin-right: .5em;
	border-bottom: 3px solid #000;
}

#total_comentarios .titucomentarios img {
	float: left;
	margin-right: .5em;
	margin-bottom: .2em;
}

#total_comentarios .titucomentarios h3 {
	float: left;
	padding-top: .4em;
	margin: 0;
}

#total_comentarios .titucomentarios h3 span {
	display: inline-block;
	font-size: 90%;
	min-height: 25px;
	cursor: pointer;
	color: #666;
	width: auto;
	margin-left: .7em;
	padding-left: 1em;
	border-left: 1px solid #919191;
}

#total_comentarios .titucomentarios h3 span:hover, #total_comentarios .titucomentarios h3 span:hover span.txt_txiki {
	color: #000;
}

#total_comentarios .titucomentarios h3 span.vercomentarios span.txt_txiki {
	font-size: 75%;
	border-left: 0;
	margin-left: 0em;
	padding-left: 0em;
}

#total_comentarios .titucomentarios h3 span img {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: .35em;
}

#total_comentarios .titucomentarios h3 span.vercomentarios img.volteado {
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
	transform: scale(1,-1);
}

.verde, a .enlaceemail {
	color: #3f6bb5;
}

a:hover .enlaceemail {
	color: #000000;
}

#comentarios {
	float: left;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

#comentarios h3 {
	width: 100%;
	padding-top: 1em;
	margin-top: 0;
	border-bottom: 3px solid #000;
}

.comentario_item {
	float: left;
	width: 100%;
	padding: .7em 1em .5em 1em !important;
	margin: 0;
	margin-top: 10px;
	font-size: 90%;
	border: 1px solid rgba(0,0,0,0.08);
	background: rgba(0,0,0,0.05);
}

.comentario_item .fecha {
	padding: 0;
	margin: 0;
	font-size: 85% !important;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: .4em;
	color: #e31119;
}

.nombre_comentario {
	color: #000;
	font-weight: 700;
	font-size: 90%;
}

.nombre_comentario_admin {
	color: red;
	font-weight: 700;
	font-size: 90%;
}

.estado_pendiente {
	color: red;
	font-weight: 500;
}

.estado_desactivado {
	color: red;
	font-weight: 500;
}

.comentario_item p {
	clear: both;
	padding: 0;
	padding-top: .5em;
	margin: 0;
	color: #666666;
	color: #333333;
	font-family: 'Noto Serif', serif;
	font-size: 80%;
	font-weight: 200;
}

/* --- FORMULARIO COMENTARIOS --- */
.mensaje_ok {
	display: inline-block;
	width: 100%;
	color: green;
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.08);
	/*font-size: 110%;
	font-weight: 700;*/
	padding: 1em;
	margin-top: .5em;
	font-family: 'Noto Serif', serif;
	font-size: 90%;
	font-weight: 100;
	font-style: italic;
	text-decoration: blink;
}

/* -------------- ZONA NAVEGACION -------------- */
#zona_navegacion {
	clear: both;
	color: #000;
	text-align: center;
	position: relative;
	top: 1em;
	margin-bottom: 2em;
}

#navegacion_listado {
	width: 15em;
	height: 32px;
	margin: 0 auto;
	padding: 0 !important;
	padding-top: 0.5em;
	/*background: blue;*/
}

.enlace_anteriores {
	float: left;
	background-image: url(images_css/anterior.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
}

a.enlace_anteriores {
	opacity: 1.0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.enlace_anteriores:hover {
    -webkit-transform: translate(-.5em,0);
    -moz-transform: translate(-.5em,0);
    -ms-transform: translate(-.5em,0);
    -o-transform: translate(-.5em,0);
	transform: translate(-.5em,0);
}

.enlace_anteriores_desac {
	float: left;	
	background-image: url(images_css/anterior_des.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
}

.enlace_siguientes {
	float: right;
	background-image: url(images_css/siguiente.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
}

a.enlace_siguientes {
	opacity: 1.0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.enlace_siguientes:hover {
    -webkit-transform: translate(.5em,0);
    -moz-transform: translate(.5em,0);
    -ms-transform: translate(.5em,0);
    -o-transform: translate(.5em,0);
	transform: translate(.5em,0);
}

.enlace_siguientes_desac {
	float: right;
	background-image: url(images_css/siguiente_des.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
}

.totalpag {
	font-weight: bolder;
	font-size: 110%;
	padding: 0.2em 0.2em 0.2em 0em;
}
/* ------------------------------- FIN IDs ------------------------------- */

/* ------------------------------- CLASES -------------------------------- */
.extras {
	clear: both;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: .5em 0 .3em 0 !important;
	margin: 2em 0;  
}

.extras_listado {
	float: left;
	background: #f3f3f3;
	width: 63%;
	padding: .5em .5em .3em .5em !important;
	margin: 0;
	margin-top: .2em;
}

.extras a, .extras_listado a {
	color: #6d6d6d;
}

.extras ul, .extras_listado ul {
	list-style: none !important;
	padding: 0;
	margin-bottom: 0;
}

.extras ul li, .extras_listado ul li {
	margin-bottom: .5em;
}

.extras ul li a img, .extras_listado ul li a img {
	vertical-align: central;
	margin-right: .5em;
	padding-left: .5em;
}

.extras ul li a span, .extras_listado ul li a span {
	position: relative;
	top: .2em;
}

.extras ul li a img, .extras_listado ul li a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.extras ul li a:hover img, .extras_listado ul li a:hover img {
	-webkit-transform: translate(-.5em,0);
    -moz-transform: translate(-.5em,0);
    -ms-transform: translate(-.5em,0);
    -o-transform: translate(-.5em,0);
	transform: translate(-.5em,0);
}

.volver {
	clear: both;
	/*padding: .5em 0 1em !important;*/
	margin: 1em;
	margin-top: 0;
}

.volver_margenizq {
	margin-left: 0;
}

.imprimir {
	clear: both;
	/*padding: .5em 0 1em !important;*/
	margin: 1em;
	margin-top: 0;
}

.volver a, .imprimir a {
	color: #6d6d6d;
}

.volver a img {
	/*vertical-align: middle;*/
	height: 45px;
	padding: 0;
	margin: 0;
}

.imprimir a img {
	/*vertical-align: middle;
	height: 40px;*/
	padding: 0;
	margin: 0;
}

.volver a img, .imprimir a img {
	opacity: 1.0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.volver a:hover img, .imprimir a:hover img {
    -webkit-transform: translate(-.5em,0);
    -moz-transform: translate(-.5em,0);
    -ms-transform: translate(-.5em,0);
    -o-transform: translate(-.5em,0);
	transform: translate(-.5em,0);
}

.volver a span, .imprimir a span {
	display: inline-block;
	float: none;
	height: 45px;
	padding-left: .3em !important;
	position: relative;
	top: .2em !important;
}

.elegido {
	border-bottom: 1px solid red;
}

.encabezadohome {
	float: left;
	width: 100%;
	min-height: .5em;
	height: auto;
	padding: .5em .8em 0 .8em;
	margin-bottom: .5em;
	color: #000;
	background: #fff;
	text-align: center;
}

.encabezadohome h2 {
	clear: both;
	min-width: 1em;
	width: auto;
	padding: 1.2em .45em 0 .45em;
	margin: 0 auto !important;
	font-weight: 200;
}

.encabezadohome .tituhome_linea img {
	float: none;
	display: inline-block;
	position: relative;
	top: -1.2em;
	padding: 0 .45em;
	width: auto;
	margin: 0 auto !important;
	min-width: 1em;
	z-index: 2;
}

.encabezadohome .tituhome_linea {
	float: left;
	width: 100%;
	height: 2px;
	text-align: center;
	/*background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, #fff, #e31119, #fff);*/
	background: #e31119;
	padding: 0;
	margin: 0;
	margin-top: 1.2em;
	z-index: 1;
}

.piehome {
	float: left;
	clear: both;
	width: 100%;
	height: 1.7em;
	padding: .5em;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #fff;
	/*background: #e31119;*/
	background: url("images_css/icono_home_mas.png") no-repeat #e31119;
	background-position: 1em -.3em;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 500;
	-webkit-transition: background-image 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

.piehome:hover {
	background: url("images_css/icono_home_mas_over.png") no-repeat #a40605;
	/*background-position: 1.22em -.14em;*/
	background-position: 1em -.3em;
	/*-webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
	transform: rotate(-360deg);*/
}

.piehome p {
	float: left;
	padding-left: 4em;
	padding-top: .15em;
}

.encabezado {
	float: left;
	width: 100%;
	min-height: .5em;
	height: auto;
	padding: 0.5em 0.8em;
	margin-bottom: 1em;
	color: white;
	background-color: #e31119;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 500;
	text-align: center;
}

.encabezado h2 {
	float: none;
	display: inline-block;
	position: relative;
	top: -.55em;
	padding: 0 .45em;
	width: auto;
	margin: 0 auto !important;
	min-width: 1em;
	/*background: #000 !important;*/
	background: #e31119 !important;
	z-index: 2;
}

.encabezado .titu_linea {
	float: left;
	width: 100%;
	height: 2px;
	text-align: center;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, #e31119, #fff, #e31119);
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	z-index: 1;
}

.encabezado ul.submenu_galeria {
	clear: both;
	list-style: none;
	font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 90%;
	font-weight: 600;
	letter-spacing: .1em;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: -1em;
	margin-bottom: .2em;
	text-align: center;
}

.encabezado ul.submenu_galeria li {
	display: inline;
	margin: 0 1em;
	padding: 0;
	line-height: 3.5em;
	padding-bottom: .3em;
}

.encabezado ul.submenu_galeria li a {
	color: #fff;
	height: 3.5em;
	padding-bottom: .15em;
	border-bottom: 3px solid #fff;
}

.encabezado ul.submenu_galeria li:hover a, .encabezado ul.submenu_galeria li a:hover {
	color: rgba(255,255,255,.8);
	border-bottom: none;
	cursor: pointer;
}

.encabezado ul.submenu_galeria li:hover {
	cursor: pointer;
}

/* ICONOS DEL SUBMENU DE "GALERIA MULTIMEDIA" */
.encabezado ul.submenu_galeria li.ico_fototeca {
	height: 3em;
	padding-left: 2em;
	background: url("images_css/ico_fototeca.png") no-repeat top .1em left #e31119;
}

.encabezado ul.submenu_galeria li.ico_videoteca {
	height: 3em;
	padding-left: 2em;
	background: url("images_css/ico_videoteca.png") no-repeat top .1em left #e31119;
}

.encabezado ul.submenu_galeria li.ico_audioteca {
	height: 3em;
	padding-left: 2em;
	background: url("images_css/ico_audioteca.png") no-repeat top .1em left #e31119;
}

p.antetitulo {
	font-size: 85% !important;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: .4em;
	color: #e31119;
}

p.antetitulo time {
	font-size: 100%;
}

span.desactivado {
	display: inline-block;
	font-size: 75% !important;
	font-weight: 600;
	letter-spacing: .1em;
	padding: .1em 1em;
	margin: 0;
	margin-right: .4em;
	margin-bottom: .2em;
	color: #fff;
	background: #e31119;
	/*text-decoration: blink;*/
}

span.margenizq {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: .4em;
}

.titulo {
	font-weight: 700;
	color: #333;
	margin: 0;
}

.titular {
	padding-bottom: 1em;
}

.descripcion {
	font-family: 'Noto Serif', serif;
	font-size: 90%;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	color: #333;
}

.resumen {
	font-family: 'Noto Serif', serif;	
	font-size: 90%;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	color: #6d6d6d;
}

.resumenvideo {
	float: left;
	width: 32.6%;
	margin-right: 1.23em;
	color: #6d6d6d;
}

a .resumen, a .resumenvideo {
	color: #6d6d6d;
}

a:hover .resumen, a:hover .resumenvideo {
	color: #000;
}

.resumenvideo iframe {
	border: 1px solid rgba(0,0,0,0.2);
}

.clear {
	clear: both;
}

.clear0_5em {
	clear: both;
	height: .5em;
}

.clear1_5em {
	clear: both;
	height: 1.5em;
}

/* ----------- AGENDA ----------- */
#agenda {
	float: left;
	width: 100%;
}

#agenda article {
	padding: 1em .5em;
}

#agenda .fecha_agenda {
	float: left;
	width: 2.2em;
	height: inherit;
	margin-right: 1em;
	text-align: center;
	color: #fff;
}

#agenda .mes_agenda {
	font-size: 80%;
	background: #e31119;
	margin-bottom: 1px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 0px solid #e31119;
}

#agenda .dia_agenda {
	font-size: 150%;
	background: #e31119;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 0px solid #e31119;
	width: 100%;	
	padding: .5em;
	margin: 0;
	line-height: 1.2em;
}

#agenda .contenido_agenda {
	height: inherit;
	overflow: hidden;
}

#agenda .contenido_agenda .antetitulo {
	width: 100%;
	margin-top: .1em;
}

#agenda .contenido_agenda h3.titulo {
	width: 100%;
	font-family: 'Noto Serif', serif;
    font-size: 90%;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    margin: 0;
	line-height: 1.3em;
}

#agenda a .contenido_agenda h3.titulo {
	color: #6d6d6d;
}

#agenda a:hover .contenido_agenda h3.titulo {
	color: #000;
}

/* ---------- NOTICIAS ---------- */
/*.encabezado_noticias {
	background-image: url("images_css/noticias.png");
	background-position: 12px 5px;
	padding-left: 2.5em;
}*/

/* --------- DOCUMENTOS --------- */
/*.encabezado_documentos {
	background-image: url("images_css/documentos.png");
	background-position: 10px 7px;
	padding-left: 2.5em;
}*/

/* ----------- AGENDA ----------- */
/*.encabezado_agenda {
	background-image: url("images_css/agenda.png");
	background-position: 12px 9px;
	padding-left: 2.5em;
}*/

/* ---------- GALERIA ----------- */
/*.encabezado_galeria {
	background-image: url("images_css/galeria.png");
	background-position: 14px 2px;
	padding-left: 2.5em;
}*/

/* ------------ BLOG ------------ */
/*.encabezado_blog {
	background-image: url("images_css/blog.png");
	background-position: 17px 10px;
	padding-left: 2.5em;
}*/

/* ------------ BLOG ------------ */
/*.encabezado_personas {
	background-image: url("images_css/personas.png");
	background-position: 12px 10px;
	padding-left: 2.5em;
}*/

/* ---------- BUSQUEDA ---------- */
/*.encabezado_busqueda {
	background-image: url("images_css/busqueda.png");
	background-position: 16px 9px;
	padding-left: 2.5em;
}*/

/* --------- FORMULARIO --------- */
/*.encabezado_formulario {
	background-color: #6d6d6d;
	background-image: url("images_css/formulario.png");
	background-position-y: 5px;
	padding-left: 2.5em;
}*/

p.formulario_txt {
	background-color: rgba(0,0,0,0.05);
	color: #000;
	margin-top: 0.5em;
	padding: 0.7em 1em 0.9em 1em;
}

.mensaje_error {
	color: red;
	font-family: 'Noto Serif', serif;
	font-size: 90%;
	font-weight: 100;
	font-style: italic;
}

.img_contacto {
	float: left;
	width: 55%;
	height: auto;
	vertical-align: middle;
}

span.contacto_direccion {
	float: left;
	width: 45%;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 85%;
	margin-top: 1em;
}

span.contacto_direccion .video_responsive {
	width: 100%;
	height: 11vw;
	min-height: 4.1em;
	max-height: 8.4em;
	padding: 0 !important;
	margin: 0;
	margin-bottom: 1em;
}

span.contacto_direccion .video_responsive iframe {
	height: 11vw !important;
	min-height: 4.1em !important;
	max-height: 8.4em !important;
}

/* ----------- LATERAL ---------- */
.lateral {
	width: 100%;
	padding: 0;
	margin: auto;
	margin-top: 1.5em;
}

.lateral h3 {
	padding-right: .3em;
}

.lateral figure {
	float: left;
    width: 50%;
	padding-right: 1em;
}

.lateral figure img {
	float: left;
	width: 98.2%;
	margin: 0 0 .5em 0 !important;
}

.lateral .resumenvideo {
	float: left;
	width: 99.2% !important;
	width: 99% !important;
	margin: 0 0 .5em 0 !important;
	color: #6d6d6d;
}

.lateral .resumenvideo iframe {
	float: left;
	border: 1px solid rgba(0,0,0,0.2);
	margin: 0;
}

aside.lateral {
	float: left;
	width: 100%;
	width: 101.8%;
	margin: 3em 0 1em 0;
}

.lateral article {
	font-size: 80%;
}

/* ----------- Calendario AGENDA (indice LATERAL) ----------- */
#calendario_agenda {
	float: none;
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	padding-top: .3em !important;
	padding-bottom: .3em !important;
	margin: 2em auto 0em auto !important;
	border: 1px solid #ccc;
}

#calendario_agenda #calenatrasagenda {
	float: left;
	position: relative;
	/*width: 35px;
	height: 25px;*/
	width: 70px;
	height: 50px;
	padding: 0;
	margin: 0;
	text-align: right;
	z-index: 9;
}

#calendario_agenda #calenatrasagenda a {
	/*width: 35px;
	height: 25px;*/
	width: 70px;
	height: 50px;
	padding: 0;
	margin: 0;
}

#calendario_agenda #calenatrasagenda a span {
	/*width: 35px;
	height: 25px;
	line-height: 25px;*/
	width: 70px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	/*font-size: 120%;*/
	font-size: 240%;
	font-weight: 600;
	color: #969799;
}

#calendario_agenda #calenatrasagenda a:hover span {
	color: #e2001a;
	text-decoration: none;
}

#calendario_agenda #calenadelanteagenda {
	float: right;
	position: relative;
	/*width: 35px;
	height: 25px;*/
	width: 70px;
	height: 50px;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 9;
}

#calendario_agenda #calenadelanteagenda a {
	/*width: 35px;
	height: 25px;*/
	width: 70px;
	height: 50px;
	padding: 0;
	margin: 0;
}

#calendario_agenda #calenadelanteagenda a span {
	/*width: 35px;
	height: 25px;
	line-height: 25px;*/
	width: 70px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	/*font-size: 120%;*/
	font-size: 240%;
	font-weight: 600;
	color: #969799;
}

#calendario_agenda #calenadelanteagenda a:hover span {
	color: #e2001a;
	text-decoration: none;
}

#calendario_agenda #calendarioagenda {
	padding: 0;
	margin: 0;
}

#calendario_agenda #calendarioagenda h3 {
	float: left;
	width: 100%;
	/*height: 25px;*/
	height: 50px;
	padding: 0;
	margin: 0;
	margin-top: -1em;
	margin-bottom: .5em;
	color: #969799;
	/*font-size: 100%;*/
	font-size: 200%;
	font-weight: bold !important;
	text-align: center;
	z-index: 8;
}

#calendario_agenda #calendarioagenda table {
	margin: 0 auto;
	text-align: center;
	font-weight: bold !important;
	/*font-size: 85%;
	font-size: 170%;*/
	font-size: 130%;
	border-collapse: separate;
	border-spacing: 1px;
}

#calendario_agenda #calendarioagenda table th, #calendario_agenda #calendarioagenda table td {
	text-align: center;
	color: #969799;
	/*width: 30px;
	height: 22px;*/
	width: 60px;
	height: 22px;
}

#calendario_agenda #calendarioagenda table td {
	position: relative;
	color: #969799;
	padding: 0;
	/*width: 2.2em;
	height: 1.7em;*/
	width: 4.4em;
	height: 1.7em;
}

#calendario_agenda #calendarioagenda table td.dia_rojo {
	color: #e31119;
}

#calendario_agenda #calendarioagenda table td.dia_activo a {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #e31119;
	width: 100%;
	height: 100%;
	padding-top: .2em;
}

#calendario_agenda #calendarioagenda table td.dia_activo a:hover {
	color: #fff;
	background: #b2040b;
}

#calendario_agenda #calendarioagenda table th {
	background: #969799;
	font-size: 70%;
	color: #fff;
}

#listado article p.resumenvideo {
	float: left;
	margin-bottom: 0 !important;
}

#seccion1 article p.resumenvideo iframe, #listado article p.resumenvideo iframe {
	float: left;
	margin: 0;
}

.foto_cabecera {
	width: 100%;
}

.foto_cabecera img {
	width: 100%;
}

.redes {
	float: right;
	text-align: right;
	margin-bottom: 1em;
	margin-left: 2em;
}

nav#redes_contenido {
	float: right;
	display: inline-block;
	display: none;
	width: auto;
	height: 1.5em;
	padding: 0;
	margin: 0;
	margin-top: -.5em;
	margin-left: .5em;
	color: #ccc;
}

nav#redes_contenido ul {
	padding: 0;
	margin: 0;
	width: 105%;
	height: 1.5em;
}

nav#redes_contenido ul li {
	display: inline-block;
	margin-left: .5em;
}

nav#redes_contenido ul li a img {
	height: 1.2em;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

nav#redes_contenido ul li a:hover img {
    -webkit-transform: translate(0,-.2em);
    -moz-transform: translate(0,-.2em);
    -ms-transform: translate(0,-.2em);
    -o-transform: translate(0,-.2em);
	transform: translate(0,-.2em);
}

nav#redes_footer {
	float: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	color: #ccc;
}

nav#redes_footer ul {
	padding: 0;
	margin: 0;
}

nav#redes_footer ul li {
	display: inline-block;
	margin-left: 1em;
}

nav#redes_footer ul li a img {
	/*height: 1.2em;*/
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

nav#redes_footer ul li a:hover img {
    -webkit-transform: translate(0,-.2em);
    -moz-transform: translate(0,-.2em);
    -ms-transform: translate(0,-.2em);
    -o-transform: translate(0,-.2em);
	transform: translate(0,-.2em);
}

.ilustracion {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	overflow: hidden;
    position: relative;
}

.ilustracion img {
	width: 100%;
	/*margin-bottom: -2.85em;*/
	padding: 0;
}

.ilustracion figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: rgba(0,0,0,0.5);
	font-family: 'Noto Serif', serif;
	font-size: 70%;
	font-style: italic;
	font-weight: 300;
	padding: .5em 1em;
}

.no_mostrar {
	display: none !important;
}

.aviso_rojo {
	display: block;
	background: #e31119;
	color: #fff;
	width: 100%;
	height: auto;
	padding: .5em !important;
	margin: 0;
	font-size: 80%;
	font-weight: 700;
}

.txt_aviso {
	float: left;
	font-size: 75%;
	font-weight: 400;
	line-height: 100%;
	color: rgba(0,0,0,0.5);
}

.txt_rojo {
	color: #e31119;
}

.txt_verde {
	color: #00801f;
}

.boton_cerrar {
	float: right;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: .4em;
	right: .4em;
	cursor: pointer;
}

.txt_frasedestacada {
	font-family: 'Noto Serif', serif;
	font-size: 120%;
	font-style: italic;
	font-weight: 300;
	color: #999;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.txt_frasedestacada span.txt_txiki {
	font-size: 70%;
	color: #000;
}

/* ----------- ENLACES ---------- */
ul.enlaces_cont {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	overflow: hidden;
}

ul.enlaces_cont li {
	width: 100%;
	padding: 0;
	margin-bottom: .5em;
	background: rgba(0,0,0,0.02);
	font-style: italic;
}

ul.enlaces_cont li:hover {
	background: rgba(0,0,0,0.05);
}

ul.enlaces_cont li a {
	display: block;
	line-height: 2.8em;
	width: 100%;
	padding: .5em 1em .2em 1em;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

ul.enlaces_cont li a:hover {
    -webkit-transform: translate(-.2em,0);
    -moz-transform: translate(-.2em,0);
    -ms-transform: translate(-.2em,0);
    -o-transform: translate(-.2em,0);
	transform: translate(-.2em,0);
}

ul.enlaces_cont li a img {
	margin-right: .5em;
}

.invisible {
	display: none;	
}

/* ------------------------------ EDICION EN WEB PUBLICA ------------------------------ */
.botpub_anadir {
	min-width: 20px;
	width: auto;
	min-height: 28px;
	height: auto;
	padding: .3em .7em .3em 2em;
	margin: 0;
	margin-bottom: .5em;
	font-size: 70%;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	background: url("../images2020/botpub_anadir.png") no-repeat left .2em top .1em #ff1a26;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0px solid #ff1a26;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
}

.botpub_editar {
	min-width: 20px;
	width: auto;
	min-height: 28px;
	height: auto;
	padding: .3em .7em .3em 2em;
	margin: 0;
	margin-bottom: .5em;
	font-size: 70%;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	background: url("../images2020/botpub_editar.png") no-repeat left .2em top .1em #ff1a26;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0px solid #ff1a26;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
}

.botpub_eliminar {
	min-width: 20px;
	width: auto;
	min-height: 28px;
	height: auto;
	padding: .3em .7em .3em 2em;
	margin: 0;
	margin-bottom: .5em;
	font-size: 70%;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	background: url("../images2020/botpub_eliminar.png") no-repeat left .2em top .1em #ff1a26;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0px solid #ff1a26;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
}

.botpub_cerrar {
	min-width: 20px;
	width: auto;
	min-height: 28px;
	height: auto;
	padding: .3em .7em .3em 2em;
	margin: 0;
	margin-bottom: .5em;
	font-size: 70%;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff !important;
	background: url("../images2020/botpub_cerrar.png") no-repeat left .2em top .1em #ff1a26;	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0px solid #ff1a26;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.3);
}

.botpub_solo {
	padding: .3em !important;
	padding-right: 2.2em !important;
	margin-top: -2px;
}

.botpub_listado, .botpub_listado:hover {
	margin-top: 1em;
	margin-right: .7em;
	margin-bottom: -3em;
	position: relative;
	z-index: 20;
}

.botonera_cadaslider {
	float: left;
	max-width: 80%;
	width: auto;
	height: auto;
	margin-top: -1.3em;
}

.botonera_cadaslider p {
	float: left;
	width: auto;
}

.botpub_listado_slider, .botpub_listado_slider:hover {
	z-index: 20;
	margin-right: .5em;
	/*margin-top: 1em;
	margin-left: 1em;
	margin-bottom: -3em;
	position: relative;
	z-index: 20;*/
}

#slider p.desactivado {
	z-index: 20;
	/*float: left;
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: -3em;
	position: relative;
	top: 3.5em;
	z-index: 20;*/	
}

p.slider_botanadir {
	float: right;
	width: auto;
	margin-top: .3em;
	margin-bottom: -.2em;
}

.botpub_anadir:hover, .botpub_editar:hover, .botpub_eliminar:hover, .botpub_cerrar:hover {
	color: #fae6e5;
	position: relative;
	top: 2px;
	left: 2px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
}

.botpub_anadir:visited, .botpub_editar:visited, .botpub_eliminar:visited, .botpub_cerrar:visited, .botpub_anadir:active, .botpub_editar:active, .botpub_eliminar:active, .botpub_cerrar:active, .botpub_anadir:focus, .botpub_editar:focus, .botpub_eliminar:focus, .botpub_cerrar:focus {
	color: #fff !important;
}

.contenido_agenda .botpub_editar {
	margin-right: .4em;
}

#ventana_metadatos {
	clear: both;
	width: 100%;
	min-height: 10em;
	height: auto;
	padding: .8em 1em !important;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #f3f3f3;
}

#ventana_metadatos ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 90%;
}

#ventana_metadatos ul li {
	width: 100%;
	min-height: .5em;
	height: auto;
}

#ventana_metadatos ul li input {
	width: 90%;
	padding: 0;
	padding-left: .2em;
	padding-right: .2em;
	margin: 0;
	margin-bottom: .2em;
	font-size: 75%;
}

.fiz {
	float: left;
}

.fdc {
	float: right;
}

#ventana_metadatos ul.datoscreacionnodo {
	float: left;
	font-size: 75%;
	font-weight: 700;
	color: #e2001a;
	list-style: none;
	width: auto;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

#ventana_metadatos ul.datoscreacionnodo li {
	margin-bottom: 0;
}

.desactivado {
	display: inline-block;
	font-size: 75% !important;
	font-weight: 600;
	letter-spacing: .1em;
	padding: .1em 1em;
	margin: 0;
	margin-right: .4em;
	margin-bottom: .2em;
	color: #fff;
	background: #e31119;
	/*text-decoration: blink;*/
}

.desactivado img {
	padding: 0;
	margin: 0;
	margin-right: .2em;
	width: 1.2em;
	height: auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.cabecera_persona span.desactivado {
	font-size: none !important;
	font-size: 62% !important;
	padding-top: .2em !important;
	padding-bottom: .2em !important;
}

.alerta {
	display: inline-block;
	font-size: 75% !important;
	font-weight: 600;
	letter-spacing: .1em;
	padding: .1em 1em;
	margin: 0;
	margin-right: .4em;
	margin-bottom: .2em;
	color: #fff;
	background: #e31119;
}

.destacado, .pendiente {
	display: inline-block;
	font-size: 75% !important;
	font-weight: 600;
	letter-spacing: .1em;
	padding: .1em 1em;
	margin: 0;
	margin-right: .4em;
	margin-bottom: .2em;
	color: #fff;
	background: #079907;
}

.ennotelopierdas {
	padding: .1em .5em .1em .5em !important;
	font-family: 'Noto Serif', serif !important;
	font-weight: 300 !important;
	font-style: italic !important;
	letter-spacing: 0 !important;
}

#ventana_metadatos h4 {
	font-weight: 600;
	padding-top: .3em;
	margin-top: 1em !important;
	width: 100%;
	border-top: 1px solid #ccc;
}

.bot_tituadmin {
	float: right;
	display: block;
	margin-top: -1.5em;
}

#ventana_metadatos ul.bot_listaadmin, #fotografias ul.bot_listaadmin, #fotografias_persona ul.bot_listaadmin, #lista_documentos ul.bot_listaadmin, #comentarios ul.bot_listaadmin {
	float: right;
	width: auto;
	list-style: none;
}

#ventana_metadatos ul.bot_listaadmin li, #fotografias ul.bot_listaadmin li, #fotografias_persona ul.bot_listaadmin li, #lista_documentos ul.bot_listaadmin li, #comentarios ul.bot_listaadmin li {
	float: left;
	width: auto;
	min-height: .5em;
	height: auto;
}

#fotografias ul.bot_listaadmin, #fotografias_persona ul.bot_listaadmin {
	float: right;
	width: auto;
	padding: .3em .5em !important;
	padding-bottom: .08em !important;
	margin: 0 !important;
	margin-bottom: -2.5em !important;
	background: rgba(0,0,0,0.4);
	position: relative;
	z-index: 10 !important;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	border: 0px solid #e31119;
}

#lista_documentos ul.bot_listaadmin, #comentarios ul.bot_listaadmin {
	float: right;
	width: auto;
	padding: .3em .5em !important;
	padding-bottom: .08em !important;
	margin: 0 !important;
	margin-bottom: -2.5em !important;
	position: relative;
	z-index: 10 !important;
}

#comentarios ul.bot_listaadmin {
	position: relative;
	top: -.7em;
	right: -1em;
}

#fotografias ul.bot_listaadmin li, #fotografias_persona ul.bot_listaadmin li, #lista_documentos ul.bot_listaadmin li, #comentarios ul.bot_listaadmin li {
	margin-left: .3em;
}

.botpub_fotos {
	padding: .3em;
	padding-right: 1.8em;
	padding-bottom: 1em ;
}

.botpub_margendocus {
	margin-right: .3em;
}

.botpub_margencomentarios {
	margin-top: .8em;
	margin-right: .3em;
}

.botpub_docus {
	padding: .3em;
	padding-right: 1.8em;
	padding-bottom: 1em ;
}

.ficha_metadatos {
	clear: both;
	width: 100%;
	height: auto;
	padding: .3em .5em !important;
	margin: 0 0 .2em 0 !important;
	background: rgba(0,0,0,0.08);
	font-size: 90%;
}

.ficha_metadatos p {
	width: auto;
	margin: 0 !important;
}

.ficha_metadatos a {
	color: #333;
}

.ficha_metadatos a:hover {
	color: #777;
}

.txt_site {
	font-size: 105%;
	font-weight: bold;
}

/* ------------------------ MAPA CAV ------------------------ */
#MapaCAV {
	clear: both;
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: -.95em;
	margin-bottom: 1em;
	background: #f3f3f3;
	position: relative;
	vertical-align: middle;
	z-index: 5;
}

#MapaCAV_texto {
	float: right;
	text-align: left;
	padding: 1em 2em 0 2em !important;
	z-index: 6;
}

#MapaCAV_texto h3 {
	position: relative;
	font-size: 120%;
	font-weight: 700;
	color: #404040;
	margin: 0;
	margin-bottom: 1.5em;
	z-index: 6;
}

#MapaCAV_texto h3 span {
	position: absolute;
	top: 0;
	font-family: 'Noto Serif', serif;
	font-size: 190%;
	font-weight: 300;
	font-style: Italic;
	color: #e31119;
	z-index: 6;
}

#MapaCAV_img {
	float: right;
	text-align: center
}

#MapaCAV_img img {
	margin: 1em auto;
}

#MapaCAV_img area:hover shape {
	background: rgba(255,255,255,.5);
}


.visible {
	display: block !important;
}

/* ----------------------- TWITTER --------------------------------*/
#twitter {
	margin-top: 1.5em;
}

#twitter-widget-0 {
	width: 100% !important;
}

#cuerpotwitteruno p {
	padding: 0;
	margin: 0;
	margin-top: .5em;
	font-size: 80%;
	color: #999;
}

#cuerpotwitteruno p .tweets_txt {
	padding: 0 .2em;
	font-size: 160%;
	font-weight: 500;
	color: #000;
}

#cuerpotwitteruno p a {
	color: #e2001a;
}

#cuerpotwitterdos iframe {
	border: 1px solid #eee !important;
	border-top: none !important;
}

#cuerpotwittertres {
	float: none;
	overflow: hidden;
	padding: .2em .5em !important;
	margin: 0;
    margin-top: -.35em;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: 500;
	color: #fff;
	background: #e2001a;
}

#cuerpotwittertres:hover {
	background: #a40605;
}

#cuerpotwittertres p {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}

#cuerpotwittertres p+p {
	text-align: right;
}

#cuerpotwittertres p a {
	color: #fff !important;
}

#cuerpotwittertres p a:hover {
	color: rgba(255,255,255,.8) !important;
}

/* ------------------------  FIN TWITTER -------------------------*/

/* ----------------------------- FIN CLASES ------------------------------ */



/* ---------------------------- MEDIA QUERYS ----------------------------- */

/* ----- col-xs ----- DISPOSITIVOS MUY PEQUENOS (moviles anchura menor o igual a 767px) ----- */
@media (max-width: 767px) {

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* ----------------- HEADER ---------------- */

	/* ----- ZONA PRIVADA: NOVIEMBRE 2020 ------ */

	/* ------------------ MAIN ----------------- */

	/* ----------------- FOOTER ---------------- */

	/* -------------- FORMULARIOS -------------- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */

	/* --------------------------- MENU PRINCIPAL ---------------------------- */

	/* ------------------------- FIN MENU PRINCIPAL -------------------------- */

	/* --------------------------------- IDs --------------------------------- */

}

/* ----- col-sm ----- DISPOSITIVOS PEQUENOS (tablets, anchura mayor o igual a 768px) -------- */
@media (min-width: 768px) {

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* ----------------- HEADER ---------------- */

	/* ----- ZONA PRIVADA: NOVIEMBRE 2020 ------ */

	/* ------------------ MAIN ----------------- */

	/* ----------------- FOOTER ---------------- */

	/* -------------- FORMULARIOS -------------- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */

	/* --------------------------- MENU PRINCIPAL ---------------------------- */

	/* ------------------------- FIN MENU PRINCIPAL -------------------------- */

	/* --------------------------------- IDs --------------------------------- */

}

/* ----- col-md ----- DISPOSITIVOS MEDIANOS (ordenadores, anchura mayor o igual a 992px) ---- */
@media (min-width: 992px) {

	/* ------------------------------ ETIQUETAS ------------------------------ */
	/** {
		font-size: 16px;
	}

	h1 {
		font-size: 37px;
	}

	h2 {
		font-size: 26.1px;
	}

	h3 {
		font-size: 23.4px;
		font-weight: 700;
	}*/

	/* ----------------- HEADER ---------------- */

	/* ----- ZONA PRIVADA: NOVIEMBRE 2020 ------ */

	/* ------------------ MAIN ----------------- */

	/* ----------------- FOOTER ---------------- */
	/*footer {
		font-size: .85em;
	}*/

	/* -------------- FORMULARIOS -------------- */
	form[name="busqueda"] > input {
		width: 12em;
	}

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */

	/* --------------------------- MENU PRINCIPAL ---------------------------- */
	.navegacion_movil {
	    display: none;
	}

	.navegacion {
	    display: block;
	}

	.navegacion {
		float: left;
		padding: 0;
	    margin: 0;
		width: 80%;
		min-height: 30px;
		text-transform: capitalize;
		color: #666;
		list-style: none;
		position: absolute;
		bottom: .4em;
		right: 0;
	}

	.navegacion li {
		float: left;
		position: relative;
		width: auto;
		height: auto;
		text-align: center;
	}

	.navegacion li a {
		display: block;
		font-size: .9em;
		font-weight: 700;
		padding: 0;
		padding: .3em 0 .1em 0;
		margin: 0px;
		margin-left: 1.5em;
		text-decoration: none;
		color: #333;
		text-transform: none;
		border-bottom: 3px solid #333;
	}

	.navegacion li:hover a {
		color: #e31119;
		border-bottom: 3px solid rgba(0,0,0,0);
	}

	.navegacion ul#submenuprincipal {
		position: absolute;
		left: 1.2em;
		display: none;  /*oculto por defecto */
		min-width: 10em;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		background: rgba(255,255,255,0.9);
		background: #fff;
		-webkit-box-shadow: -1px 5px 20px -5px rgba(0,0,0,0.3);
		-moz-box-shadow: -1px 5px 20px -5px rgba(0,0,0,0.3);
		box-shadow: -1px 5px 20px -5px rgba(0,0,0,0.3);
		z-index: 30;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		border: 1px solid rgba(0,0,0,0.1);
		border-bottom: none;
	}

	.navegacion ul#submenuprincipal.submenu_dcha {
		left: auto !important;
		right: 0 !important;
	}

	.navegacion ul#submenuprincipal li {
		width: 100%;
		text-align: left;
	}

	.navegacion ul#submenuprincipal li a {
		font-size: .8em;
		font-weight: 300;
		line-height: 1em;
		padding: 0px;
		padding: .8em 1em;
		margin: 0px;
		color: #333 !important;
		text-decoration: none;
		border-top: none;
		width: auto;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.navegacion ul#submenuprincipal li a:hover {
		color: #e31119 !important;
		background: rgba(0,0,0,0.02);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	/* ------------------------- FIN MENU PRINCIPAL -------------------------- */

	/* --------------------------------- IDs --------------------------------- */

	/* -------------------------------- HEADER ------------------------------- */
	header figure {
		position: relative;
		bottom: 0;
		left: 0;
		float: left;
		display: inline-block;
		width: 20%;
	}

	header figure img {
		width: 100%;
		vertical-align: text-bottom;
	}

	#header_barra_sup {
		width: 100%;
		min-height: 1em;
	}

	#header_barra_sup nav#idiomas ul li {
		position: relative;
		bottom: .05em;
	}

	#header_barra_sup nav#idiomas ul li a {
		padding: .5em 0 .1em 0;
	}

	#header_barra_sup #zonaprivada {
		clear: none;
		float: left;
	}
	
	#header_barra_sup #zonaprivada #acceso_zonaprivada, #header_barra_sup #zonaprivada #acceso_zonaprivada_conectado {
		float: right;
		display: inline-block;
	}

	#header_barra_sup #zonaprivada #ventana_zonaprivada, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado {
		display: block;
		position: absolute;
		top: 1.8em;
		right: 0;
		float: left;
		width: 16em;
		min-height: 5em;
		height: auto;
		padding: 0;
		margin: 0;
		background: #f3f3f4;
		border-top: 5px solid #e31119;
		z-index: 100;
	}

	#header_barra_sup #notelopierdas {
		clear: none;
		float: left;
	}

	#header_barra_sup #notelopierdas #acceso_notelopierdas {
		float: left;
		display: inline-block;
		margin-right: 0;
	}

	#header_barra_sup #notelopierdas #ventana_notelopierdas {
		display: block;
		position: absolute;
		top: 1.8em;
		right: -12em;
		float: left;
		width: 40em;
		min-height: 5em;
		height: auto;
		padding: 1em;
		margin: 0;
		background: #f3f3f4;
		border-top: 5px solid #e31119;
		z-index: 100;
	}

	#ventana_notelopierdas #ventana_notelopierdas_izq #calenatras {
		position: relative;
		top: 0;
		left: 10%;
		width: 10%;
		height: 27px;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		text-align: center;
		z-index: 90;
	}

	#ventana_notelopierdas #ventana_notelopierdas_izq #calenadelante {
		position: relative;
		top: -45px;
		left: 80%;
		width: 10%;
		height: 27px;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		text-align: center;
		z-index: 90;
	}

	#ventana_notelopierdas #ventana_notelopierdas_izq {
		font-size: 110%;
	}

	#ventana_notelopierdas #ventana_notelopierdas_izq h3 {
		font-size: 110%;
	}

	#ventana_notelopierdas #ventana_notelopierdas_izq table {
		font-size: 95%;
	}

	#header_barra_sup #webanterior {
		float: left;
		margin-right: .5em;
		margin-bottom: 0em;
	}

	#header_barra_sup nav#redes_header {
		position: relative;
		top: 0;
		float: right;
		display: inline-block;
		padding: 0;
		margin: 0;
		color: #ccc;
	}

	#header_barra_inf {
		position: relative;
		top: 0em;
		margin-bottom: 1em;
	}

	#header_barra_inf nav#redes_header_movil {
		display: none;
	}

	#slider {
		margin-top: .5em;
	}
	
	.encabezado ul.submenu_galeria li {
		margin: 0 1.7em;
	}

	/*.imagensoladestacado {
		max-height: 30.9vw;
	}*/
	
	.video_responsive .textodestacadovideo, .video_responsive_home .textodestacadovideo {
		/*font-size: 150% !important;*/
		font-size: 2.5rem !important;
		padding: 2rem 2.5rem 2.5rem 2.5rem !important;
	}

	.imgtxt_destacado .textodestacado {
		/*font-size: 150% !important;*/
		font-size: 2.5rem !important;
		padding: 2rem 2.5rem 2.5rem 2.5rem !important;
	}

	.botonera_cadaslider {
		margin-top: -2em;
	}

	p.slider_botanadir {
		margin-top: .2em;
		margin-bottom: -.1em;
	}

	main section article.fichaespecial figure {
		/*max-height: 10em;*/
	}

	div.row {
		overflow: hidden;
	}

	#seccion2 {
		width: 101.8%;
	}

	#seccion2 article {
		margin-bottom: 0;
	}

	#seccion2 article a {
		float: left;
		padding: 0;
		margin: 0;
		margin-bottom: 1em;
	}

	#seccion3 .row article {
		display: inline-block;
		width: calc(20% - 3em);;
	}

	#seccion4 .row {
		display: flex;
	}

	#seccion4 .row > div {
		margin-bottom: 0em;
	}

	#seccion4 .row > div:nth-child(2n+1) {
		width: calc(50% - .5em);
		margin-right: .5em;
	}

	#seccion4 .row > div:nth-child(2n+2) {
		width: calc(50% - .5em);
		margin-left: .5em;
	}

	div#noticias {
		padding-right: 1em !important;
	}

	div#noticias .primeraactualidad {
		/*min-height: 25em;*/
		height: auto;
		border-bottom: none;
	}

	div#agenda {
		padding-left: 1em !important;
	}

	.piehome {
		margin-bottom: 0;
	}

	/* ---------- NOTICIAS ---------- */
	/*.encabezado_noticias {
		background-position: 9px 0px;
	}*/

	/* --------- DOCUMENTOS --------- */
	/*.encabezado_documentos {
		background-position: 9px 2px;
	}*/

	/* ---------- GALERIA ----------- */
	/*.encabezado_galeria {
		background-position: 10px 0px;
	}*/

	#pagina section {
		padding-right: 15px !important;
	}

	#mas {
		margin-top: .5em;
		margin-bottom: 1.5em;
	}

	#mas h2 {
		margin-left: 0;
		margin-bottom: .5em;
	}

	#nodo, #pagina, #listado {
		padding-right: 0 !important;
		margin-right: 30px;
		margin-top: .5em;
	}

	#contenido {
		padding-left: 0 !important;
	}

	/*.ilustracion img {
		margin-bottom: -4.25em;
	}*/

	/*#botones_centrados {
		width: 22%;
	}*/

	#zona_navegacion {
		padding-right: 0 !important;
		margin-right: 30px;
	}

	#navegacion_listado span.paginacion {
		position: relative;
		top: 0.2em;
	}

	.lateral {
		width: 100%;
		margin-top: .5em;
	}

	.lateral figure {
		clear: both;
		width: 100%;
		padding-right: 0;
	}

	.lateral figure img {
		margin: 0 0 .5em 0 !important;
	}

	.lateral .resumenvideo {
		margin: 0 0 .8em 0;
	}

	aside.lateral {
		margin: .5em 0 1em 0;
	}

	aside.lateral figure img {
		margin: 0 0 1em 0 !important;
	}

	.no_mostrar {
		display: none !important;
	}

	.extras_listado {
		clear: none;
		float: left;
		background: #f3f3f3;
		width: 63.5%;
		padding: .5em .5em .3em .5em !important;
		margin: 0;
		margin-top: .3em;
	}

	/* ----------- Calendario AGENDA (indice LATERAL) ----------- */
	#calendario_agenda {
		float: left;
		display: block;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		padding-top: .3em !important;
		padding-bottom: .3em !important;
		margin: .5em auto .5em auto !important;
		border: 1px solid #ccc;
	}

	#calendario_agenda #calenatrasagenda {
		float: left;
		position: relative;
		width: 35px;
		height: 25px;
		padding: 0;
		margin: 0;
		text-align: right;
		z-index: 9;
	}

	#calendario_agenda #calenatrasagenda a {
		width: 35px;
		height: 25px;
		padding: 0;
		margin: 0;
	}

	#calendario_agenda #calenatrasagenda a span {
		width: 35px;
		height: 25px;
		line-height: 25px;
		padding: 0;
		margin: 0;
		font-size: 120%;
		font-weight: 600;
		color: #969799;
	}

	#calendario_agenda #calenatrasagenda a:hover span {
		color: #e2001a;
		text-decoration: none;
	}

	#calendario_agenda #calenadelanteagenda {
		float: right;
		position: relative;
		width: 35px;
		height: 25px;
		padding: 0;
		margin: 0;
		text-align: left;
		z-index: 9;
	}

	#calendario_agenda #calenadelanteagenda a {
		width: 35px;
		height: 25px;
		padding: 0;
		margin: 0;
	}

	#calendario_agenda #calenadelanteagenda a span {
		width: 35px;
		height: 25px;
		line-height: 25px;
		padding: 0;
		margin: 0;
		font-size: 120%;
		font-weight: 600;
		color: #969799;
	}

	#calendario_agenda #calenadelanteagenda a:hover span {
		color: #e2001a;
		text-decoration: none;
	}

	#calendario_agenda #calendarioagenda {
		padding: 0;
		margin: 0;
	}

	#calendario_agenda #calendarioagenda h3 {
		float: left;
		width: 100%;
		height: 25px;
		padding: 0;
		margin: 0;
		margin-top: -1em;
		margin-bottom: .5em;
		color: #969799;
		font-size: 100%;
		font-weight: bold !important;
		text-align: center;
		z-index: 8;
	}

	#calendario_agenda #calendarioagenda table {
		margin: 0 auto;
		text-align: center;
		font-weight: bold !important;
		font-size: 85%;
		border-collapse: separate;
		border-spacing: 1px;
	}

	#calendario_agenda #calendarioagenda table th, #calendario_agenda #calendarioagenda table td {
		text-align: center;
		color: #969799;
		width: 30px;
		height: 22px;
	}

	#calendario_agenda #calendarioagenda table td {
		position: relative;
		color: #969799;
		padding: 0;
		width: 2.2em;
		height: 1.7em;
	}

	#calendario_agenda #calendarioagenda table td.dia_rojo {
		color: #e31119;
	}

	#calendario_agenda #calendarioagenda table td.dia_activo a {
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		background: #e31119;
		width: 100%;
		height: 100%;
		padding-top: .2em;
	}

	#calendario_agenda #calendarioagenda table td.dia_activo a:hover {
		color: #fff;
		background: #b2040b;
	}

	#calendario_agenda #calendarioagenda table th {
		background: #969799;
		font-size: 70%;
		color: #fff;
	}
	
	/* -------------------------   VENTANA TWITTER ---------------------------*/
	#twitter {
		padding-left: 1em !important;
	}

}

/* ----- Para ZONA PRIVADA (en 1135px) ---- */
@media (min-width: 1135px) {

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* ----------------- HEADER ---------------- */

	#header_barra_sup #zonaprivada #acceso_zonaprivada, #header_barra_sup #zonaprivada #acceso_zonaprivada_conectado {
		float: left;
		display: inline-block;
	}

	#header_barra_sup #zonaprivada #ventana_zonaprivada, #header_barra_sup #zonaprivada #ventana_zonaprivada_conectado {
		display: block;
		position: absolute;
		top: 1.8em;
		left: 0;
		float: left;
		width: 16em;
		min-height: 5em;
		height: auto;
		padding: 0;
		margin: 0;
		background: #f3f3f4;
		border-top: 5px solid #e31119;
		z-index: 100;
	}

}

/* ----- col-lg ----- DISPOSITIVOS GRANDES (ordenadores, anchura mayor o igual a 1200px) ---- */
@media (min-width: 1200px) {

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* ----------------- HEADER ---------------- */

	/* ----- ZONA PRIVADA: NOVIEMBRE 2020 ------ */

	/* ------------------ MAIN ----------------- */

	/* ----------------- FOOTER ---------------- */

	/* -------------- FORMULARIOS -------------- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */

	/* --------------------------- MENU PRINCIPAL ---------------------------- */

	/* ------------------------- FIN MENU PRINCIPAL -------------------------- */

	/* --------------------------------- IDs --------------------------------- */

	/* ----------------- HEADER ---------------- */

	/* ---------------- MAPA CAV --------------- */
	#MapaCAV_texto {
		float: right;
		text-align: left;
		padding: 4em 2em 2em 2em !important;
	}	

}