


:root{
	--color1-150: #DDEEEC;
	--color1-125: #89BEBA;
	--color1-100: #457E76;
	--color1-090: #335B55;
	--color1-080: #203C37;
	--color1-075: #172B28;
	--color2-bg: #A70332;
	--color2-text: #9E1834;
	--text-color: #000;
	--bg-color: #fff;
	--border-gray: #cccccc;
	--text-color-medium: #666;
	--color-focus: #558E86;

	/*Override bootstrap colors*/
	--blue: initial;
    --indigo: initial;
    --purple: initial;
    --pink: initial;
    --red: initial;
    --orange: initial;
    --yellow: initial;
    --green: initial;
    --teal: initial;
    --cyan: initial;
    --white: initial;
    --gray: initial;
    --gray-dark: initial;
    --primary: initial;
    --secondary: initial;
    --success: initial;
    --info: initial;
    --warning: initial;
    --danger: initial;
    --light: initial;
    --dark: initial;
}

/*.none provoca eliminar estilos de base y navegador */
.none{
	line-height: normal;
	font-size: 1rem;
	font-weight: normal;
	margin: auto;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: var(--bg-color);
	color: var(--text-color);
	padding: 0;
	margin: 0px;
	line-height: 1.3;
}

body > .contenedor{
	max-width: none;
	min-width: 800px;
	margin: auto;
	background-color: white;
}

BODY > .contenedor > *:not(:is(nav, footer, .overlay, script)) {
    max-width: 1280px;
    margin: 0 auto 0px;
    display: block;
}

body > .contenedor > header{ padding-top: 15px; padding-bottom: 15px;}



[hidden] { display: none !important; }
/*
*:focus {
    outline-style: solid!important;
    outline-color: #457E76!important;
    outline-width: 1px!important;
    outline-offset: 2px;
}*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    *:focus {
        outline-style: solid!important;
    	outline-color: black!important;
    }
}

@supports (-moz-appearance: none){
	 *:focus {
        outline-style: solid!important;
    	outline-color: black!important;
    }
}

*::selection{
	background-color:  #457E76;
	color:white;
}

img	{image-rendering: -webkit-optimize-contrast;}

/* joseba comentado porque interfiere paginas estaticas */
/*BODY.nocab  {
	padding: 0px;
}
	
*/
/*fin comentario joseba */

form{
	page-break-after: avoid;
	padding-bottom: 0px;
	margin-bottom: 0px;
	page-break-before: avoid;
}

section>h2>a{
    color: #9E1834!Important;
}

/* Todos los elementos tactiles deben tener al menos 25px*/
a,button{
	min-width: 25px;
	min-height: 25px;
}

a,a:link,a:active,a:visited {
	color: var(--text-color);
	text-decoration: none;
}

a.w,a.w:link,a.w:active,a.w:visited{
	color: var(--text-color)!Important;
	text-decoration: none!Important;
}

a:focus,
[role="button"]:focus,
[tabindex="0"]:focus,
button:focus, input:focus, textarea:focus, select:focus  {text-decoration:none; border-color: var(--bg-color); outline: 2px solid var(--color-focus); box-shadow: 0 0 0 2px var(--bg-color); }

a:hover,
[role="button"]:hover, 
[tabindex="0"]:hover,    
button:hover, input:hover, textarea:hover, select:hover { text-decoration:none;  border-color: var(--bg-color); box-shadow: 0 0 0 2px var(--bg-color), 0 0 0 4px var(--color-focus); }

p a,
p a:link,
p a:active,
p a:visited,
dd a,
dd a:link,
dd a:active,
dd a:visited{
	color: #457e76;
	text-decoration:none;
}

p.fondoClaro a,
p.fondoClaro a:link,
p.fondoClaro a:active,
p.fondoClaro a:visited {
	color: #335B55;
	text-decoration:none;
}

label {
    margin-bottom: 0px;
}

span {
     color: inherit;
}

ul, ol {
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding:0em;
}

ul.listado>li,ol.listado>li{
	padding-top:0.15rem;
	padding-bottom:0.15rem;
}

ul.listadoSang>li,ol.listadoSang>li{
	padding-top:0.15rem;
	padding-bottom:0.15rem;
	margin-left:1rem;
}

dl > dt {
	font-weight: bold;
}
dl > dd {
	margin-bottom: 0.5rem;
}
dl.light > dt {
	font-weight: normal;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto;
}

img.icon24x24 {width:24px; height:24px;}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


section{
	display:block;
/*	padding: 1.2rem; */
    padding: 0.5rem 1rem;
}

section.nopadding{
	padding: 0rem;
}
section.imgleft{
	padding: 0px 1.2rem 0px 300px;
	background-size: 300px auto;
}
section.bordeInf,
div.bordeInf {
	border-bottom:  6px solid #ddeeec;
	padding-bottom: 1rem;
}

section.bordeSup{
	border-top:  6px solid #ddeeec;
	padding-top: 1rem;
}

section.backgAlt
, section>div>.backgAlt
, section>ul>.backgAlt{
	background-color: #DDEEEC;
}

section>h2:first-child{
	padding: 0rem 0rem 1rem 0rem;
	margin: 0rem;
	color: #9E1834;
}
section.imgleft>h2:first-child {
	padding:1rem 1.2rem ;
}

section>div.texto{
    padding: 0rem 1.2rem 0rem 1.2rem;
}
section.flex>div,
section.flex>ul{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section>div>*,
section>ul>*{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

section>div.columna>*,
section>ul.columna>*{
	padding: 0rem 2rem ;
	margin-bottom: 20px;
	min-width: 200px;
}

section>div.paddingDef>*,
section>div .paddingDef>li,
section>div .paddingDef>div,
section>ul.paddingDef>li,
section>ul .paddingDef>li,
section>ul .paddingDef>div{
	padding: 0rem 2rem ;
	margin-bottom: 10px;
}

section>div.nopadding>*,
section>ul.nopadding>*{
	padding:0rem !Important;
	margin: 0rem !Important;
}

/*Los estilos colN provocarán que esas listas se dispongan en filas de máximo N columnas;
de forma que se expanderán para ocupar el espacio de toda la fila*/
.col2>*{
	min-width:calc(100%/2);
}

ul.col3>*{
	min-width:calc(100%/3);
}

ul.col4>*{
	min-width:calc(100%/4);
}

ul.col5>*{
	min-width:calc(100%/5);
}

/*Los estilos colMinN provocarán que esas listas se dispongan en filas de N columnas;
de forma que no se expanderán para ocupar el espacio de toda la fila*/
ul.colMin3>*{
	max-width:calc(100%/3);
	min-width:calc(100%/3);
}

ul.colMin4>*{
	max-width:calc(100%/4);
	min-width:calc(100%/4);
}

ul.colMin5>*{
	max-width:calc(100%/5);
	min-width:calc(100%/5);
}

.center{
	text-align: center;
}

.middle{
	vertical-align:middle;
}

.right {
    text-align: right;
}

button.right {
	float: right;
}


.derecha{
	text-align: right;
}

.izquierda{
	text-align: left;
}


button, input {
	overflow: hidden;
}


/*fin*/

/*
SELECT option:checked{
    background: #487F78 linear-gradient(0deg, #487F78 0%, #487F78 100%) !important;
    color:white!Important;
}

SELECT:focus option:checked {
    background: #487F78 linear-gradient(0deg, #487F78 0%, #487F78 100%) !important;
    color:white!Important;
}

SELECT:focus option:hover,
SELECT option:hover,
SELECT option:active{
    outline: 1px solid #ddeeec;
}

*/

SELECT option{
	padding: 3px 0px;
    margin: 0px 0px;
}


/*
,SELECT[multiple]:focus option
,SELECT[multiple]:focus option:focus
,SELECT[multiple]:focus option:active
,SELECT[multiple]:focus option:checked
{
	padding: 3px 0px;
    margin: 0px 0px;
	color:white!Important;
}

SELECT[multiple]:focus option:checked {
    background: #457E76 linear-gradient(0deg, #457E76 0%, #457E76 100%) !important;
    color:white;
}



SELECT[multiple] option:focus {
    background: #DDEEEA linear-gradient(0deg, #DDEEEA 0%, #DDEEEA 100%) !important;
    color:white;
}
*/

/*estilos incorporados desde cabecera-pie.css por joseba */
/* formato */

.backgAlt {background-color: #ddeeec;}

.right_txt {text-align: right;}
.centrar {text-align: center;}
.centrar_hori {margin: 0 auto;}
.centrar_flex {align-items: center;}
.centro_vertical {	width: 100%;  margin-left: auto;  margin-right: auto;  text-align: center;}
.alineacentro {vertical-align: middle;}
img.alineaderecha {float: right;vertical-align: top;margin: 0 1em 0 1em;}
img.todoizquierda {float:left;padding:5px 10px 10px 0px;}
.noflota {float: none;}
.flotaderecha {float:right;}
.flotaizquierda {float:left;}
.alineaderecha_menu {margin: 7px 7px 0em 0em;float:right;}
.nowrap {white-space: nowrap;}
.clearleft {clear: left;}
.clearright {clear: right;}
.clear {clear: both;}

.margen-inf5 {	margin-bottom:5px !important;}
.margen_masarriba {margin-top: -10px;}
.margen_masarriba1 {margin-top: -3px;}
.margen_sup40 {margin-top: 40px;}
.margen_sup20 {margin-top: 20px;}
.margen_sup20imp {margin-top: 20px!important;}
.margen_sup10 {margin-top: 10px;}
.margen_sup5 {margin-top: 5px;}
.margen_der10 {margin-right: 10px;}
.margen_izq10 {margin-left: 10px;}
.margen_izq15 {margin-left: 15px;}
.margen_todo {margin: 0.3em 0.3em 0.3em 0.3em;}
.margen_izq19 {margin-left:19px;}
.margen_izq33pc {margin-left:33%;}
.margen_nada {margin:0px;}
.margen_inferior_1em {margin-bottom: 1em;}

.padding_de {padding: 0px 5px 0px 0px;}
.padding_id {padding: 0px 10px 0px 10px;}
.padding_id20 {padding: 0px 20px 0px 20px;}
.padding_10y20 {padding: 10px 10px 10px 20px;}
.padding_i {padding-left:1.5rem;}

.padding_1rem {padding: 1rem;}
.padding_05rem {padding: 0.5rem;}
.padding_todo {padding: 0.3em 0.3em 0.3em 0.3em;}
.padding_todo20 {padding: 20px;}

.padding_todomas {padding: 0.5em 0.5em 0.5em 0.5em;}
.padding_todomas_inferiormenos {padding: 0.5em 0.5em 0em 0.5em;}
.padding_sup5 {padding-top: 5px;}

.sinesp {margin-bottom : -2px;	margin-top : -2px;}

a.nosub:link {text-decoration:none!important;}

.alto_60 { max-height:60px;}
.ancho_cien { width: 100%;}
.ancho_mitad { width: 50%;}
.ancho_tercio { width: 30%;}
.ancho_40xc { width: 40%;}
.ancho_45xc { width: 45%;}
.ancho_auto { width: auto;max-width:inherit;}

.ancho_min-content {max-width: min-content;}
.colorINE{color: #9E1834;}

.fondo_blanco {	background-color: #ffffff;}

.fuente_negro {	color: #000000;}

.fuente_tam90 {font-size:0.90rem;}
.fuente_tam80 {font-size:0.80rem;}
.fuente_tam60 {font-size:0.60rem;}

.fuente_tam140	{font-size: 1.40rem;}
.fuente_tam120	{font-size: 1.20rem;}
.fuente_tam110	{font-size: 1.10rem;}

.fuente_negrita {	font-weight: bold;}

.border_radius5  {	border-radius: 5px;}
.bordeInfOsc{ border-bottom:  #457e76 3px solid;}

.oculto {display: none;}

.titulo_principal {font-size: 2.0em; float:left; color:#9e1834;}
.titulo_principal_bloque {padding: 0rem 0rem 0.5rem 0rem; margin:0rem; color: #9E1834; font-size: 2rem;}

.titulo_mas_grande {font-size : 1.75em;}

.titulo_grande {font-size : 1.25em;}

.titulo_mediano {font-size : 1.15em;}

.flexwrap {display: flex; flex-wrap: wrap;}

/*fin estilos incorporados*/

.borde_img {border: 2px solid #89beba;}


/*lista botones horizontal covid19*/
div.lista_botones ul.botones {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

div.lista_botones ul.botones li {
  float: left;
}

div.lista_botones ul.botones li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  margin:5px 15px;
  text-decoration: none;
  background-color: #DDEEEC;
  color:black!important;
  width:120px;
}

div.lista_botones ul.botones li.on a {
  background-color: #457e76;
}

div.lista_botones ul.botones li a:hover {
  background-color: #457e76;
  color:white!important;
}
/*fin lista botones horizontal */

h1.tituloSeccion, h2.tituloSeccion, h3.tituloSeccion{
	color: #457e76;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    clear: both;
}

/*ZOOM SVG START*/
.zoomSVG{
	position: absolute;
	display: block;
	width: auto;
	left: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 24px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-align: left;
    font-family: verdana,helvetica;
}
.zoomSVG>div{
	width: 100%;
	padding: 0;
	margin: 5px;
	width: 30px;
    height: 30px;
	background-color: #555;
    border: 1px solid #999;
	border-radius: 4px;
}
.zoomSVG>div:hover{
	background-color: #333;
}
/*ZOOM SVG END*/

/*LEGEND SVG START*/
.legendSVG{
	position: absolute;
	display: block;
	width: auto;
	right: 5px;
	bottom: 5px;
	font-size: .75em;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
    border-radius: 4px;
    margin-right: 10px;
}

.legendSVG > ul {
	display:table;
	border-spacing: 3px;
    border-collapse: separate;
}

.legendSVG > ul li{
	display:table-row;
}

.legendSVG > ul li div{
	display:table-cell;
}

.legendBox{
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 4px;
}
/*LEGEND SVG END*/

img	{ image-rendering: -webkit-optimize-contrast; }

input[type=text]::placeholder
, input[type=password]::placeholder
, input[type=search]::placeholder
, textarea::placeholder{
	color:rgb(118,118,118);
}

/*Esilo Iframe imagen*/
BODY.imagen {
	overflow: hidden;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
BODY.imagen > img{
    max-width: calc(100% - 50px);
    max-height :calc(100% - 50px);
	padding: 25px;
    border: 1px solid black;
}

.dos-cols_derecha {
    display: inline;
    float: left;
    margin-top: 0px;
    padding-left: 3%;
    width: 29%;
}

.dos_cols_izquierda_principal {
    float: left;
    margin-top: 0px;
    padding-top: 0;
    width: 66%;
    min-width: 445px;
}

footer .homePie.copyright,
#footer .homePie.copyright{
	text-align: center;
}

*, *::before, *::after 						{ box-sizing: border-box; }
[role="button"], a[role="button"]			{ text-decoration: none; }
.sr-only 									{ border: 0; clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; background-color: inherit; color: inherit;}
.fixed-top 									{ position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

body										{ background: transparent; }

.withMT										{ margin-top: 1.5rem; }

#DIVloading{
  background: url(../img/loading.gif) no-repeat center bottom;
  background-size:inherit;
  background-repeat:no-repeat;
  background-position: 50% 50%;

}

a.rojo:link,a.rojo:active,a.rojo:hover,a.rojo:visited {
	color: var(--color2-bg); text-decoration:none;
}

.noseve{
	display: none;
}

.bloque{
	display: block;
}

.marcoINE{
   border: 1px solid var(--color1-150);
   display: block;
   float: left;
   margin: 2px;
   padding: 0px;
}

.marcoINE>fieldset, fieldset.marcoINE{
	border-top: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 3px;
	padding: 0px;
	float: left;
	display: block;
}

.marcoINE>fieldset>legend, fieldset.marcoINE>legend{
  width:100%;
  margin:0px 0px 0px 0px;
  height:auto;
  padding:0px;
  color:black;
  min-width: 200px;
}

.marcoINE>fieldset>legend>label, fieldset.marcoINE>legend>label {
  padding:5px;
}


.serieDato, .sd {
	padding-right: 5px;
	background-image : url(../../img/marcador.gif);
	background-position : top right;
	background-repeat : no-repeat;
	cursor: pointer;
}

.marcoTexto,.fondoClaro { border: 2px solid var(--color1-125); margin-bottom: 20px; padding: 5px; }
.marcoTextoEnfasis { border: 1px solid var(--color2-text); margin-bottom: 20px; padding: 5px; }

/*#TablaFMI .serieDato, .sd{
	background-image: none;
    position: relative;
    overflow: hidden;
}

#TablaFMI .serieDato::before, .sd::before {
    content: "";
    border: 1px solid var(--text-color);
    width: 10px;
    height: 100%;
    position: absolute;
    right: -4px;
    top: -9px;
    border-width: 5px 5px 5px 0;
    border-color: transparent #457e76  transparent transparent;
    transform: rotate(135deg);
    opacity: 0.35;
}*/

.serieDatoNota, .sdn {
	padding-right: 5px;
	background-image : url(../../img/marcadorNota.gif);
	background-position : top right;
	background-repeat : no-repeat;
	cursor: pointer;
}

.serieDatoList, .sdlist {
	display:none;
}

/*********************************************************/
/**            BARRA DE HERAMIENTAS APLICACION           */
/*********************************************************/


.AppToolBarFondo{
	display: flex;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	border-bottom: 3px solid #ddeeec;
	width: 100%;
	justify-content: space-between;
	z-index: 999;
    background-color: white;
}
.AppToolBarFondo{
	flex-grow: 1
}

.AppToolBarFondo + nav + section,
.AppToolBarFondo + section { margin-top: 0.5rem; }

.AppToolBarFondo>div{
	display: inline;
}

.AppToolBarContent{ display: inline-block !Important; max-width: calc(100% - 120px); padding: 2px 0px 0px 0px; flex-grow: 1;}
.AppToolBarContent:only-child{width: 100%;}

.AppToolBarLogo{
	display:inline;
	order: 2;
	text-align: right;
    max-height: 46px;
    flex-grow: 1;
	margin: auto;
}

.AppToolBarImg .AppToolBarContent	{ max-width: 100% !important; padding-right: 10px; margin-bottom: 3px; }

.Experimental{
	width: calc(100% - 180px);
}

.AppToolBarContent .Sup{
	min-height: 20px;
	padding: 5px 0px 2px 0px;
	overflow: hidden;
	margin-bottom: 0px;
}

.AppToolBarContent .Sup >*{
	display:inline-block;
}

.AppToolBarContent .Inf{
	padding: 0px 0px 0px 0px;
	margin: 0px 110px 0px 0px;
	display: block;
	position: relative;
	float:left;
	clear: both;
/*	.position: inherit;  */
}

.AppToolBarContent .Inf>*{
	/*float:left;
	margin-left:5px;
	margin:1px;
	padding-top: 0;
    padding-bottom: 0.2rem;*/
}

.AppToolBarContent .Inf div{
   margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	bottom: 2px;
}

.AppToolBarContent .Inf img.sinborde{
   margin-right: 7px;
}

.AppToolBarContentRight{
	float:right;
}
.AppToolBarContentRight span{
	float:left;
	margin: 3px;
}










/*comienzo TOOLTILP */


/*  TOOLTIP para una capa DIV */

div.Ntooltip {color:#457e76; /* forzar color del texto */
}

div:Ntooltip hover {
	background:var(--bg-color); /*BG color is a must for IE6*/
	text-decoration:none;
	}

div.Ntooltip span {
 	display:none;
	padding:5px 5px;
   margin-top:-3px;
	/* 			margin-top: 15px\9;   /*IE8 and below  */
	/* margin-left:-130px; */
	width:300px;
	text-align:left;
	cursor: default;
	}

div.Ntooltip:hover span, div.Ntooltip:focus span, div.Ntooltip:focus-within span{
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	display:block;
	position:absolute;
	border:1px solid var(--color1-100);
	text-decoration:none;
	background:var(--color1-150);
	color:var(--text-color);
	z-index: 999;
	padding:0.5em;
	}
 /*  Fin Tooltip para CAPA DIV */

 /*  TOOLTIP para una capa DIV con lista descripción operaciones INEbase */

div.Ntooltip_tablaOper {
    margin-left: 40%;
    vertical-align: middle;
    width: 20px;
    color:#457e76; /* forzar color del texto */
}

div:Ntooltip_tablaOper hover {
	background:#ddeeec; /*BG color is a must for IE6*/
	text-decoration:none;
	}

div.Ntooltip_tablaOper dl {
    display: none;
    margin-left: -430px;
    margin-top: -3px;
    padding: 5px;
    text-align: left;
    width: 450px;
	}

div.Ntooltip_tablaOper:hover dl {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	display:block;
	position:absolute;
	border:1px solid var(--color1-100);
	text-decoration:none;
	background:var(--color1-150);
	color:var(--text-color);
	z-index: 999;
	padding:0.5em;
	}
 /*  Fin TOOLTIP DIV con lista descripción operaciones INEbase  */


/*  TOOLTIP para Descripcion Operacion INEBASE -- VALE PARA CUALQUIER TOOPTIL*/

/*a.Ntooltip {
		position:relative;
}
*/
a:Ntooltip hover {
	background:#ddeeec; /*BG color is a must for IE6*/
	text-decoration:none;
	}

a.Ntooltip span {
 	display:none;
	padding:5px 5px;
   margin-top:-3px;
	 			margin-top: 15px\9; /* IE8 and below  */
	/* margin-left:-130px; */
	width:300px;
	text-align:left;
	cursor: default;
	}

a.Ntooltip:hover span {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	display:block;
	position:absolute;
	border:1px solid var(--color1-100);
	text-decoration:none;
	background:var(--color1-150);
	color:var(--text-color);
	z-index: 999;
	padding:0.5em;
	}
 /*  Fin Tooltip  */

/*Comienzo Ntooltip FICHA TECNICA  */

a.NtooltipFicha {
position: relative; /* es la posición normal */
text-decoration: none; /* forzar sin subrayado */
color:#457e76; /* forzar color del texto */
font-weight: normal; /* forzar negritas */
background-color: transparent;
}

a.NtooltipFicha:hover {
z-index:999; /* va a estar por encima de todo */
background-color:var(--bg-color); /* DEBE haber un color de fondo */
color: #457e76 ; /* forzar color del texto */
}

a.NtooltipFicha span {
display: none; /* el elemento va a estar oculto */
}

a.NtooltipFicha:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:1.2em; left:2em; /* donde va a estar */
width:350px; /* el ancho por defecto que va a tener */
padding:10px; /* la separación entre el contenido y los bordes */
background-color: white; /* el color de fondo por defecto */
color: var(--text-color); /* el color de los textos por defecto */
border: 1px solid #457e76;
font-weight: normal;
}

/*  Fin  Ntooltip FICHA TECNICA */

/*  TOOLTIP ACCESIBLE para notas cortas  mensu INEbase BASE DE DATOS */

a.NtooltipVacio {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color:var(--bg-color) !important; /* forzar color del texto */
font-weight:bold !important; /* forzar negritas */
background-color: #ddeeec;
}

a.NtooltipVacio:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#ddeeec; /* DEBE haber un color de fondo */
}

a.NtooltipVacio span {
display: none; /* el elemento va a estar oculto */
text-decoration: none !important; /* forzar sin subrayado */
}


a.NtooltipVacio:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:2em; left:4em; /* donde va a estar */
width:250px; /* el ancho por defecto que va a tener */
padding:10px; /* la separación entre el contenido y los bordes */
background-color: white; /* el color de fondo por defecto */
color: #457e76; /* el color de los textos por defecto */
border: 1px solid #457e76;
font-weight: normal;
font-size:0.75em;
}

/*  Fin Ntooltip Vacio con CAJA mas Ancha*/

/*  TOOLTIP ACCESIBLE para notas cortas  mensu INEbase BASE DE DATOS */

a.NtooltipVacioAncho {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color:var(--bg-color) !important; /* forzar color del texto */
font-weight:bold !important; /* forzar negritas */
background-color: #ddeeec;
}

a.NtooltipVacioAncho:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#ddeeec; /* DEBE haber un color de fondo */
}

a.NtooltipVacioAncho span {
display: none; /* el elemento va a estar oculto */
text-decoration: none !important; /* forzar sin subrayado */
}


a.NtooltipVacioAncho:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:2em; left:4em; /* donde va a estar */
width:450px; /* el ancho por defecto que va a tener */
padding:10px; /* la separación entre el contenido y los bordes */
background-color: white; /* el color de fondo por defecto */
color: #457e76; /* el color de los textos por defecto */
border: 1px solid #457e76;
font-weight: normal;
font-size:0.75em;
}

/*  Fin Ntooltip Vacio Ancho */


/*fin NTOOLTIP*/




/* INICIO ToolTip*/
#dhtmlgoodies_tooltip{
		background-color:#FFFFFF;
		border:0.1em solid var(--text-color);
		position:absolute;
		display:none;
		z-index:20000;
		padding:0.2em;
		font-size:0.75em;
		font-family: Arial, helvetica, sans-serif;
		margin-left:-0.1em;

}

#dhtmlgoodies_tooltipClose{
	background-color: #b6c5df;
}

#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#BBB;
		display:none;
		z-index:10000;
}

.tooltipContent{
	padding: 5px;
	float:left;
	width: 100%;
}

#dhtmlgoodies_tooltipClose {
float:left;
width:100%;
padding:0px 0px 0px 0px;
 }

#dhtmlgoodies_tooltipClose a{
	float: left;
	margin-right: -25px;
	padding: 2px 0px 2px 2px;
}
#dhtmlgoodies_tooltipClose strong{
	float: left;
	margin-left: 25px;
	margin-top: 3px;
}


/* RASTRO DE MIGAS*/

h1.submiga{
	display: inline;
    font-size: inherit;
    float: inherit;
    font-weight: bolder;
}
.miga {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1em;
	display: inline-block;
	float: left;
}


/* miga en modo lista*/
/*miga en modo lista */
ul.miga{
	margin:0px 0px 0px 0px;
	padding:0px;
	white-space: nowrap;
	width: max-content;
}

ul.miga > li{
	font-weight: normal;
	margin:0px;
	padding: 0px;
   	white-space: nowrap;
	max-width: none;
	display: inline-block;
	float: left;
	font-size: 0.8rem;
}

ul.miga > li.medio{
	max-width:10em;
	overflow: hidden;
   text-overflow: ellipsis;
	display: inline-block;
}

/*
ul.miga > li.medio:hover{
	 max-width: none ;
	 overflow: visible;
}*/

ul.miga > li.medio:last-child{
    max-width: none ;
/* 	 overflow: visible;
	 white-space: normal;*/
}
ul.miga > li.title{
	 max-width: none ;
	 white-space: inherit;
}

ul.miga li::before{ content: "/"; padding: 0px 5px; display: inline-block; margin-left: 0; width: auto; }
ul.miga li:first-child::before{ content:none; }
ul.miga > li > h1{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: inherit;
}

ul.miga a, ul.miga h1{
	text-decoration: none;
	background: var(--bg-color);
	display: inline;
	padding: 0px;
}


.fondo_rastro_pys{
    margin: 0px 0px 15px 0px;
    padding: 10px 10px 10px 25px;
    border-bottom: 3px solid #ddeeec;
    background: unset;
	min-height: unset;}


.fondo_rastro_pys a:link{
    color:black !important;}
.fondo_rastro_pys a:active{
    color:black !important;}
.fondo_rastro_pys a:visited{
    color:black !important;}

.fondo_rastro_inebase a:link{
    color:black !important;}
.fondo_rastro_inebase a:active{
    color:black !important;}
.fondo_rastro_inebase a:visited{
    color:black !important;}

.fondo_rastro_prensa {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 25px;
    border-bottom: 3px solid #ddeeec;
    background: unset;
	min-height: unset;}

/*  FIN MIGA */


.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

}

.ui-widget-header {
	margin: 0.2em;
	height:auto;
	border: 1px solid #aaaaaa;
   background-color: #7FA3A1;
	background: #7FA3A1 url(../../_b/img/btnfondo.gif);
	font-weight: bold;
	background-size: contain;
}

.ui-dialog {
	position: fixed;
	z-index: 99999 !important;
}

.ui-dialog .ui-dialog-title {
padding: 0px;
}

.ui-draggable .ui-dialog-titlebar {
	background-color: var(--color1-150);
	padding: .1em;
	min-height: 34px;
}

.ui-dialog .ui-dialog-titlebar-close{
	top: 40%;
	width: 30px;
	margin: -12px 0 0 0;
	height: 30px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0.3em;
	background: none;
	overflow: auto;
}

.ui-dialog-content iframe{
	 width: 100%;
	 height: 100%;
	 margin: 0em;
	border-width: 0px;
	border-style: none;
	display: block;
}

.ui-icon-minimizethick{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(../../img/minimizar_flecha_24x24.png);
}

.ui-widget-overlay {
	opacity: .9;
}


.oculto {
display: none;
}

.serieDato, .sd {
	padding-right: 5px;
	background-image : url(../../img/marcador.gif);
	background-position : top right;
	background-repeat : no-repeat;
	cursor: pointer;
}

.serieDato:hover, .sd:hover, .sdG:hover {
	background-color: var(--color1-150);
	cursor:pointer;
}

.serieDatoNota, .sdn {
	padding-right: 5px;
	background-image : url(../../img/marcadorNota.gif);
	background-position : top right;
	background-repeat : no-repeat;
	cursor: pointer;
}

.sdG {
    background-image: url(../img/ico_grafico.png);
    padding-right: 20px!Important;
    background-position: right center;
    background-repeat : no-repeat;
}



dl#serieDatoToolTip{
	list-style-type: none;
	margin: 0.5em 0px 0.5px 1em;
	float:left;
	width: 95%;
}


dl#serieDatoToolTip dt{
	float:left;
	clear:both	;
	min-width: 50px;
	font-weight: bolder;
	}

dl#serieDatoToolTip dd{
	margin:0px 0px 0px 0px;

}

dl#serieDatoToolTip dd em{
	font-weight: bolder;
	font-size: 1.1em;
	font-style: normal;
}
dl#serieDatoToolTip dd ul{
  float:left;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  list-style: none;
  list-style-position: outside;
}

dl#serieDatoToolTip dd.Notas{
 overflow:auto;
 max-height:50px;
 width: 80%;
}

#dhtmlgoodies_tooltip .pieSD {
	clear:both;
	width:100%;
	border-top-color: #2b2d73;
	border-top-style: dotted;
	border-top-width: thin;
	float:left;
	padding: 2px 0px;
}
#dhtmlgoodies_tooltip .pieSD a{
	vertical-align: middle
}
#dhtmlgoodies_tooltip .pieSD a img{
	vertical-align: middle
}

#dhtmlgoodies_tooltip .pieSD a.consul{
	background-image : url(../../img/grafico.gif);
	background-position : top right;
	background-repeat : no-repeat;
	padding: 0px 18px 0px 0px;
	margin: 1px 3px;
	float:right;
}
#tooltipWindow {
	padding: 5px;
	text-align: left;
	font-size: 0.75rem;
}

.textoGraphConsul{
	display:inline-block;
	padding: 0px;
	width: 100%;
}

.textoGraphConsul> .title >a.CestaAdd{
	vertical-align:top;
	text-align: right;
	padding: 2px;
	float: right;
	min-width: 24px;
	display: inline;
}
.textoGraphConsul> .title > strong{
	margin: 0em;
	text-align: justify;
	display:inline;
	white-space: pre-line;
}

#tooltipWindow .pieSD {
	clear:both;
	width:100%;
	border-top-color: #2b2d73;
	border-top-style: dotted;
	border-top-width: thin;
	float:left;
	padding: 2px 0px;
}
#tooltipWindow .pieSD a{
	vertical-align: middle
}
#tooltipWindow .pieSD a img{
	vertical-align: middle
}
#tooltipWindow .pieSD a{
	float:right;
	margin:0px 1px;
}
#tooltipWindow .jqplot-target {
	padding: 0px;
	width: 100%;
	display: block;
}

div[aria-describedby="tooltipWindow"] .ui-dialog-title{
	min-height:24px;
}

.ui-dialog-title > a.consul, .modal .modal-header a.consul{
	background-image : url(../../img/t3.gif);
	background-position : top left;
	background-repeat : no-repeat;
	background-size: 24px 24px;
	padding: 0px 0px 0px 26px;
	margin: 0px;
	float:left;
	min-height: 24px;
}
.modal .modal-header a.consul		{ background-position: 0 0.6rem; }
/*.modal .modal-header a.consul:before{ content: "3"; float: left; display: block; margin: 10px 0 0 -28px; background: var(--color1-100); width: 24px; color: var(--bg-color); text-align: center; height: 24px; line-height: 22px; border-radius: 24px; }
*/
.ui-dialog-title > a.consul>span, .modal .modal-header a.consul > span{
	vertical-align: middle;
	line-height: 24px;
}

#tooltipWindowAlert{

}

/******  Dynt3 Inebas ***/

OL.ListadoTablas LI {
display: block;
list-style-type: none;
vertical-align: middle!Important;
}

.inebase_capitulo OL {
    padding-left: 10px;
}

img.navigator {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 13px;
    height: 16px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

/** Tooltip*/
.tooltip {
	padding: 0px;
	opacity: 1;
    display: inline-block;
    position: inherit;
}

.tooltip .texto{
	text-decoration: underline;
	cursor: pointer;
}

.tooltip:hover > .tooltip-content,
.tooltip:focus > .tooltip-content{
	display:inline;
}

.tooltip:hover + .tooltip-content,
.tooltip:focus + .tooltip-content{
	display:inline-table;;
}
.tooltip-content:hover{
	display:inline;
}

.tooltip-content {
    display: none;
    z-index: 99999;
    background-color: #EEF8F4;
    margin: 0px;
    border: 1px solid var(--color1-100);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    padding: 10px;
    min-width: 10rem!Important;
    max-width: 50%;
    font-size: inherit;
    font-weight: normal;
}

dl.tooltip-content{
	min-width: 20em;
	margin: 0px 0px 0px 0px
}
dl.tooltip-content>dt{
	float:left;
	clear: both;
	margin-right: 5px;
	font-weight: bolder;
}
dl.tooltip-content>dd {
	margin:0px;
}

.inebase_tabla>.tooltip{
	opacity: 1;
	position:relative;
	display:inline-block;
	line-height:inherit;
	font-family: inherit;
	font-size:inherit;
	z-index: auto;
}

#alerta{
	overflow-y: hidden;
}
#alerta>.modal-dialog>.modal-content>.modal-header{
	margin: 0.2em;
    height: auto;
    border: 1px solid #aaaaaa;
    background-color: #7FA3A1;
    background: #7FA3A1 url(../../_b/img/btnfondo.gif);
    font-weight: bold;
    background-size: contain;
	margin: .2rem;
    padding: .1rem .5rem;
}

#alerta>.modal-dialog>.modal-content>.modal-header>.close{
	margin: .2rem;
    padding: 0rem;
}

#alerta>.modal-dialog>.modal-content>.modal-footer>.btn{
	background-color: var(--color1-100);
    border-color: var(--color1-100);
}

/* Arbol */
.expand  {
	cursor : pointer;
	background-image: url(../../img/plus.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 16px;
}

.collapse  {
	cursor : pointer;
	background-image: url(../../img/minus.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 16px;
}
/* Fin Arbol */

/*Formato de los botones INE*/

input[type=submit],
input.boton,
input.botonSel,
input.botonRojo,
button.boton,
a.boton 									{ color: black; background: var(--color1-100); border: 1px var(--color1-100); border-style: outset; cursor: pointer; padding: 2px 5px; overflow: visible; margin: 0px 5px; color: white; }

.input-button > input                       { text-decoration: none; background: White; padding: 0 5px; vertical-align: bottom; width: calc(100% - 48px); height: 30px; border: 1px solid var(--text-color); box-sizing: unset; margin: 0; line-height: 28px; float: left; }
.input-button > input + button              { background: #a70332; min-width: 36px; width: 36px; height: 32px; padding: 0; color: white; box-sizing: border-box; max-width: none; display: block; border: 1px solid var(--text-color); margin-left: -1px; line-height: 30px; font-size: 18px; }
.input-button > input + button .icon        { height: 100%;}

.button-icon                                { background: transparent; border: 0 none; min-width: 32px; }

input:active {
    border: 1px solid var(--color1-100) !important;
    background: var(--color1-150) ;
}
/* Fin Botones */

.jqplot-axis{
    font-size: 0.7rem!Important;
}

/**
Provocamos que en el x-axis se oculyen los ticks impares
*/
.jqplot-Xeven canvas.jqplot-xaxis-tick:nth-child(even) {
    display: none;
}

#infoGraph {
	display: none;
    font-size: 0.8rem;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    z-index: 999999;
    padding: 5px 5px;
    background-color: #F3F4F7;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;

}

/* La hr con el bootstrap no se ve, este estilo es para que se vea */
hr {
	border-top: 2px solid #7FA3A1 !IMPORTANT;
}

img.icono{
	width:20px;
	height:20px;
}

img.iconoExporta {
    width: 24px;
    height: 24px;
}

img.icono16 {
    width: 16px;
    height: 16px;
}

img.icono20 {
    width: 20px;
    height: 20px;
}

img.icono24 {
    width: 24px;
    height: 24px;
}

img.icono32 {
    width: 32px;
    height: 32px;
}

img[src="/menus/_b/img/triDch.gif"]{
	width: 16px;
    height: 16px;
}

.btn{
	line-height: 1.5rem;
}

button.enlace {
	background-color: inherit;
    font: inherit;
    line-height: inherit;
    border: none;
}

.btn-primary,.btn-secondary{
	border: 1px solid;
    color: var(--bg-color)!Important;
    background-color: var(--color1-100);
    border-color: var(--color1-100);
    line-height: 1.5;
    border-radius: .25rem;
    padding: .375rem .75rem;
    margin: .25rem;
    cursor:pointer;
    display: inline-block;
}

.btn-primary:hover,.btn-secondary:hover {
    background-color: #ddeeec;
    border-color: var(--color1-100);
    color: var(--text-color)!Important;
}

.btn-primaryinverse,.btn-secondaryinverse{
	background-color: #ddeeec;
	border: 1px solid;
    border-color: var(--color1-100);
    color: var(--text-color)!Important;
    line-height: 1.5;
    border-radius: .25rem;
    padding: .375rem .75rem;
    margin: .25rem;
    cursor:pointer;
    display: inline-block;
}

.btn-primaryinverse:hover,.btn-secondaryinverse:hover {
    color: var(--bg-color)!Important;
    background-color: var(--color1-100);
    border-color: #ddeeec;
}
.modal-header {
	padding: 5px 1rem;
	color: var(--bg-color);
    background-color: var(--color1-100);
}

.col25{
	max-width:25%;
}

.col20{
	max-width:20%;
}

/*estilos quitados de cabecera-pie Joseba */

/* Estilos para que se vean bien las dos partes del cuerpo */

.cf{
	zoom: 1;
}

.cf:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* Fin estilos ver bien cuerpo  */

.vAlign {
  display: table-cell;
  width: calc(100vw - 10px);
  vertical-align: middle;
}
.vAlign p {
text-align:center;
}

.vAlign1 {
  display: table-cell;
  width: calc(100vw - 10px);

}
.vAlign1 p {
text-align:left;
}

.separador_claro {
	height: 6px;
    background-color: #ddeeec;
    margin-left: -7px;}

.div_imagen {min-width:300px;}

.resaltado{
	display: inline-block;
}

.resaltado:hover, .resaltado:focus {
    color: white;
    cursor: pointer;
    background: var(--color1-100);
}

.imgDchText{
	display:inline-block;
	width: 100%;
}

.imgDchText img:first-child{
	float:left;
}


img.ulTree_plusimageapply {
	background-image: url(../img/triDch.gif)!Important;
    background-repeat: no-repeat;
    background-position:  50% 50%;
    background-size:16px 16px;
    cursor:pointer;
    width: 16px!Important;
	height: 16px!Important;
}
img.ulTree_minusimageapply{
	  	 list-style: none;
	 background-image: url(..//img/triAba.gif)!Important;
	 background-repeat: no-repeat;
	 background-position:  50% 50%;
	background-size:16px 16px;
    cursor:pointer;
    width: 16px!Important;
	height: 16px!Important;
}

.invertirTexto {
    unicode-bidi: bidi-override;
    direction: rtl;
}

div.cifras_ficha_descrip>a:link {color: #457e76!important;}
div.cifras_ficha_descrip>a:active {color: #457e76!important;}
div.cifras_ficha_descrip>a:visited {color: #457e76!important;}

.switchcontent{
	display:none;
	margin-left:0em;
	color:#324649;
	font-size:1em;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0em;
	width:auto;
	padding:0em;
}


/* estilos para pagina estatica con textos enlace verde y textos sin enlace negro */
a.verde, a.verde:link, a.verde:active, a.verde:visited {
    color: #457e76!Important;
}
/* fin... */

h3.aviso {font-weight: 500;font-size: 1.1rem;}

BODY>.contenedor { min-width: auto; }

.showing-menu { overflow: hidden; }

ul.barraIdiomas>li{display: inline-block; margin-left: 2px; }
.fontsize	 						{ position: relative; min-width: 1.2rem; display: inline-block; line-height: 1rem; margin: 0 0.2rem; }
.fontsize .ii-font:before 			{ position: relative; left: -5px; top: 0; }
.fontsize .ii-font.plus::after 		{ content: "+"; position: absolute; top: -0.4rem; right: 0; }
.fontsize .ii-font.minus::after		{ content: "-"; position: absolute; bottom: 0.55rem; right: 0; }
.fontsize .ii-font.restore::after	{ content: "\f013"; position: absolute; bottom: 0.55rem; right: 0; font-size: 0.6em; }
.fontsize a:hover,
.fontsize a:focus,
.fontsize a:active 					{ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #457e76; width: 100%; display: block; text-align: right; border-radius: 0px; }

#sidebar .sideBarIdioma .fontsize a i		{ font-size: 1em !important; position: relative; top: 8px; left: 7px; }
#sidebar .sideBarIdioma .fontsize a 		{ width: 32px; min-width: auto; padding: 0 !important; text-align: center; margin: 0; min-height: auto; height: 32px; line-height: normal; color: var(--bg-color) !important; background: transparent !important; border-radius: 0; }
#sidebar .sideBarIdioma .fontsize a:hover,
#sidebar .sideBarIdioma .fontsize a:focus,
#sidebar .sideBarIdioma .fontsize a:active  { outline: 2px solid var(--bg-color) !important; outline-offset: 0 !important; box-shadow: 0 0 0 2px #457e76 inset; }

@media screen and (max-width: 479px) {
	#sidebar .intellimenu-layer { width: 100% !important; min-width: inherit; height: auto; position: relative; }
	#sidebar .intellimenu-layer > ul { display: block; margin: 0; width: 100%; max-width: initial; }
}

/*.overlay + header { position: relative }
.overlay + header img[onclick*="CookieTrad"] { position: absolute; top: 0; left: 20px; }*/

.ui-autocomplete.ui-menu .ui-menu-item-wrapper					{ position: relative; padding: 1px 1em 1px .4em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: block; }
.ui-autocomplete.ui-menu .ui-menu-item-wrapper em 				{ font-weight: bold; }
.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active 	{ background: #E5E7F3; border: 1px solid #E5E7F3; color: var(--text-color); }
.ui-autocomplete .ui-state-disabled,
.ui-autocomplete .ui-widget-content
.ui-autocomplete .ui-state-disabled,
.ui-autocomplete .ui-widget-header
.ui-autocomplete .ui-state-disabled 							{ opacity: 0.6; }

.jqplot-yaxis 								{ background: transparent; }

main 										{ padding: 0px 10px; width: calc(100% ); display: inline-block; }

/*main *:focus, main *:focus-visible 			{ outline: initial; box-shadow: -6px 6px 6px -3px var(--color1-100);; text-decoration: none;	}*/

@media screen and (max-width: 900px){
	main > section > .columna > *			{ min-width: auto; max-width: none; width: 100%; flex-basis: inherit; }
	/*main > section > .columna .noticias > li{ width: 33.3333%; padding: 0 0.8em 0 0; }*/
	main > section > .columna .noticias > li:nth-child(3n) { padding: 0; }

	main > section .carrusel ul			{ padding: 0 }
	main > section .carrusel ul > li 	{ width: calc(33.3333% - 3px); padding: 0 0.8em 0 0; margin: 0; display: inline-block; border-bottom: 1em solid transparent; }
	main > section .carrusel ul > li > *{ width: 100%; }
	main > section .carrusel ul > li:nth-child(3n) { padding: 0; }
}

@media screen and (max-width: 800px){
	/*header >.row 				{ margin: 0; display: inline-block; width: 100%; }*/
	.AppToolBarFondo   			{ padding-bottom: 0; }
	.AppToolBarContent 			{ width: 100%; padding: 8px 0 0 0; }
	.AppToolBarContent .Inf 	{ margin: 0; display: inline-block; width: 100%; padding: 0 10px; }
	.AppToolBarContent ul.miga 	{ padding-bottom: 1px; margin-bottom: 0px; }

	ul.miga { max-height: none; }

	.icoDescarga { background-color: transparent; background-size: 21px; height: 21px; background-position: left center; }
}

@media screen and (max-width: 640px){
	main > section.flex > * { display: block; flex-wrap: inherit; }
	main > section .carrusel ul > li { width: 100%; padding: 0; }
}

@media screen and (max-width: 480px){
	.vAlign { display: block; width: 100%; }
	main > section > .columna .noticias > li{ width: 100%; padding: 0; }
	p a, p a:link, p a:active, p a:visited, dd a, dd a:link, dd a:active, dd a:visited { word-break: break-all; }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ui-autocomplete.ui-menu .ui-menu-item { line-height: 1.1}
	.ui-autocomplete.ui-menu .ui-menu-item-wrapper { display: inline-block; }
}

@media print {
	main 						{display:block; }
	main section article * 		{ page-break-inside: avoid; break-inside: avoid; } 	

	main  section						{ background: transparent; width: 100% !important; margin: 0 !important;}
	main > section > section			{ display: table !important;  }
	main > section > ul					{ background: transparent; width: 100% !important; margin: 0 !important; display: block !important; flex: none !important; }
	main article						{ flex: none !important; page-break-inside: avoid; break-inside: avoid; }
	main section > ul > li				{ padding: 5px !important; display: inline-block !important; vertical-align: top !important; min-width: auto !important; }
	main section:not(#datos) > ul > li	{ width: calc((100%/3) - 15px) !important; }

	.AppToolBarFondo 						{ display: none !important; }

	main section:not(#datos).flex.menu > ul.lista_horizontal.columna > li { width: calc((100%/4) - 15px) !important; }

	img, canvas, object, figure	{ page-break-inside: avoid; break-inside: avoid; }
	section.menu ul.lista_horizontal  li img { width: auto; }

	.textoGraphConsul> .title >a.CestaAdd{
		display: none;
	}
}

.cajas 			{ margin: 0px; max-width: 25% }
div.caja		{ border: 2px solid var(--color1-150); }
div.caja .titulo{ background-color: var(--color1-150); color: var(--text-color); font-weight: bold; margin: 0px; padding: 0.5em; }
div.caja .texto { background-color: var(--bg-color); margin: 0px; padding: 0.5em; }
@media screen and (max-width: 850px) {
	.cajas 		{ min-width: 100%; margin: 1rem 0rem; }
}

body.nocab{
	padding:0px;
}

/* Toolbar horizontal */
.toolbar.horizontal{
	background: var(--bg-color);
    border: 1px solid var(--color1-100);
	margin-bottom: 10px;
}
.toolbar ul {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    margin: 0 5px;
}
.toolbar ul li {
	flex: 1 1 auto;
    max-width: 48px;
    border: 1px solid var(--color1-090);
    padding: 5px 10px;
    margin: 5px 0;
    background: var(--color1-150);
    text-align: center;
}
.toolbar ul li:first-child {
    max-width: fit-content;
    background: transparent;
    border: 0 navajowhite;
}

.toolbar ul li a {
	color: var(--text-color);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    line-height: 36px;
    align-items: center;
    padding: 0;
    margin: 0;
}

.toolbar ul li i {
    font-size: 20px;
}

.columnas			{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; gap: 5px; margin-top: 0.5rem; }
.columnas > .flex	{ margin: 0; }
.columnas.nowrap	{ flex-wrap: nowrap; }
.columnas > .col	{ flex: 1 1 calc(var(--width) - 5px); padding: 0 5px; }
.columnas .iblock	{ display: inline-block; }
.columnas .iblock * { width: 100%; }
.columnas .block	{ display: block; width: 100%; }
@media screen and (max-width: 767px) {
	.columnas > .col	{ flex: 1 1 calc(100% - 5px);}
}

/* LINK Lateral para encuesta de satisfacción */
.quiz										{ right: 5px; position: fixed; top: auto; bottom: calc(10rem + 48px); z-index: 9999; }
.quiz > div 								{ right: -2px; top: 0; position: absolute; letter-spacing: .02em; transform: rotate(-90deg) translate(25%, -100%); transform-origin: right top; height: 48px; overflow: inherit; transition: height .3s ease-in-out; }
.quiz.loading > div 						{ height: 0; border-width: 0; overflow: hidden;}
.quiz > div > p								{ margin: 0; }
.quiz > div > p > a 						{ box-shadow: 0 0 10px 0 var(--border-gray); display: flex; align-items: center; justify-content: center; cursor: pointer; gap: 0; text-align: center; width: 9rem; position: relative; top: -14px; }
.quiz > div > p > button 					{ z-index: 9; border-radius: 50px; position: absolute; bottom: 0; right: -15px; border-width: 0px ; background: var(--bg-color); width: 28px; height: 28px; box-shadow: 0 0 10px 0 var(--text-color); }
.quiz > div > p > a:focus,
.quiz > div > p > button:focus				{ outline: 2px solid var(--color-focus);  box-shadow: 0 0 0 2px var(--bg-color); }
.quiz > div > p > a:hover,
.quiz > div > p > button:hover				{ box-shadow: 0 0 0 2px var(--bg-color), 0 0 0 4px var(--color-focus) }
.quiz > div > p > a > span 					{ background-color: var(--bg-color); font-size: 0.8rem; line-height: 1.2rem; color: var(--text-color); padding: 4px 0; border: 1px solid var(--color1-080); border-right: 0 none;  pointer-events: none; }
.quiz > div > p > a > i						{ background-color: transparent; transform: rotate(90deg); border: 1px solid var(--color2-bg); color: var(--color2-bg); width: 48px; height: 48px; margin: 0; display: flex; justify-content: center; align-items: center; flex-shrink: 0; pointer-events: none; z-index: 2; }
.quiz > div > p > a > i:nth-of-type(2) 		{ background: var(--bg-color); }
.quiz > div > p > a > i.over::before		{ position: absolute; left: 3px; font-size: 1.5rem; width: 100%; text-align: center; }
.quiz > div > p > a > i:not(.over)			{ position: absolute; top: 0; left: calc(100% - 48px); border: 0 none; z-index: 1; }
.quiz > div > p > a > i:not(.over)::before 	{ background: transparent; font-size: 0.8rem; position: relative; top: 5px; left: 3px; }

@media screen and (max-width: 479px) {
	.quiz 									{ bottom: 80px; }
	.quiz > div > p > a > span				{ display: none; }
	.quiz > div > p > a 					{ position: relative; width: 36px; height: 36px; }
	.quiz > div > p > a > i 				{ position: absolute; left: 0 !important; top: 1px !important; border-radius: 5px; width: 36px; height: 36px; }
	.quiz > div > p > a > i.over::before 	{ left: 3px; top: 5px; }
	.quiz > div > p > a > i:not(.over)::before{ top: 4px; }
}

/*
quitar el height del quiz div
encima de la flecha de subir
en res. movil, solo el icono
icono con el check
quitar fondo rojo con borde 2px y borde exterior sin box-shadow
transicion desde derecha

estilosNEW, global ICV
*/
table.base                          { padding: 0; margin: 0; border-collapse: separate; border-spacing: 2px; border-bottom: 1px solid #457e76;}
table.base>caption                  { background: #ddeeec; color: black; padding: 0.5em;}
table.base>thead>tr>th,
table.base>tbody>tr>th               { border: 0 none; padding: 0.5em; margin: 0; line-height: normal; }
table.base>thead>tr>th                 {font-size: 1em;}
table.base>thead>tr>th               { background: #457E76; color: #fff}
table.base>tbody>tr                  { border: 0 none; }
table.base>tbody>tr>td               { padding: 0.5em; margin: 0; border: 0 none; }


table.base>tbody.alt>tr:nth-child(2n+1)  { background: rgba(69, 126, 118, 0.1);  }
table.base>tbody.ladillo>tr>th  { background: #ddeeec; color: black }
ul.list , ol.list    { padding: 0; }
ul.list .list , ol.list .list     {padding-left: 1.5rem; }
ul.list                { list-style-type: disc; list-style-position:outside ; }
ol.list                { list-style-type: decimal; list-style-position:outside  ; counter-reset: sortli; }

ol.list > li           { counter-increment: sortli; }
ol.list > li::marker   { content: counters(sortli,'.') '. '; color: var(--color1-080); font-weight: 600;}
ul.list ol.list li::marker { content: counter(sortli) '. '; }

ul.list > li, 
ol.list > li           { line-height: 1.5; padding-left: 5px;}
ul.list > li a,
ol.list > li a         { color: #457E76 !important}

/*ul.list > li::marker    {font-size: 0.9rem; color: var(--color1-080); content: "\25cf";}*/

ul:is(.list:not(.list>li .list)),
ol:is(.list:not(.list>li .list)){ padding-left: 1.1em; }

ul.list.enlaces                 { list-style: none; margin: 0; padding: 0 !important; }
ul.list.enlaces > li > a        { color: var(--color1-100);}
ul.list.enlaces > li::marker    { content: ""; }


	h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 	{ margin: 1rem 0rem; font-weight: bold; line-height: 1.2;text-align: left; }
h1,.h1{
	font-size: 1.4rem;
	color: var(--color2-text);
}
h2,.h2{
	font-size: 1.2rem;
	color: var(--text-color);
}
h3,.h3{
	font-size: 1.1rem;
	color: var(--color2-text);
}
h4,.h4{
	font-size: 1.1rem;
	color: var(--color-text);
}
h1.subrayado                   { position: relative; display: block; max-width: fit-content; }
h1.subrayado::after            { content: ''; display: block; width: 3rem; height: 3px; background-color: currentColor; position: absolute; bottom: -5px; left: 0;}
