/* --------------------------------- ESTILOS IMPORTADOS DE REDEFINIDO ---------------------------------- */
/* ----- Estilo básico de Bootstrap + Redefinido ----- */
@import url("redefinido.css");


/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */
div.row {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.row p {
	display: block;
	width: 100%;
}

/* ------------------------------ ETIQUETAS ------------------------------ */
html {
	background-color: white;
	padding: 0;
	margin: 0;
}

html a {
	text-decoration: none !important;
	color:#0056c7;
}

html a:hover {
	text-decoration: none !important;
	color:#000;
}

body {
	/*width: 100%;*/
	width: 99.75%;
	min-width: 570px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	background: #faf5ef;
}

body.mostrar_menu {
	position: fixed;
}

body.fijo {
	position: absolute;
	overflow-y: hidden;
}

/* -------------------- COOKIES ------------------- */
#cookies {
	position: fixed;
	right: -3em;
	bottom: -5em;
	width: 25em;
	height: 25em;
	text-align: center;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: .05em;
	color: #fff;
	background: #111 url("images_css/fondo_cookies.png") no-repeat center;
	background-size: 90%;
	padding: 5em 5em 7em 5em !important;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1000;
	shape-inside: circle(50%);
}

#cookies a {
	font-weight: 600;
	color: #ffffff !important;
}

#cookies a:hover {
	color: #2d8ceb !important;
}

#cookies .boton_cookies {
	display: inline-table;
    padding: .5em 1em;
    margin: .5em .12em 0 .12em;
    color: #fff;
    background: transparent;
    font-size: 90%;
    font-weight: 900;
    letter-spacing: .05em;
    border: 1px solid #fff;
    cursor: pointer;
}

#cookies .boton_cookies:hover, #cookies .boton_cookies:focus {
	background: rgba(0,0,0,.2);
	color: #2d8ceb !important;
	border: 1px solid #2d8ceb !important;
	border-radius: 0px;
}

/* ----------------- ANIMACIONES ------------------ */
@keyframes girar {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* ------------------- CARGADOR ------------------- */
.cargador {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20;
	/*display: none;
	transition: none 0s ease linear;*/
}

.cargador_interno {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cargador_interno_barra {
	display: table-cell;
	vertical-align: middle;
}

.cargador_interno_icono {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	margin: 0 auto;
	border-top: 3px solid #222;
	border-right: 3px solid rgba(0,0,0,0.1);
	border-bottom: 3px solid rgba(0,0,0,0.1);
	border-left: 3px solid rgba(0,0,0,0.1);
	animation-name: girar;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* -------------------- HEADER -------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 92px;
	width: 100%;
	min-width: 570px;
	max-width: 1500px;
	text-align: center;
	z-index: 900;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

    /*-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: auto;*/
}

header.fixed {
    height: auto;
	padding-bottom: 20px;
	margin-bottom: -20px;
	overflow: visible;
}

header div#header_cont {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: 1500px;
	min-width: 570px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

header.fixed div#header_cont {
	height: 70px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

header div#header_cont_inf {
    display: none;
	height: auto;
	width: 100%;
	max-width: 1500px;
	min-width: 570px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

header.fixed div#header_cont_inf {
	height: auto;
}

/* ----- LOGOTIPO CABECERA ----- */
header div#logo_cabecera {
	display: inline-flex;
	float: left;
	width: auto;
	max-width: 30%;
	height: 100%;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header div#logo_cabecera a {
	display: flex;
	width: 100%;
	padding: 0 1em;
	height: 100%;
}

header div#logo_cabecera figure {
	height: 60%;
	max-height: 1.5em;
	width: auto;
	margin: auto;
	justify-content: center; 
	align-items: center;
}

header div#logo_cabecera img {
    float: left;
	width: auto;
	height: 100%;
}

/* ---------- IDIOMAS ---------- */
header nav#idiomas {
	float: right;
	display: inline-block;
	color: #999;
	width: auto;
	margin-top: 1.4em;
	margin-right: .5em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header.fixed nav#idiomas {
	margin-top: .9em;
}

header nav#idiomas ul {
	padding: 0;
	margin: 0;
}

header nav#idiomas ul li {
	display: inline-block;
	margin-left: 0;
	margin-right: .5em;
    padding-right: .7em;
	border-right: 1px solid rgba(0,0,0,1);
}

header nav#idiomas ul li.sin_borde {
	border-right: 0px;
	padding-right: 0px;
}

header nav#idiomas ul li a {
	color: #000;
    font-size: 1em;
    font-weight: 400;
    display: block;
    width: 30px;
    height: 30px;
}

header nav#idiomas ul li.elegido a {
	font-weight: 900;
}

header nav#idiomas ul li a:hover {
	/*color: #00559c;*/
	color: #005cb6;
}

header nav#idiomas ul li.elegido a:hover {
	color: #000;
}

/* --- LOGOTIPO DIPU CABECERA -- */
header div#logo_dipu_cabecera {
	display: none;
	float: right;
	width: auto;
	height: 100%;
	margin: 0;
	/*background: #f5ebe0;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header div#logo_dipu_cabecera a {
	display: flex;
	width: 100%;
	padding: 0 1.5em;
	height: 100%;
}

header div#logo_dipu_cabecera figure {
	height: 45%;
	max-height: 1.2em;
	width: auto;
	margin: auto;
	justify-content: center;
	align-items: center;
}

header div#logo_dipu_cabecera img {
	float: right;
	width: auto;
	height: 100%;
}

header h1 {
	display: none;
}

div {
    padding: 0 !important;
}

div#ayuda ul {
	padding: 0px;
	margin: 0px;
}

/* -- MENU/SUBMENUS ESCRITORIO - */
header #navegador_escritorio {
	width: 100%;
	height: auto;
	padding: 0;
    margin: 0;
	z-index: 995;
	background: #fff;
}

.navegacion_escritorio {
    display: flex;
	width: 100%;
    height: auto;
    min-height: 4em;
    font-size: 55%;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: .1em;
	color: #8c7b6a;
    background: #f5ebe0;
	list-style: none;
	padding: 0 !important;
	margin: 0;
	z-index: 995;
}

.navegacion_escritorio a {
	color: #8c7b6a;
}

.navegacion_escritorio a > span {
	display: inline-block;
	position: relative;
    padding: .5em 1.5em;
}

.navegacion_escritorio a.desplegable > span {
    padding: .5em 2.5em;
}

/*.navegacion_escritorio li > a.desplegable span {
    background: url(images_css/menu_flecha.png) center left .4em no-repeat;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.navegacion_escritorio li a.desplegable span.flip {
	background: url(images_css/menu_desplegado_flecha.png) center left .4em no-repeat;
}*/

.navegacion_escritorio li a.desplegable span::before {
    content: '';  /* El contenido vacio es solo la flecha (&#10095) */
    position: absolute;
    left: .75em;
    top: 50%;
    transform: translateY(-50%); /* Centra la flecha verticalmente */
    width: 1.5em;
    height: 1.5em;
    background-image: url(images_css/menu_flecha.png); /* La imagen de la flecha */
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; /* Transicion suave para la rotacion */
}

.navegacion_escritorio li a.desplegable span.flip::before {
    transform: translateY(-50%) rotate(180deg); /* Rota solo la flecha, no el texto */
}

.navegacion_escritorio a:hover {
	color: #000000;
}

.navegacion_escritorio > li {
    flex: 1;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 3px solid #fff;
}

.navegacion_escritorio > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
	margin: 0;
    background: #f5ebe0;
    align-content: center;
}

.navegacion_escritorio > li:last-child {
	border-right: 0px;
}

.navegacion_escritorio > li:first-child {
	border-right: 3px solid #fff;
}

.navegacion_escritorio > li > a:hover {
    background: #e2d6c9;
}

.submenuprincipal_escritorio {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 100%;
    height: auto;
    padding: .5em 0;
    margin: 0;
    color: #dcd1c4;
    background: #8c7b6a;
	list-style: none;
}

.submenuprincipal_escritorio > li {
    display: block;
	position: relative;
    width: auto;
    height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0;
}

.submenuprincipal_escritorio > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #dcd1c4;
    background: #8c7b6a;
}

.submenuprincipal_escritorio > li > a:hover {
    color: #8c7b6a;
    background: #f5ebe0;
}

.submenuprincipal_escritorio a > span {
    width: 100%;
    height: auto;
    padding: .75em 2em .75em 2.5em;
}

.submenuprincipal_escritorio a.desplegable > span {
    padding: .75em 2em .75em 2.5em;
}

.submenusecundario_escritorio {
    display: inline-block;
    font-weight: 400;
    width: 100%;
    height: auto;
    padding: .5em 0;
    margin: 0;
    list-style: none;
    background: #796856;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.submenusecundario_escritorio > li {
    display: block;
	position: relative;
    width: auto;
    height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0;
}

.submenusecundario_escritorio > li > a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #dcd1c4;
    background: #796856;
    transition: transform 0.3s ease;
}

.submenusecundario_escritorio > li > a:hover {
    color: #8c7b6a;
    background: #f5ebe0;
}

.submenusecundario_escritorio a > span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: .75em 2em .75em 2.5em;
}

/*.submenusecundario_escritorio a > span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: .75em 2em .75em 4em;
}

.submenusecundario_escritorio a > span::before {
    content: "";
    position: absolute;
    left: 2.4em;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 16px;
    height: 16px;
    background: url(images_css/menu_flecha.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}*/

.submenuprincipal_escritorio, .submenusecundario_escritorio {
    display: none;
}

/* --- BOTON MENU DESPLEGABLE -- */
header .boton_desplegable {
	float: right;
	width: auto;
	margin-right: .5em;
	margin-top: .9em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header.fixed .boton_desplegable {
	margin-top: .4em;
}

header .boton_desplegable_icono {
	float: left;
	width: 2.5em;
	height: 2.5em;
	padding: .2em 0 !important;
}

header .boton_desplegable_icono span.icono_raya {
	display: block;
	float: none;
	position: relative;
	top: 0;
    width: 1.7em;
	height: .29em;
	margin: .29em auto;
	background: #000;
}

header .boton_desplegable span.txt_mostrar {
	float: left;
	font-size: 1em;
	padding-top: .5em;
	padding-left: .35em;
	letter-spacing:.05em;
}

header .boton_desplegable a {
	color: #000;
}

header .boton_desplegable a:hover {
	color: #005cb6;
}

header .boton_desplegable a:hover .boton_desplegable_icono span.icono_raya {
	background: #005cb6;
}

/* --- FONDO OSCURECIDO MENU --- */
header #fondo_oscurecido {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 910;
    cursor: pointer;
}

/* ---- MENU/SUBMENUS MOVIL ---- */
header #navegador {
	position: fixed;
	top: 0;
	right: 0;
	background: #f5ebe0;
	width: 15em;
	height: 100%;
	margin-right: -15em;
	z-index: 995;
	overflow: hidden;
}

header #navegador .boton_desplegable_icono span.icono_raya {
	background: #fff;
}

header #navegador #titu_menu {
	position: relative;
	width: 100%;
	height: 3em;
	padding: .18em .5em !important;
	padding-top: .5em !important;
	padding-right: 1em !important;
	margin: 0;
	background: #887765;
	font-size: 100%;
	z-index: 1000;
}

header #navegador a #titu_menu {
	color: #fff;
}

header #navegador a #titu_menu:hover {
	color: rgba(255,255,255,.7);
}

header #navegador #titu_menu .boton_desplegable_icono {
	padding: 0 !important;
	margin-right: .3em;
}

header #navegador a #titu_menu:hover .boton_desplegable_icono .icono_raya {
	background: rgba(255,255,255,.7);
}

header #navegador #titu_menu .txt_mostrar {
	font-size: 1em;
	position: relative;
	top: .25em;
}

.navegacion {
	width: auto;
	text-transform: capitalize;
	color: #666;
	list-style: none;
	padding: 0 !important;
	margin: 0 auto;
	z-index: 995;
	overflow-y: auto !important;
	position: absolute;
	top: 3.1em;
	bottom: 0;
}

.navegacion li {
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	border-bottom: 2px solid #e2d6c9;
}

.navegacion li .txt_txiki {
	font-size: 70%;
	font-weight: 600;
	color: #005cb6;
	margin-left: .5em;
	position: relative;
	top: -.3em;
}

.navegacion li a {
	display: block;
	font-size: .9em;
	letter-spacing: .05em;
	color: #333;
	padding: 0;
	padding: 1.2em 1em;
	margin: 0;
	text-decoration: none;
	text-transform: none;
}

.navegacion li a span {
	display: block;
	line-height: 1.2em;
}

.navegacion li a.apartado_activo, .navegacion li a.subapartado_activo {
	color: #fff;
	background: #84c000;
}

.navegacion li a:hover {
	color: #fff;
	background: rgba(0,0,0,.6);
}

.navegacion li a span {
	position: relative;
	padding-left: 1.5em;
}

.navegacion li a.desplegable span {
	background: url(images_css/menu_flecha.png) top left no-repeat;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.navegacion li a.desplegable span.flip {
	background: url(images_css/menu_desplegado_flecha.png) top left no-repeat;
}

.navegacion ul.submenuprincipal {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -2px;
	list-style: none;
	background: #eadfd3;
	font-weight: 500;
	border: none;
	z-index: 950;
	overflow-y: auto;
	border-top: 2px solid #e2d6c9;
	border-left: 2px solid #e2d6c9;
}

.navegacion ul.submenuprincipal:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    margin-bottom: 2.45em; /* length you wanted on padding-bottom */
}

.navegacion ul.submenuprincipal li {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #f1e9e0;
}

.navegacion ul.submenuprincipal li:last-child {
	border-bottom: 2px solid #e2d6c9;
}

.navegacion ul.submenuprincipal li a {
	font-size: .9em;
	font-weight: 300;
	line-height: 1em;
	padding: 1.2em 1em 1.2em 2.5em;
	margin: 0;
	color: #333;
	text-decoration: none;
	width: auto;
	border-bottom: 0;
	background: #faf5ef;
}

.navegacion ul.submenuprincipal li a span {
	position: relative;
	padding-left: 1.5em;
}

.navegacion ul.submenuprincipal li a.desplegable span {
	background: url(images_css/menu_flecha.png) top left no-repeat;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.navegacion ul.submenuprincipal li a.desplegable span.flip {
	background: url(images_css/menu_desplegado_flecha.png) top left no-repeat;
}

.navegacion li:hover ul.submenuprincipal li a {
	color: #333;
}

.navegacion li:hover ul.submenuprincipal li a:hover {
	color: #fff;
	background: rgba(0,0,0,.6);
}

.navegacion ul.submenusecundario {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -2px;
	list-style: none;
	background: #fff;
	font-weight: 500;
	border: none;
	z-index: 950;
	overflow-y: auto;
	border-top: 2px solid #f1e9e0;
	border-left: 2px solid #f1e9e0;
}

.navegacion ul.submenusecundario:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    margin-bottom: 2.45em; /* length you wanted on padding-bottom */
}

.navegacion ul.submenusecundario li {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #f8f2ea;
}

.navegacion ul.submenusecundario li:last-child {
	border-bottom: 2px solid #f1e9e0;
}

.navegacion ul.submenusecundario li a {
	font-size: .9em;
	font-weight: 300;
	line-height: 1em;
	padding: 1.2em 1em 1.2em 4em;
	margin: 0;
	color: #333;
	text-decoration: none;
	width: auto;
	border-bottom: 0;
	background: #fff;
}

.navegacion ul.submenusecundario li a span {
	position: relative;
	padding-left: 1.5em;
}

.navegacion li ul.submenusecundario li a {
	color: #333;
	background: #fff;
}

.navegacion li ul.submenusecundario li a:hover {
	color: #fff;
	background: rgba(0,0,0,.6);
}

/* --------------------- MAIN --------------------- */
main {
	/*display: flex;
	display: table;*/
    display: flow-root;
	width: 100%;
	max-width: 1500px;
	padding-top: 4.4em;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

main.fixed {
	padding-top: 3em;
}

/* -------- FORMULARIOS -------- */
form fieldset {
	padding: 1em;
	font-size: 1.1em;
}

form legend {
	width: 100%;
	text-align: center;
	padding: 0 1em;
	margin: 0 !important;
	display: none;
}

form .aviso {
	float: right;
	color: #97cf0d;
	display: block;
	text-align: right;
	width: 100%;
	margin: 1em 0;
	font-size: 90%;
	font-weight: 500;
	font-style: italic;
}

form .aviso span {
	font-size: 1.3em;
	font-style: normal;
	font-weight: 700;
}

form span.error {
	display: contents;
	position: absolute;
	right: 1%;
	top: 95%;
	min-width: 83%;
	width: auto;
	z-index: 100;
}

form span.error_aviso {
	color: #ffffff;
	background: red;
	padding:.5em 1em;
	text-align: right;
	line-height: 1em;
	font-size: 90%;
	font-weight: 300;
	font-style: italic;
	float: right;
	max-width: calc(100% - 2em);
	width: auto;
}

form span.error_flecha {
	width: 1.5em;
	height: 1.8em;
	background: url(images_css/form_error_flecha.png) no-repeat top left;
	float: right;
}

form textarea {
	width: 100%;
	max-width: 100%;
	padding: .5em 1em;
}

form label {
	width: 100%;
	margin-bottom: 0em;
	line-height: 1.3em;
}

form label span {
	color: #97cf0d;
	font-size: 200%;
	font-weight: 600;
	position: relative;
	top: .3em;
	line-height: .5em;
}

form p {
	position: relative;
	display: block;
	color: red;
	font-weight: 700;
	margin-bottom:.5em;
}

form#formconfcookies p {
    color: #000;
}

span.asterisco {
	color: #97cf0d;
	font-size: 200% !important;
	font-weight: 600;
	position: relative;
	top: .3em;
	line-height: .5em;
}

form input {
	width: 100%;
	height: 1.7em;
	height: 3em;
	margin-bottom: 1em;
	padding: 0 .5em;
}

form select {
	height: 1.7em;
	height: 3.5em;
	padding: 0 .5em;
	margin-bottom: 1em;
}

form select#jumpMenu {
	margin-left: 2.6%;
	width: auto;
	font-size: 14px;
}

form input[type="submit"],
form [type="reset"] {
	display: inherit;
	min-width: 8em;
	width: auto;
	height: auto;
	padding: .5em 1em;
	margin: 2em auto;
	border: 1px solid transparent;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .1em;
}

form input[type="submit"], form input [type="reset"], form input[type="text"], form select {
	font-size: 20px;
}

form input[type="submit"] {
	display: block;
	padding: 1em 1.5em;
	margin: 1em auto .5em auto;
	color: #000;
	background: transparent;
	font-size: 70%;
	font-weight: 900;
	letter-spacing: .05em;
	border: 1px solid #000;
}

form input[type="submit"]:hover {
	background: rgba(0,0,0,.05);
	color: #005cb6;
	border: 1px solid #005cb6;
	cursor: pointer;
}

form input[type="submit"]:focus {
	border: 1px solid #005cb6;
}

form img.img_antispam {
	width: 5em;
	padding: 0;
	margin: 0;
}

form img.img_antispam+input[type="text"]{
	width: calc(100% - 6.5em);
	margin-left: .4em;
}

form input[type='checkbox']+span{
	position: relative;
    top: .25em;
    left: .5em;
    display: -webkit-box;
    line-height: 1.2em;
    padding-bottom: 1em;
}

.checkbox_contenedor {
    display: flex;
    align-items: center;
    gap: 0.5em; /* Espacio entre checkbox y texto */
    margin-bottom: 1em;
}

.checkbox_contenedor input[type='checkbox'] {
    margin-top: 0.2em; /* Alineación vertical fina con el texto */
}

/*.checkbox_contenedor input[type='checkbox']+span {
    font-size: .8em;
    color: #212529;
}*/

form input:focus, form select: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 #97bf0d !important;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	color: black !important;
}

form input:required:valid {
	color: green;
}

form input:required:invalid {
	color: red;
}

form input:-internal-autofill-selected {
	outline: none !important;
	border: 1px solid #97bf0d !important;
	color: black !important;
	background: rgba(151,207,13,.1) !important;
}

form input[type='checkbox'],form input[type='radio'] {
	float: left;
	width: 1.75em;
	height: 1.75em;
}

form input[type="checkbox"] + label {
	display: inline-block;
    position: relative;
    top: .2em !important;
}

form input[type="checkbox"] {
	position: relative;
	left: 0;
}

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 {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	font-size: 120%;
	color: #000;
}

/* ---- FORMULARIO CONTACTO ---- */
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 {
	float: left;
	width: 100%;
	color: red;
	font-size: 90%;
	font-weight: 500;
	font-style: italic;
}

.img_contacto {
	float: left;
	height: auto;
	vertical-align: middle;
}

span.contacto_direccion {
	text-align: center;
	margin-top: 0em;
	margin-bottom: 2em;
	font-size: 120%;
	font-style: italic;
}

.mensaje {
	background: #eeeeee;
	padding: 1em !important;
}

/* ----- SLIDER DESTACADOS ----- */
#slider_contenedor {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#slider {
    display: flex;
	float: left;
    width: 100%;
	height: auto;
	padding: 0 !important;
    margin-bottom: 2em;
	/*padding-bottom: 12px !important;
	background-size: 100% 12px;*/
    background-size: 100%;
    color: #6c6c6c;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

#slider a {
    color: #6c6c6c;
}

#slider a:hover {
    color: #000000;
}

#slider img {
	width: 100%;
}

.slider {
    /*min-width: 100%;*/
    min-width: calc(100% + 1px);
    flex-shrink: 0;
}

.imgsola_destacado {
	display: block;
	position: relative;
    width: 100%;
 	height: auto;
	overflow: hidden;
    padding-bottom: 30.85% !important;
}

.imgsola_destacado figure {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.imgtxt_destacado {
	display: block;
	position: relative;
	width: 100%;
    padding-bottom: 30.85% !important;
	/*background: #f5f5f5;*/
    background: #ececec;
	overflow: hidden;
}

.imgtxt_destacado .imagendestacado {
	float: left;
	position: absolute;
	width: 55%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.imgtxt_destacado .imagendestacado figure {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
    position: relative;
	overflow: hidden;
}

.imgtxt_destacado .imagendestacado figure img {
	/*float: left;
	width: auto !important;
	height: 100% !important;
	margin: 0;
	margin-left: -4%;*/
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.imgtxt_destacado .textodestacado {
	float: right;
	position: absolute;
	right: 0;
	width: 45%;
	height: 100%;
	padding: .5rem 5vw .5rem 5vw !important;
	/*font-size: 1.3rem !important;*/
    font-size: 2.5vw !important;
	font-weight: 400 !important;
	line-height: 3.5vw;
    align-content: center;
}

/*.imgtxt_destacado a .textodestacado {
	color: rgba(255,255,255,1);
}

.imgtxt_destacado a:hover .textodestacado {
	color: rgba(255,255,255,0.8);
}*/

.imgtxt_destacado .textodestacado > p:last-child {
	margin-bottom: 0;
}

/* ------ VIDEOS (IFRAME) ------ */
#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: 30.85% !important;
	/*background: #f5f5f5;*/
    background: #ececec;
}

.video_responsive iframe, .video_responsive_home iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video_responsive .iframedestacadovideo, .video_responsive_home .iframedestacadovideo, .video_responsive .sobrevideo, .video_responsive_home .sobrevideo  {
	float: left;
	position: absolute;
    width: 55%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.video_responsive .iframedestacadovideo iframe, .video_responsive_home .iframedestacadovideo iframe {
	float: left;
	min-width: 100% !important;
	width: auto !important;
	height: 100% !important;
}

.video_responsive .textodestacadovideo, .video_responsive_home .textodestacadovideo {
	float: right;
	position: absolute;
	right: 0;
	width: 45%;
	height: 100%;
	padding: .5rem 5vw .5rem 5vw !important;
	/*font-size: 1.3rem !important;*/
    font-size: 2.5vw !important;
	font-weight: 400 !important;
	line-height: 3.5vw;
    align-content: center;
}

/*.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);
}*/

.video_responsive .textodestacadovideo > p:last-child, .video_responsive_home .textodestacadovideo > p:last-child {
	margin-bottom: 0;
}

/* ------ BOTONERA SLIDER ------ */
#botonera_slider {
    clear: both;
    float: right;
    position: relative;
    margin-right: .5em;
    margin-top: -3.8em;
    width: auto;
    max-width: 40%;
    text-align: right;
    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: -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%);
    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;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

/* ---------- SECCION1 --------- */
section#seccion1 h1 {
	position: absolute;
	bottom: calc(1em + .5vw);
	left: 0em;
	right: 0em;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: lighter;
	line-height: normal;
	padding: .5em 0;
	margin: 0 auto;
	margin-top: 2em;
	background: rgba(0,92,182,.75);
}

section#seccion1 {
	position: relative;
	width: 100%;
	height: 55.6vw;
	min-height: 15.2em;
	max-height: 40.1em;
	text-align: center;
	background: transparent;
}

section#seccion1 video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	visibility: visible;
}

/* ---------- SECCION2 --------- */
section#seccion2 {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	text-align: center;
	padding: 3em;
	letter-spacing: .05em;
}

section#seccion2 h2 {
	display: none;
}

section#seccion2 p {
	color: #000;
	font-size: 120%;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}

/* - SECCION2 SEPARADOR - */
#seccion2_separa {
	clear: both;
	background: url('images_css/fondo_helechos.jpg') no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 2.5em;
}

/* ---------- SECCION3 --------- */
section#seccion3 {
	min-height: 400px;
	width: 100%;
	text-align: left;
	padding: 1em 1.5em 2em 1.5em;
}

section#seccion3 .fondo-beige {
	background: #faf5ef;
}

section#seccion3 h2 {
	display: none;
}

/* - SECCION3 ICONO MARCADOR - */
section#seccion3 div#ico_marcador {
	float: left;
	width: 100%;
	margin-top: -1.4em;
	text-align: center;
}

section#seccion3 div#ico_marcador figure {
	display: inline-block;
}

section#seccion3 div#ico_marcador img {
	width: 25%;
	height: auto;
}

/* - SECCION3 DIRECCION - */
section#seccion3 p {
	color: #000;
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 1.5em;
	letter-spacing: .02em;
	text-align: center;
}

section#seccion3 p span.txt_ciudad {
	display: block;
	font-size: 65%;
	font-weight: 800;
}

section#seccion3 p span.txt_contacto {
	display: block;
	font-size: 65%;
	font-weight: 400;
	margin-top: .5em;
}

/* - SECCION3 GOOGLE MAPS - */
section#seccion3 iframe {
	width: 100% !important;
	height: 400px !important;
	border: 0px;
}

/* - SECCION3 SEPARADOR - */
#seccion3_separa {
	clear: both;
	background: url('images_css/fondo_rayos.jpg') no-repeat right top;
	background-size: cover;
	width: 100%;
	height: 2.5em;
}

/* - CONTENEDOR PRINCIPAL 2COL - */
.contenedor_principal_conpadding {
    margin: 0 1.5em !important;
    width: calc(100% - 3em) !important;
}

/* --- CONTENIDOS DESTACADOS --- */
section.contenidos_destacados {
	padding: 0 !important;
}

.titu_destacados_home {
    width: calc(100% - .6em) !important;
    padding: .3em 0 0 0 !important;
    margin: 0 .3em .3em .3em !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    font-weight: 800 !important;
    border: 0 !important;
    /*border-top: 1px solid rgba(0, 0, 0, .1) !important;*/
    border-top: 1px solid #808080 !important;
    text-align: left !important;
}

.enlace_destacados_home {
    width: calc(100% - 1em);
    height: 1.5em;
    padding: 0 !important;
    margin: .25em .5em 1em .5em;
    color: #808080;
    letter-spacing: 0;
    font-weight: 800;
    text-align: right;
}

.enlace_destacados_home a {
    display: inline-flex;
    justify-content: flex-end;
    color: #808080;
    height: 1.5em;
    width: auto;
}

.enlace_destacados_home a:hover {
    color: #000000;
}

.enlace_destacados_home span {
    font-size: 330%;
    font-weight: 700;
    position: relative;
    top: -.5em;
    left: -.08em;
}

/* --------- CONTENIDOS -------- */
section#contenidos {
	padding: 1em 1.5em !important;
}

section#contenidos.contenidos_destacados {
    width: 100%;
    padding: 0 !important;
}

section#contenidos h2 {
	display: table;
	padding: 0 1.5em .3em;
	margin: 0 auto;
	font-size: 190%;
	font-weight: 400;
	color: #005cb6;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: 1px solid #005cb6;
}

section#contenidos h2.titu_destacados_home {
    width: calc(100% - .6em);
    padding: .3em 0 0 0;
    margin: 0 .3em .3em .3em;
    color: #000;
    letter-spacing: 0;
    font-weight: 800;
    border: 0;
    /*border-top: 1px solid rgba(0, 0, 0, .1);*/
    border-top: 1px solid #808080;
    text-align: left;
}

/*#contenidos h2.titu_noticias {
	padding-left: 1.3em;
	background: url('images_css/ico_titu_noticias.png') no-repeat left center;
}

#contenidos h2.titu_documentos {
	padding-left: 1.3em;
	background: url('images_css/ico_titu_documentos.png') no-repeat left center;
}

#contenidos h2.titu_agenda {
	padding-left: 1.3em;
	background: url('images_css/ico_titu_agenda.png') no-repeat left center;
}*/

/* ---- BUSCADOR CONTENIDOS ---- */
form[name="buscador_contenidos"] {
	clear: both;
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f3f3f3;
}

#contenidos form[name="buscador_contenidos"] div.row {
    display: table !important;
    background: #f3f3f3;
	margin-top: .5em;
	margin-bottom: .5em;
}

form legend {
	width: 100%;
	text-align: center;
	padding: 0 1em;
	margin: 0 !important;
	display: none;
}

form[name="buscador_contenidos"] fieldset {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

form[name="buscador_contenidos"] label {
	width: auto;
}

form[name="buscador_contenidos"] input, form[name="buscador_contenidos"] select {
	float:left;
	width: 15em;
	height: 2.5em;
	font-weight: 300;
	padding: 0 .3em;
	margin-right: .5em;
	margin-top: .5em;
	margin-bottom: 0;
	color: #6d6d6d;
}

form[name="buscador_contenidos"] article {
	display: table-caption;
	float: none;
	border-bottom: none !important;
}

form[name="buscador_contenidos"] article.boton_buscar {
	display: table-cell;
	width: 100%;
	clear: both;
	text-align: center;
	vertical-align: middle;
	position: relative;
	bottom: -.25em;
}

form[name="buscador_contenidos"] article.boton_buscar label {
	margin-bottom: 0;
}

form[name="buscador_contenidos"] input[type="submit"] {
	float: right;
	height: auto;
	min-width: 2em;
	width: auto;
	margin: .5em 0;
	padding: .5em 1.5em .5em 1.5em;
	color: #000;
	background: rgba(0,0,0,0);
	font-size: 90%;
	font-weight: 900;
	letter-spacing: .05em;
	cursor: pointer;
	border: 1px solid #000;
}

form[name="buscador_contenidos"] input[type="submit"] a {
	cursor: pointer;
}

form[name="buscador_contenidos"] input[type="submit"]:hover {
	background: rgba(0,0,0,.05);
	color: #005cb6;
	border: 1px solid #005cb6;
}

form[name="buscador_contenidos"] select {
	float: left;
	width: auto;
	height: 2.5em;
	padding: 0 .3em;
	margin-right: .5em;
	font-weight: 300;
}

#boton_busqueda {
	display: table;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto !important;
	font-size: 82%;
	font-weight: 600;
	letter-spacing: .1em;
	color: #000000;
	background: #f3f3f3;
	border: 0px solid #000000;
	cursor: pointer;
}

#boton_busqueda:hover {
	background: rgba(0,0,0,.6);
}

#boton_busqueda p {
	padding: .5em 1em 0 1em;
	margin-bottom: .5rem;
}

#boton_busqueda:hover p {
	color: #fff;
}

#boton_busqueda p img {
	margin-left: .5em;
	margin-top: -3px;
}

#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);
}

/* --- LISTADO DE CONTENIDOS --- */
section#contenidos {
	display: inline;
	color: #6d6d6d;
}

section#contenidos.contenidos_destacados {
    display: inline-flex;
}

section#contenidos h2 {
	margin-top: 0;
}

section#contenidos div.row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 !important;
}

section#contenidos article.article_contenedor {
	display: flex;
	padding: 2% !important;
}

section#contenidos article.article_contenedor a {
	display: flex;
	width: 100%;
}

section#contenidos article.article_contenedor:hover {
	background: none !important;
}

section#contenidos article .article_contenido, #contenidos article .article_contenido_sinfoto {
	float: left;
	background: #F6F6F6;
	width: 100%;
}

section#contenidos article .article_contenido:hover, #contenidos article .article_contenido_sinfoto:hover {
	background: #E0E0E0;
}

main section article .article_contenido figure {
	float: left;
	width: 100%;
	height: 24.2vw;
	min-height: 6.7em;
	background: #fff;
	text-align: center;
	border: 1px solid #eee;
	overflow: hidden;
    position: relative;
}

main section article.primer_contenedor .article_contenido figure {
	height: 48.6vw;
	min-height: 13.5em;
	padding: 0;
	margin-bottom: 0;
}

main section article .article_contenido figure img {
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
	/*margin: 0 -100%;
	object-position: 50% 50%;*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

main section article .article_contenido:hover figure img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

main section article.primer_contenedor .article_contenido figure img {
	/*height: 100%;*/
    min-width: 100%;
    height: inherit;
	object-fit: cover;
	/*object-position: 50% 50%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

main section article.primer_contenedor .article_contenido:hover figure img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

main section article .article_contenido figure img.apaisada {
	/*height: 100%;*/
    height: inherit;
	min-width: 100%;
	width: auto;
}

main section article .article_contenido .article_texto {
	float: left;
	width: 100%;
	padding: 1em !important;
	padding-top: 0 !important;
	overflow: hidden;
	font-size: 100%;
}

main section article.primer_contenedor .article_contenido .article_texto {
    padding-top: 1em !important;
	font-size: 115%;
}

.article_texto {
	float: left;
	width: 100%;
	padding: 1em !important;
	font-size: 80%;
}

.article_texto.sinpadding_sup {
	padding-top: 0em !important;
}

.article_texto.centrado {
	text-align: center;
}

.article_texto p.antetitulo {
	font-size: 80% !important;
	font-weight: 600;
	line-height: 1.2em;
	padding: .5em 0;
	margin-bottom: .8em;
	color: #000;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.article_texto h3.titulo {
	margin: 0;
	font-size: 130%;
	font-weight: 400;
	color: #005cb6;
}

.article_texto p.resumen {
	font-size: 95%;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	color: #6d6d6d;
}

/* - ZONA NAVEGACION - */
#zona_navegacion {
	clear: both;
	color: #000;
	text-align: center;
	position: relative;
	top: 1em;
	margin-bottom: 2em;
	margin-top: 1.5em;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
}

#navegacion_listado {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 !important;
	padding-top: 0.5em;
}

#navegacion_listado a {
	display: inline-block;
	width: 45px;
	height: 45px;
}

#navegacion_listado a span {
	font-size: 110%;
    position: relative;
    top: 5px;
	margin: 0 .5em;
}

#navegacion_listado a.enlace_primera span, #navegacion_listado a.enlace_ultima span {
	font-size: 200%;
    position: relative;
    top: -14px;
	margin: 0;
}

#navegacion_listado a.enlace_primera span {
    position: relative;
    top: -15px;
}

.enlace_primera {
	float: left;
	background-image: url(images_css/bot_navegador.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	margin-right: .5em;
}

.enlace_ultima {
	float: right;
	background-image: url(images_css/bot_navegador.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	margin-left: .5em;
}

.enlace_pagina {
	background-image: url(images_css/bot_navegador.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	margin: 0 .35em;
}

#navegacion_listado a:hover {
	background-image: url(images_css/bot_navegador_over.png);
	background-repeat: no-repeat;
}

#navegacion_listado a.pag_activa {
	background-image: url(images_css/bot_navegador_activo.png);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

#navegacion_listado span.puntos-suspensivos {
	display: inline-block;
	font-size: 200%;
	color: #999;
	margin: 0;
	margin-top: -20px;
}

.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;
	color: #007caf;
}

/* -- ICONODS ENLACES -- */
.enlace_doc {
	display: inline-block;
	width: auto;
	line-height: 2em;
	background: url(images_css/ico_enlace_doc.png) center left 2px no-repeat;
	background-size: auto 25px;
	padding-left: 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.enlace_doc:hover {
	background: url(images_css/ico_enlace_doc_over.png) center left no-repeat;
	background-size: auto 30px;
}

.enlace_pdf {
	display: inline-block;
	width: auto;
	line-height: 2em;
	background: url(images_css/ico_enlace_pdf.png) center left 2px no-repeat;
	background-size: auto 25px;
	padding-left: 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.enlace_pdf:hover {
	background: url(images_css/ico_enlace_pdf_over.png) center left no-repeat;
	background-size: auto 30px;
}

.enlace_url {
	display: inline-block;
	width: auto;
	line-height: 2em;
	background: url(images_css/ico_enlace_url.png) center left 2px no-repeat;
	background-size: auto 25px;
	padding-left: 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.enlace_url:hover {
	background: url(images_css/ico_enlace_url_over.png) center left no-repeat;
	background-size: auto 30px;
}

/* ------ FICHA CONTENIDO ------ */
#ficha_contenido {
	/*margin-top: .2em;*/
    margin-top: 1.5em;
}

#ficha_contenido.ficha_contenido_nodo {
    margin-top: .2em !important;
}

#ficha_contenido.ficha_contenido_sinmarginsup {
    margin-top: 0em !important;
}

#ficha_contenido a {
	color: #007bff;
    line-height: initial;
    min-height: 1.6em;
    padding-top: 0.2em;
}

#ficha_contenido a:hover {
	color: #000;
}

#ficha_contenido h2 {
	display: table;
	padding: 0 1.5em .3em;
	margin: 0 auto;
	font-size: 175%;
	font-weight: 400;
	color: #005cb6;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: 1px solid #005cb6;
}

#ficha_contenido h2.centrado {
	text-align: center;
}

#ficha_contenido .article_texto {
	font-size: 120%;
}

#ficha_contenido p.descripcion {
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	color: #6d6d6d;
}

#ficha_contenido nav ul#cont_menu_redes {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: .5em;
}

#ficha_contenido nav ul#cont_menu_redes li {
	display: inline-block;
}

#ficha_contenido nav ul#cont_menu_redes li:not(:last-child) {
	margin-right: .75em;
}

#ficha_contenido nav ul#cont_menu_redes li img {
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: .5em;
}

#ficha_contenido nav ul#cont_menu_redes li a img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#ficha_contenido nav ul#cont_menu_redes li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background: rgba(0,0,0,.05);
}

#ficha_contenido #cont_fotos {
	position: relative;
	width: 100%;
	align-items: center;
	align-content: center;
}

#ficha_contenido #ant-sig {
	position: absolute;
	top: calc(50% - 2em);
	width: 100%;
	height: 4em;
	padding: 0;
	margin: 0;
	z-index: 800;
}

#ficha_contenido #ant-sig a#boton_ant {
	position: absolute;
	left: .5em;
}

#ficha_contenido #ant-sig a#boton_sig {
	position: absolute;
	right: .5em;
}

#ficha_contenido #ant-sig a#boton_ant img, #ficha_contenido #ant-sig a#boton_sig img {
	opacity: .4;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


#ficha_contenido #ant-sig a#boton_ant:hover img, #ficha_contenido #ant-sig a#boton_sig:hover img {
	opacity: 1;
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

#ficha_contenido #ant-sig a.bot_ant_des img, #ficha_contenido #ant-sig a.bot_sig_des img {
    display: none;
}

#ficha_contenido #fotografias {
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
}

#ficha_contenido #fotografias #numerofotos {
	position: absolute;
	bottom: .45em;
	right: .5em;
	height: 30px;
	color: #fff;
	font-size: 70%;
	font-weight: 500;
	padding-left: .5em !important;
	padding-right: .5em !important;
	border: 1px solid rgba(255,255,255,.2);
	z-index: 800;
}

#ficha_contenido #fotografias figure {
    position: relative;
	margin-bottom: 0;
}

#ficha_contenido #fotografias figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
	min-height: 45px;
    padding: .5em 6em .5em 1em;
    color: white;
    background-color: rgba(0,0,0,0.5);
	text-align: left;
    font-size: 70%;
    font-weight: 300;
    font-style: italic;
	letter-spacing: .05em;
}

#ficha_contenido #fotografias figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#ficha_contenido #contenido {
	padding: 0;
	margin: 0;
	margin-top: 2em;
	font-size: 80%;
}

#ficha_contenido #contenido_pagina {
	position: relative;
	left: -1.75em;
	width: calc(100% + 3.55em);
	padding: 0;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 2em;
	font-size: 80%;
}

#ficha_contenido a.boton_volver {
	display: inline-table;
	padding: 1em 1.5em;
	margin: 1em 0 .5em 0;
	color: #000;
	background: transparent;
	font-size: 70%;
	font-weight: 900;
	letter-spacing: .05em;
	border: 1px solid #000;
}

#ficha_contenido a.boton_volver:hover {
	background: rgba(0,0,0,.05);
	color: #005cb6;
	border: 1px solid #005cb6;
}

/* - ZONA DOCUMENTACION - */
#documentacion {
	display: block;
	width: 100%;
	height: auto;
	padding: .25em 0 !important;
	margin: 1.5em 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 90%;
}

#documentacion ul#lista_documentos {
	padding: 0;
	margin: 0;
	list-style: none;
}

#documentacion ul#lista_documentos li {
	margin: 1em 0;
}

#documentacion ul#lista_documentos li a {
	color: #868686;
}

#documentacion ul#lista_documentos li a:hover {
	color: #729301;
}

#documentacion ul#lista_documentos li a img {
	height: 1.5em;
	padding-right: .5em;
	margin-top: -.2em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#documentacion ul#lista_documentos li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#documentacion ul#lista_documentos li a:hover img.ico_doc {
	content: url(../images/ico_enlace_doc_over.png);
}

#documentacion ul#lista_documentos li a:hover img.ico_url {
	content: url(../images/ico_enlace_url_over.png);
}

/* -- ASIDE (COLUMNA DERECHA) -- */
aside {
	padding: 1em 1em !important;
	/*border-top: 5px dotted rgba(0,0,0,.05);*/
    background: #f5ebe0;
}

aside section {
	padding: 0em !important;
}

/* - DESTACADOS - */
section#destacados {
	font-size: 21px;
}

section#destacados h2 {
    display: table;
	width: auto;
    padding: 0 1.5em .3em;
    margin: 0 auto;
	margin-bottom: .5em;
    font-size: 150%;
    font-weight: 400;
    color: #005cb6;
    text-align: center;
    letter-spacing: .05em;
    border-bottom: 1px solid #005cb6;
}

section#destacados h2.invisible {
    display: none !important;
}

section#destacados article.article_contenedor {
	display: flex;
	padding: 0;
	margin: 0;
	font-size: 110%;
}

section#destacados article.article_contenedor a {
	display: flex;
    width: 100%;
	padding: 0;
	margin: 0;
}

section#destacados article.article_contenedor a:hover {
	/*background: #F6F6F6;*/
	background: rgba(255,255,255,.5);
}

/* - BANNERS - */
section#banners {
	display: contents;
	font-size: 17px;
	margin-top: 1em !important;
}

section#banners.banners_pie {
	display: block;
	padding: 0 2em;
}

section#banners article.article_contenedor {
	display: flex;
	padding: .5em;
	margin: 0 auto;
	font-size: 110%;
}

section#banners article.article_contenedor a {
	display: flex;
    width: 100%;
	padding: 0 !important;
	margin: 0;
}

section#banners article.article_contenedor figure {
	/*position: relative;*/
	width: 100%;
	height: auto;
    padding: 1em;
	margin: 0;
    background: #fff;
    border-top: 13px solid #8c7b6a;
    border-bottom: 6px solid #00559c;
}

section#banners article.article_contenedor figure img {
	width: 100%;
	height: auto;
}

section#banners article.article_contenedor figure figcaption {
	/*position: absolute;
	bottom: .5em;
	left: 0;*/
	width: 100%;
    padding: 0;
    margin: 0;
    margin-top: .8em;
    font-size: 150%;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
	color: rgb(0, 92, 182);
	text-align: left;
}

section#banners article.article_contenedor figure figcaption span.banner_boton {
	display: table;
	position: relative;
	top: -3em;
	width: auto;
	margin-bottom: -3em;
	font-size: 45%;
	letter-spacing: .2em;
	background: #97bf0d;
	padding: 0em .75em;
}

section#banners article.article_contenedor a figure {
	opacity: .9;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section#banners article.article_contenedor a:hover figure {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/* -------------------- FOOTER -------------------- */
footer {
	display: flex;
	clear: both;
	min-height: 70px;
	height: auto;
	width: 100%;
	align-items: center;
	justify-content: center;
}

footer div#footer_cont {
	min-height: 70px;
	height: auto;
	width: 100%;
	max-width: 1500px;
	min-width: 570px;
	padding: 2em 1.5em !important;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

footer div#footer_cont .separador_arriba {
	padding-top: 2em !important;
	/*border-top: 2px solid rgba(0,0,0,.1);*/
	border-top: 1px solid #808080;
}

footer div#footer_cont .separador_abajo {
	padding-bottom: 4em !important;
	/*border-bottom: 2px solid rgba(0,0,0,.1);*/
	border-bottom: 1px solid #808080;
}

/* -------- LOGOTIPO PIE ------- */
footer section#logo_pie {
	display: flex;
	width: 200px;
	margin-top: .8em;
	margin-bottom: 1.5em;
}

footer section#logo_pie a {
	display: table-cell;
	height: auto;
	margin: 0 auto;
}

footer section#logo_pie figure {
	display: table-cell;
}

footer section#logo_pie img {
	width: 100%;
	max-width: 350px;
	height: auto;
}

footer section#logo_pie figcaption {
	width: 200px;
	margin-top: 1em;
	margin-left: 3.2em;
	font-size: 18px;
	font-weight: 300;
	color: rgba(255,255,255,.6);
}

/* ------- FOOTER MENUS -------- */
footer #footer_cont nav {
	position: relative;
	top: .1em;
    display: table;
    float: unset;
    margin: 0;
	margin-top: 2em;
	padding-left: 1em;
    color: #000;
	font-size: 120%;
	font-weight: 300;
	text-align: center;
}

footer #footer_cont nav.footer_patrocinadores {
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 2em;
	padding-left: .5em;
	text-align: center;
	/*border-bottom: 2px solid rgba(0,0,0,.1);*/
	border-top: 1px solid #808080;
}

footer #footer_cont nav ul {
	padding: 0;
	margin: 0;
	margin-right: 0;
}

footer #footer_cont nav.footer_patrocinadores ul {
    margin-top: 1em;
    text-align: center;
}

footer #footer_cont nav ul li {
	display: block;
	margin-bottom: .5em;
}

footer #footer_cont nav.footer_patrocinadores ul li {
	display: inline-block;
    margin: 1em;
}

footer #footer_cont nav ul li.menu_footer_cabecera {
	display: block !important;
	font-size: 100%;
	font-weight: 900;
	letter-spacing: .05em;
	margin-bottom: 1em;
	color: rgba(0,0,0,1);
}

footer #footer_cont nav ul li a, footer #footer_cont nav ul li {
	color: #000;
    font-size: 1em;
	font-weight: 400;
    width: auto;
}

footer #footer_cont nav ul li a:hover {
	color: #005cb6;
}

footer #footer_cont nav.footer_patrocinadores ul li a img, footer #footer_cont nav.footer_patrocinadores ul li img {
	width: auto;
	height: 75px;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer #footer_cont nav.footer_patrocinadores ul li a:hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

footer #footer_cont nav ul#footer_menu_redes, footer #footer_cont nav ul#footer_menu_boletin {
	margin-top: 2.5em;
}

footer #footer_cont nav ul#footer_menu_redes li {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

footer #footer_cont nav ul#footer_menu_redes li img {
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

footer #footer_cont nav ul#footer_menu_redes li a img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer #footer_cont nav ul#footer_menu_redes li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background: rgba(0,0,0,.05);
}

footer #footer_cont nav ul#footer_menu_boletin span {
	float: left;
	margin-right: 1em;
}

footer #footer_cont nav ul#footer_menu_boletin a.boton_suscripcion_boletin {
	display: inline-table;
	padding: 1em 1.5em;
	margin: 1em 0 .5em 0;
	color: #000;
	background: transparent;
	font-size: 100%;
	font-weight: 900;
	letter-spacing: .05em;
	border: 1px solid #000;
}

footer #footer_cont nav ul#footer_menu_boletin a.boton_suscripcion_boletin:hover {
	background: rgba(0,0,0,.05);
	color: #005cb6;
	border: 1px solid #005cb6;
}

/* ---- SELLO SEGURIDAD ENS ---- */
.sello_seguridad {
    width: 100%;
    margin-top: 2em;
    text-align: center;
}

.sello_seguridad img {
    width: 9em;
}

/* ---------- FCCG ID ---------- */
footer #footer_cont #fccg_id {
	display: block;
	margin-top: 4em;
	font-size: 90%;
	width: 100%;
	text-align: center;
}

/* ----- LOGOTIPO DIPU PIE ----- */
footer section#logo_dipu_pie {
	width: auto;
	padding: 0;
	margin: 0;
	margin-top: 2em;
	text-align: center;
}

footer section#logo_dipu_pie a {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	/*background: #f5ebe0;*/
}

footer section#logo_dipu_pie figure {
	height: 5.5em;
	width: 100%;
	padding: 1em 2em;
	margin: auto;
	justify-content: center;
	align-items: center;
}

footer section#logo_dipu_pie img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

/* ---------------------------- FIN ETIQUETAS ---------------------------- */


/* --------------------------------- IDs --------------------------------- */

/* ------------------------------- FIN IDs ------------------------------- */


/* ------------------------------- CLASES -------------------------------- */
.invisible {
	display: none !important;
}

.clear {
	clear: both;
	width: 100%;
}

.clear0_5em {
	clear: both;
	width: 100%;
	height: .5em;
}

.clear1_0em {
	clear: both;
	width: 100%;
	height: 1em;
}

.clear1_5em {
	clear: both;
	width: 100%;
	height: 1.5em;
}

.clear2_0em {
	clear: both;
	width: 100%;
	height: 2em;
}

.clear2_5em {
	clear: both;
	width: 100%;
	height: 2.5em;
}

.clear5em {
	clear: both;
	width: 100%;
	height: 5em;
}

.txt_destacado {
	color: #84c000;
	font-weight: 700;
}

.blink {
	animation: blinker 1.5s step-start infinite;
}

@keyframes blinker {
	20% {
		opacity: 0;
	}
}
/* ----------------------------- FIN CLASES ------------------------------ */


/* ---------------------------- MEDIA QUERYS ----------------------------- */

/* ----- col-sm ----- DISPOSITIVOS MUY PEQUEÑOS (móviles anchura menor o igual a 767px) ----- */
@media (max-width: 767px) {

	/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* -------------------- COOKIES ------------------- */

	/* -------------------- HEADER -------------------- */

	/* ----- LOGOTIPO CABECERA ----- */

	/* ---------- IDIOMAS ---------- */

	/* --- LOGOTIPO DIPU CABECERA -- */

    /* -- MENU/SUBMENUS ESCRITORIO - */

	/* --- BOTON MENU DESPLEGABLE -- */

    /* --- FONDO OSCURECIDO MENU --- */

	/* ---- MENU/SUBMENUS MOVIL ---- */

	/* --------------------- MAIN --------------------- */

	/* -------- FORMULARIOS -------- */

	/* ---- FORMULARIO CONTACTO ---- */

    /* ----- SLIDER DESTACADOS ----- */

    /* ------ VIDEOS (IFRAME) ------ */

    /* ------ BOTONERA SLIDER ------ */

    /* ---------- SECCION1 --------- */

	/* ---------- SECCION2 --------- */

	/* - SECCION2 SEPARADOR - */

	/* ---------- SECCION3 --------- */

	/* - SECCION3 ICONO MARCADOR - */

	/* - SECCION3 DIRECCION - */

	/* - SECCION3 GOOGLE MAPS - */

	/* - SECCION3 SEPARADOR - */

    /* - CONTENEDOR PRINCIPAL 2COL - */

    /* --- CONTENIDOS DESTACADOS --- */

    /* --------- CONTENIDOS -------- */

	/* ---- BUSCADOR CONTENIDOS ---- */

	/* --- LISTADO DE CONTENIDOS --- */

	/* - ZONA NAVEGACION - */

	/* ------ FICHA CONTENIDO ------ */

	/* -------- FICHA PAGINA ------- */

	/* - MENU PAGINA - */

	/* - ANCLAS - */

	/* - ZONA DOCUMENTACION - */

	/* -- ASIDE (COLUMNA DERECHA) -- */

	/* - DESTACADOS - */

	/* - BANNERS - */

	/* -------------------- FOOTER -------------------- */

	/* -------- LOGOTIPO PIE ------- */

	/* ------- FOOTER MENUS -------- */

	/* ---- SELLO SEGURIDAD ENS ---- */

    /* ---------- FCCG ID ---------- */

	/* ----- LOGOTIPO DIPU PIE ----- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */


	/* --------------------------------- IDs --------------------------------- */

	/* ------------------------------- FIN IDs ------------------------------- */


	/* ------------------------------- CLASES -------------------------------- */

	/* ----------------------------- FIN CLASES ------------------------------ */

}

/* ----- col-md ----- DISPOSITIVOS PEQUEÑOS (tablets, anchura mayor o igual a 768px) -------- */
@media (min-width: 768px) {

	/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* -------------------- COOKIES ------------------- */
	#cookies {
		font-size: 80%;
	}

	/* -------------------- HEADER -------------------- */

	/* ----- LOGOTIPO CABECERA ----- */
	header div#logo_cabecera figure {
		max-height: none;
	}

	/* ---------- IDIOMAS ---------- */
	header.fixed nav#idiomas {
		margin-top: .9em;
	}

	header nav#idiomas ul li {
		margin-right: .25em;
	    padding-right: .4em;
	}

	header nav#idiomas ul li a {
	    font-size: .8em;
	    width: 25px;
	    height: 25px;
	}

	/* --- LOGOTIPO DIPU CABECERA -- */

	/* -- MENU/SUBMENUS ESCRITORIO - */

	/* --- BOTON MENU DESPLEGABLE -- */
	header .boton_desplegable {
		margin-right: 1em;
		margin-top: 1.3em;
	}

	header.fixed .boton_desplegable {
		margin-top: .8em;
	}

	header .boton_desplegable_icono {
		width: 1.8em;
		height: 1.8em;
	}

	header .boton_desplegable_icono span.icono_raya {
		width: 1.2em;
		height: .18em;
		margin: .2em auto;
	}

	header .boton_desplegable span.txt_mostrar {
		font-size: .8em;
		padding-top: .35em;
	}

    /* --- FONDO OSCURECIDO MENU --- */

	/* ---- MENU/SUBMENUS MOVIL ---- */
	header #navegador #titu_menu {
		padding-top: 1em !important;
    	padding-right: 1em !important;
		font-size: 90%;
	}

	header #navegador #titu_menu .boton_desplegable_icono {
		margin-top: -.3em;
		margin-right: .4em;
	}

	header #navegador #titu_menu .txt_mostrar {
		font-size: .9em;
		position: relative;
		top: -.3em;
		letter-spacing: .05em;
	}

	header #navegador #titu_menu .boton_desplegable_icono span.icono_raya {
		width: 1.3em;
		height: .17em;
		margin: 0.3em auto;
	}

	.navegacion {
	    top: 2.8em;
	}

	.navegacion li a {
		font-size: .7em;
	}

	.navegacion ul.submenuprincipal li a, .navegacion ul.submenusecundario li a {
		font-size: .7em;
	}

	/* --------------------- MAIN --------------------- */

	/* -------- FORMULARIOS -------- */
	form fieldset {
		font-size: .8em;
	}

	form input[type="submit"], form input [type="reset"], form input[type="text"], form select {
		font-size: 15px;
	}

	/* ---- FORMULARIO CONTACTO ---- */

    /* ----- SLIDER DESTACADOS ----- */

    /* ------ VIDEOS (IFRAME) ------ */

    /* ------ BOTONERA SLIDER ------ */

	/* ---------- SECCION1 --------- */
	section#seccion1 figure figcaption {
		font-size: 1.7vw;
	}

	section#seccion1 h1 {
		font-size: calc(1em + 2vw);
	}

	/* ---------- SECCION2 --------- */
	section#seccion2 {
		position: relative;
	}

	/* - SECCION2 SEPARADOR - */

	/* ---------- SECCION3 --------- */

	/* - SECCION3 ICONO MARCADOR - */

	/* - SECCION3 DIRECCION - */

	/* - SECCION3 GOOGLE MAPS - */

	/* - SECCION3 SEPARADOR - */

	/* - CONTENEDOR PRINCIPAL 2COL - */

    /* --- CONTENIDOS DESTACADOS --- */

    /* --------- CONTENIDOS -------- */
	section#contenidos h2 {
		font-size: 140%;
	}
	section#contenidos h3.aviso {
		color: red;
	}

	/* ---- BUSCADOR CONTENIDOS ---- */

	/* --- LISTADO DE CONTENIDOS --- */
	section#contenidos article.article_contenedor {
		padding: 1% !important;
	}

	main section article .article_contenido figure {
    	height: 25.8vw;
	}

	main section article .article_contenido .article_texto {
		font-size: 80%;
	}

	main section article.primer_contenedor .article_contenido .article_texto {
		font-size: 103%;
	}

	form[name="buscador_contenidos"] article {
		display: table-cell;
	}

	form[name="buscador_contenidos"] input[type="submit"] {
		margin: 0;
	}

	form[name="buscador_contenidos"] article.boton_buscar {
		text-align: right;
	}

	#boton_busqueda {
		font-size: 62%;
		font-weight: 600;
	}

	/* - ZONA NAVEGACION - */
	.enlace_primera {
		margin-right: .5em;
	}

	.enlace_ultima {
		margin-left: .5em;
	}

	/* ------ FICHA CONTENIDO ------ */
	#ficha_contenido .article_texto {
		font-size: 100%;		
	}

	#ficha_contenido #fotografias #numerofotos {
		height: 25px;
		bottom: .4em;
	}

	#ficha_contenido #fotografias figure figcaption {
		min-height: 37px;
	}

	#ficha_contenido nav ul#cont_menu_redes {
		margin-top: 0em;
	}

	#ficha_contenido nav ul#cont_menu_redes li:not(:last-child) {
		margin-right: .5em;
	}

	#ficha_contenido nav ul#cont_menu_redes li img {
		height: 30px;
	}

	#ficha_contenido nav ul#cont_menu_redes li a:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	#ficha_contenido #ant-sig a#boton_ant {
		left: 1.5em;
	}

	#ficha_contenido #ant-sig a#boton_sig {
		right: 1.5em;
	}

	/* -------- FICHA PAGINA ------- */

	/* - MENU PAGINA - */

	/* - ANCLAS - */

	/* - ZONA DOCUMENTACION - */
	#documentacion {
		font-size: 80%;
	}

	#documentacion ul#lista_documentos li {
		margin: .5em 0;
	}

	#documentacion ul#lista_documentos li a img {
		height: 1.2em;
		padding-right: .3em;
		margin-top: -.2em;
	}

	#documentacion ul#lista_documentos li a:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	/* -- ASIDE (COLUMNA DERECHA) -- */

	/* - DESTACADOS - */
	section#destacados {
		font-size: 17px;
	}

	section#destacados h2 {
	    font-size: 130%;
	}

	section#destacados .article_contenedor {
		font-size: 100%;
	}

	/* - BANNERS - */
	section#banners.banners_pie {
		display: table;
		padding: 0 2em;
		text-align: center;
	}

	section#banners article.article_contenedor {
		display: inline-flex;
		font-size: 100%;
	}

	section#banners article.article_contenedor figure figcaption {
		font-size: 150%;
	}

	/* -------------------- FOOTER -------------------- */

	footer div#footer_cont .separador_abajo {
	    padding-bottom: 1.5em !important;
	}

	/* -------- LOGOTIPO PIE ------- */
	footer section#logo_pie {
		width: auto;
		margin-top: 0em;
	}

	footer section#logo_pie img {
		max-width: 250px;
	}

	footer section#logo_pie figcaption {
		font-size: 14px;
	}

	/* ------- FOOTER MENUS -------- */
	footer #footer_cont nav {
		font-size: 70%;
		padding-left: 5em;
		margin-top: 0;
		text-align: left;
	}

	footer #footer_cont nav.footer_patrocinadores {
		padding-left: 1em;
	}

	footer #footer_cont nav.footer_columna_central {
		padding-left: 2em;
	}

	footer #footer_cont nav ul {
		margin-right: 1em;
	}

	footer #footer_cont nav.footer_patrocinadores ul {
    	margin-left: 1em;
	}

	footer #footer_cont nav ul#footer_menu_redes, footer #footer_cont nav ul#footer_menu_boletin {
		margin-top: 1.5em;
	}

	footer #footer_cont nav ul#footer_menu_redes li {
		display: block;
		float: left;
		margin-right: 1.3em;
		margin-left: 0em;
	}

	footer #footer_cont nav ul#footer_menu_redes li img {
		height: 30px;
	}

	footer #footer_cont nav ul#footer_menu_redes li a:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	footer #footer_cont nav ul li.menu_footer_cabecera {
		width: 100%;
		margin-bottom: .5em;
	}

	footer #footer_cont nav.footer_patrocinadores ul li.menu_footer_cabecera {
		width: calc(100% - 4em);
		text-align: left;
	}

	footer #footer_cont nav ul li {
		margin-bottom: .5em;
	}

	footer #footer_cont nav.footer_patrocinadores ul li {
		margin: 1em 2em;
	}

	footer #footer_cont nav.footer_patrocinadores ul li a img, footer #footer_cont nav.footer_patrocinadores ul li img {
		/*max-width: 175px;*/
		height: 60px;
	}

	/* ---- SELLO SEGURIDAD ENS ---- */
    .sello_seguridad {
        width: 100%;
        margin-top: 2em;
        text-align: left;
    }

    /* ---------- FCCG ID ---------- */
	footer #footer_cont #fccg_id {
		margin-top: -2em;
		font-size: 65%;
		padding-left: 4.2em !important;
		text-align: left;
	}

	/* ----- LOGOTIPO DIPU PIE ----- */
	footer section#logo_dipu_pie {
		margin-top: 0em;
	}

	footer section#logo_dipu_pie figure {
		height: 4.5em;
	}

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */


	/* --------------------------------- IDs --------------------------------- */

	/* ------------------------------- FIN IDs ------------------------------- */


	/* ------------------------------- CLASES -------------------------------- */

	/* ----------------------------- FIN CLASES ------------------------------ */

}

/* ----- col-lg ----- DISPOSITIVOS MEDIANOS (ordenadores, anchura mayor o igual a 992px) ---- */
@media (min-width: 992px) {

	/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* -------------------- COOKIES ------------------- */

	/* -------------------- HEADER -------------------- */

	/* ----- LOGOTIPO CABECERA ----- */

	/* ---------- IDIOMAS ---------- */

	/* --- LOGOTIPO DIPU CABECERA -- */
	header div#logo_dipu_cabecera {
		display: inline-flex;
	}

	header div#logo_dipu_cabecera figure {
		max-height: none;
	}

	/* -- MENU/SUBMENUS ESCRITORIO - */

	/* --- BOTON MENU DESPLEGABLE -- */

    /* --- FONDO OSCURECIDO MENU --- */

	/* ---- MENU/SUBMENUS MOVIL ---- */

	/* --------------------- MAIN --------------------- */

	/* -------- FORMULARIOS -------- */

	/* ---- FORMULARIO CONTACTO ---- */
	span.contacto_direccion {
		text-align: left;
		margin-top: 9%;
		margin-bottom: 0;
		font-size: 100%;
	}

    /* ----- SLIDER DESTACADOS ----- */	
	.encabezado ul.submenu_galeria li {
		margin: 0 1.7em;
	}

	/*.imagensoladestacado {
		max-height: 30.9vw;
	}*/

    .imgtxt_destacado .textodestacado {
		/*font-size: 2rem !important;*/
        font-size: 2vw !important;
		padding: 1rem 5vw 1rem 5vw !important;
	}

	/* ------ VIDEOS (IFRAME) ------ */
	.video_responsive .textodestacadovideo, .video_responsive_home .textodestacadovideo {
		/*font-size: 2rem !important;*/
        font-size: 2vw !important;
		padding: 1rem 5vw 1rem 5vw !important;
	}

    /* ------ BOTONERA SLIDER ------ */

	/* ---------- SECCION1 --------- */
	section#seccion1 figure figcaption {
		font-size: 80%;
	}

	/* ---------- SECCION2 --------- */

	/* - SECCION2 SEPARADOR - */

	/* ---------- SECCION3 --------- */

	/* - SECCION3 ICONO MARCADOR - */

	/* - SECCION3 DIRECCION - */

	/* - SECCION3 GOOGLE MAPS - */

	/* - SECCION3 SEPARADOR - */

	/* - CONTENEDOR PRINCIPAL 2COL - */

    /* --- CONTENIDOS DESTACADOS --- */

    /* --------- CONTENIDOS -------- */

	/* ---- BUSCADOR CONTENIDOS ---- */

	/* --- LISTADO DE CONTENIDOS --- */
	main section article .article_contenido figure {
    	height: 17vw;
	}

	main section article.primer_contenedor .article_contenido figure {
		height: 26.8vw;
		min-height: 100%;
	}

	/* - ZONA NAVEGACION - */

	/* ------ FICHA CONTENIDO ------ */
	#ficha_contenido h2 {
		font-size: 140%;
	}

	/* -------- FICHA PAGINA ------- */

	/* - MENU PAGINA - */

	/* - ANCLAS - */

	/* - ZONA DOCUMENTACION - */

	/* -- ASIDE (COLUMNA DERECHA) -- */

	/* - DESTACADOS - */

	/* - BANNERS - */
	section#banners.banners_pie {
		display: flex;
		padding: 0 2em;
	}

	/* -------------------- FOOTER -------------------- */

	/* -------- LOGOTIPO PIE ------- */

	/* ------- FOOTER MENUS -------- */

	/* ---- SELLO SEGURIDAD ENS ---- */

    /* ---------- FCCG ID ---------- */

	/* ----- LOGOTIPO DIPU PIE ----- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */


	/* --------------------------------- IDs --------------------------------- */

	/* ------------------------------- FIN IDs ------------------------------- */


	/* ------------------------------- CLASES -------------------------------- */

	/* ----------------------------- FIN CLASES ------------------------------ */

}

/* ----- Para ZONA PRIVADA (en 1135px) ---- */
@media (min-width: 1135px) {

	/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* -------------------- COOKIES ------------------- */

	/* -------------------- HEADER -------------------- */

	/* ----- LOGOTIPO CABECERA ----- */

	/* ---------- IDIOMAS ---------- */

	/* --- LOGOTIPO DIPU CABECERA -- */

	/* -- MENU/SUBMENUS ESCRITORIO - */

	/* --- BOTON MENU DESPLEGABLE -- */

    /* --- FONDO OSCURECIDO MENU --- */

	/* ---- MENU/SUBMENUS MOVIL ---- */

	/* --------------------- MAIN --------------------- */

	/* -------- FORMULARIOS -------- */

	/* ---- FORMULARIO CONTACTO ---- */

    /* ----- SLIDER DESTACADOS ----- */

	/* ------ VIDEOS (IFRAME) ------ */

    /* ------ BOTONERA SLIDER ------ */

	/* ---------- SECCION1 --------- */

	/* ---------- SECCION2 --------- */

	/* - SECCION2 SEPARADOR - */

	/* ---------- SECCION3 --------- */

	/* - SECCION3 ICONO MARCADOR - */

	/* - SECCION3 DIRECCION - */

	/* - SECCION3 GOOGLE MAPS - */

	/* - SECCION3 SEPARADOR - */

	/* - CONTENEDOR PRINCIPAL 2COL - */

    /* --- CONTENIDOS DESTACADOS --- */

    /* --------- CONTENIDOS -------- */

	/* ---- BUSCADOR CONTENIDOS ---- */

	/* --- LISTADO DE CONTENIDOS --- */

	/* - ZONA NAVEGACION - */

	/* ------ FICHA CONTENIDO ------ */

	/* -------- FICHA PAGINA ------- */

	/* - MENU PAGINA - */

	/* - ANCLAS - */

	/* - ZONA DOCUMENTACION - */

	/* -- ASIDE (COLUMNA DERECHA) -- */

	/* - DESTACADOS - */

	/* - BANNERS - */

	/* -------------------- FOOTER -------------------- */

	/* -------- LOGOTIPO PIE ------- */

	/* ------- FOOTER MENUS -------- */

	/* ---- SELLO SEGURIDAD ENS ---- */

    /* ---------- FCCG ID ---------- */

	/* ----- LOGOTIPO DIPU PIE ----- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */


	/* --------------------------------- IDs --------------------------------- */

	/* ------------------------------- FIN IDs ------------------------------- */


	/* ------------------------------- CLASES -------------------------------- */

	/* ----------------------------- FIN CLASES ------------------------------ */

}

/* ----- col-xl ----- DISPOSITIVOS GRANDES (ordenadores, anchura mayor o igual a 1200px) ---- */
@media (min-width: 1200px) {

	/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* -------------------- COOKIES ------------------- */

	/* -------------------- HEADER -------------------- */
    header.fixed div#header_cont {
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }

    header div#header_cont_inf {
        display: block;
    }

    header.fixed div#header_cont_inf {
    	-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
    	box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
    }


	/* ----- LOGOTIPO CABECERA ----- */

	/* ---------- IDIOMAS ---------- */
    header nav#idiomas ul li:last-child {
    	border-right: none;
    }

	/* --- LOGOTIPO DIPU CABECERA -- */

	/* -- MENU/SUBMENUS ESCRITORIO - */

	/* --- BOTON MENU DESPLEGABLE -- */
    header .boton_desplegable {
        display: none;
    }

    /* --- FONDO OSCURECIDO MENU --- */

	/* ---- MENU/SUBMENUS MOVIL ---- */

	/* --------------------- MAIN --------------------- */
    main {
	    padding-top: 6.6em;
    }

	/* -------- FORMULARIOS -------- */

	/* ---- FORMULARIO CONTACTO ---- */

    /* ----- SLIDER DESTACADOS ----- */

	/* ------ VIDEOS (IFRAME) ------ */

    /* ------ BOTONERA SLIDER ------ */

	/* ---------- SECCION1 --------- */
	section#seccion1 h1 {
		font-size: 225%;
	}

	/* ---------- SECCION2 --------- */
	section#seccion2 {
		padding: 3em 9em;
	}

	/* - SECCION2 SEPARADOR - */

	/* ---------- SECCION3 --------- */

	/* - SECCION3 ICONO MARCADOR - */

	/* - SECCION3 DIRECCION - */

	/* - SECCION3 GOOGLE MAPS - */

	/* - SECCION3 SEPARADOR - */

	/* - CONTENEDOR PRINCIPAL 2COL - */

    /* --- CONTENIDOS DESTACADOS --- */
    section.contenidos_destacados {
    	padding: 0 1.5em 0 0 !important;
    }

    .enlace_destacados_home:last-child {
        margin-bottom: .25em;
    }

    /* --------- CONTENIDOS -------- */
    section#contenidos.contenidos_destacados {
        padding: 0 1.5em 0 0 !important;
    }

	/* ---- BUSCADOR CONTENIDOS ---- */

	/* --- LISTADO DE CONTENIDOS --- */
	main section article .article_contenido figure {
    	height: 12.7vw;
    	max-height: 9.3em;
	}

	main section article.primer_contenedor .article_contenido figure {
		height: 19.7vw !important;
		max-height: 14.5em;
		min-height: 100%;
	}

	/* - ZONA NAVEGACION - */

	/* ------ FICHA CONTENIDO ------ */

	/* -------- FICHA PAGINA ------- */

	/* - MENU PAGINA - */

	/* - ANCLAS - */

	/* - ZONA DOCUMENTACION - */

	/* -- ASIDE (COLUMNA DERECHA) -- */
	aside {
		/*border-top: none;
		border-left: 5px dotted rgba(0,0,0,.05);*/
	}

	/* - DESTACADOS - */
	section#destacados h2 {
		width: 100%;
		margin-bottom: 0em;
	}

	section#destacados .row a {
		width: 100%;
		margin: 0em;
	}

	section#destacados article.article_contenedor {
		padding: 0em !important;
	}

	section#destacados article.article_contenedor a {
		background: transparent;
	}

	section#destacados article.article_contenedor a:hover {
        /*background: #F6F6F6;*/
        background: rgba(255,255,255,.5);
	}

	/* - BANNERS - */
	section#banners article.article_contenedor {
		padding: 0;
		margin: 0;
		margin-bottom: 1em;
	}
	section#banners article.article_contenedor:last-child {
		margin-bottom: 0;
	}

	section#banners.banners_pie article.article_contenedor {
		padding: .5em;
		margin: 0 auto;
	}

	section#banners article.article_contenedor figure figcaption {
        font-size: 150%;
	}

	/* -------------------- FOOTER -------------------- */

	/* -------- LOGOTIPO PIE ------- */
	footer section#logo_pie {
		display: block;
		margin-bottom: 0em;
		padding-left: .5em;
	}

	footer section#logo_pie a {
		float: left;
		width: 100%;
	}

	footer section#logo_pie a figure {
	    display: block;
		width: 100%;
		text-align: center;
	}

	footer section#logo_pie figcaption {
		width: 150px;
		font-size: 14px;
	}

	/* ------- FOOTER MENUS -------- */

	/* ---- SELLO SEGURIDAD ENS ---- */

    /* ---------- FCCG ID ---------- */

	/* ----- LOGOTIPO DIPU PIE ----- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */


	/* --------------------------------- IDs --------------------------------- */

	/* ------------------------------- FIN IDs ------------------------------- */


	/* ------------------------------- CLASES -------------------------------- */

	/* ----------------------------- FIN CLASES ------------------------------ */

}

/* ----- Para DESTACADOS HOME (en 1500px) ---- */
@media (min-width: 1500px) {

	/* ------------------------------------------ ESTILOS PROPIOS ------------------------------------------ */

	/* ------------------------------ ETIQUETAS ------------------------------ */

	/* -------------------- COOKIES ------------------- */

	/* -------------------- HEADER -------------------- */

	/* ----- LOGOTIPO CABECERA ----- */

	/* ---------- IDIOMAS ---------- */

	/* --- LOGOTIPO DIPU CABECERA -- */

	/* -- MENU/SUBMENUS ESCRITORIO - */

	/* --- BOTON MENU DESPLEGABLE -- */

    /* --- FONDO OSCURECIDO MENU --- */

	/* ---- MENU/SUBMENUS MOVIL ---- */

	/* --------------------- MAIN --------------------- */

	/* -------- FORMULARIOS -------- */

	/* ---- FORMULARIO CONTACTO ---- */

    /* ----- SLIDER DESTACADOS ----- */
    .imgtxt_destacado .textodestacado {
    	padding: 1rem 4.8rem 1rem 4.8rem !important;
        font-size: 1.43em !important;
        line-height: 1.75em;
    }

	/* ------ VIDEOS (IFRAME) ------ */
	.video_responsive .textodestacadovideo, .video_responsive_home .textodestacadovideo {
    	padding: 1rem 4.8rem 1rem 4.8rem !important;
        font-size: 1.43em !important;
        line-height: 1.75em;
	}

    /* ------ BOTONERA SLIDER ------ */

	/* ---------- SECCION1 --------- */

	/* ---------- SECCION2 --------- */

	/* - SECCION2 SEPARADOR - */

	/* ---------- SECCION3 --------- */

	/* - SECCION3 ICONO MARCADOR - */

	/* - SECCION3 DIRECCION - */

	/* - SECCION3 GOOGLE MAPS - */

	/* - SECCION3 SEPARADOR - */

	/* - CONTENEDOR PRINCIPAL 2COL - */

    /* --- CONTENIDOS DESTACADOS --- */

    /* --------- CONTENIDOS -------- */

	/* ---- BUSCADOR CONTENIDOS ---- */

	/* --- LISTADO DE CONTENIDOS --- */

	/* - ZONA NAVEGACION - */

	/* ------ FICHA CONTENIDO ------ */

	/* -------- FICHA PAGINA ------- */

	/* - MENU PAGINA - */

	/* - ANCLAS - */

	/* - ZONA DOCUMENTACION - */

	/* -- ASIDE (COLUMNA DERECHA) -- */

	/* - DESTACADOS - */

	/* - BANNERS - */

	/* -------------------- FOOTER -------------------- */

	/* -------- LOGOTIPO PIE ------- */

	/* ------- FOOTER MENUS -------- */

	/* ---- SELLO SEGURIDAD ENS ---- */

    /* ---------- FCCG ID ---------- */

	/* ----- LOGOTIPO DIPU PIE ----- */

	/* ---------------------------- FIN ETIQUETAS ---------------------------- */


	/* --------------------------------- IDs --------------------------------- */

	/* ------------------------------- FIN IDs ------------------------------- */


	/* ------------------------------- CLASES -------------------------------- */

	/* ----------------------------- FIN CLASES ------------------------------ */

}