body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
blockquote {
    margin: 0;
    padding: 0;
    border-width: 0;
}

/*para que se vea "centrado" en la pantalla y con márgenes arriba y abajo*/

body {
    width: 90%;
    max-width: 1200px;
    margin: 3em auto;
    background-color: white;
	font-family:"EB Garamond", serif;
}

/*-------------------------------------------
PÁRRAFO GENERAL
-------------------------------------------*/
p, p, li {
    color: #000000;
    font-family: "EB Garamond", serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    text-indent: 1.75em;
    text-transform: none;
    hyphens: none;
}
li {
	font-size: 1.5rem;
}



/*---------------------------------------------
TABLAS
------------------------------------------------*/

/*para que las tablas tengan overflow*/
div.tabla {
	overflow-x: auto;
	margin-bottom: 0em;
    margin-top: 4em;
}
/*Tablas generales van sin borde y con márgenes superior e inferior de 2rem*/
table.normal {
	border-collapse:collapse;
	border:0 none #000000;
	margin: 0.5rem auto;
	width: 100%;
}
/*Las celdas normales van con borde un 1px y en azul y con un padding de 0.5 rem*/
td {
	padding: 0.5rem;
	vertical-align: top;
	border: 1px solid #006098;
}

td.sombreada {
    background-color: #d6f4ff;
    vertical-align: middle;
}

td.vacia {
    border-width: 0;
}

/* td.Tit_abstract_izq, td.resumen_izq, td.Tit_resumen_drch, td.resumen_drch, td.resumen_centro {
    margin-top: 1em;
    border: none;
	border-bottom: 1px solid #006098;
} */

/* td.resumen_centro, td.resumen_izq, td.resumen_drch{
	border-bottom-width:0;
} */

/* td.resumen_centro{
	width: 5%;
} */


/*párrafos tablas*/

p.table, p.table_cent, p.table_derec {
    font-size: 1em;
    text-indent: 0;
}

p.table {
    text-align: left;
    text-align-last: left;
}

p.table_cent {
    text-align: center;
    text-align-last: center;
}

p.table_derec{
    text-align: right;
    text-align-last: right;
}

p.table_source {
    margin-top: 0em;
    margin-bottom: 4em;
    font-size: 0.9em;
    text-indent: 0;
    text-align: left;
    text-align-last:left;
}


/*títulos tablas*/
p.table_tit, p.table_num {
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    margin: 0em auto 0em;
    text-align: left;
    text-align-last: left;
    text-indent: 0;
}
p.table_num {
    color: #006098;
    font-style: normal;
}
p.table_tit + p.table_tit{
    margin-top: 0em;
}

p.table_tit + table{
    margin-top: 1em;
}

/*-------------------------------------------------
TÍTULOS
-------------------------------------------------*/

h2.seccion,
h1,
h2 {
    hyphens: none;
    color: #006098;
    font-family: "EB Garamond", serif;
    font-size: 3em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 400;
    line-height: 1.4;
    margin: 0.5em 0 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}
h2 {
    color: #333333;
    font-size: 2.5em;
    margin: 1em 0;
}

h2.seccion {
    background-color: #006098;
	color: white;
	font-variant: normal;
    font-size: 2em;
    margin-top: 3em;
}




/*-----------------------------------------
ENCABEZADOS
-------------------------------------------*/

h3,
h4,
h5,
h6 {
    hyphens: none;
    color: #006098;
    font-family: "EB Garamond", serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
    margin: 2em 0 1em;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}

/*nivel 01 es negrita y versalitas*/
h3 {
    font-weight: bold;
    font-variant: small-caps;
}

/*nivel 02 es negrita y normal*/
h4 {
    font-weight: bold;
    text-transform: none;
}

/*la diferencia entre el nivel 02 y 03 es la cursiva*/
h5 {
    font-style: italic;
}

h6 {
    font-style: normal;
    font-weight: normal;
}

h3 + h4, h4 + h5, h5 + h6 {
    margin-top: 0;
}

h3 + p, h3 + p, p.sumario + p, p.au_info + p {
    text-indent: 0;
}

p.sumario + p, 
p.author + p.au_info {
    margin-top: 0em;
}

h1 + p {
    margin-top: 2em;
    text-indent: 0;
}

p.author + p.author{
    margin-top: 0;
}




/*-------------------------------------------
COMIENZO ARTÍCULO
------------------------------------------*/

p.author, p.au_info, p.fecha, p.DOI {
    font-size: 1.7em;
    font-weight: normal;
    margin-top: 1em;
    text-align: right;
    text-align-last: right;
    text-indent: 0;
}

p.au_info {
	margin-top: 0;
    width: 80%;
    margin-left: auto;
}

p.fecha, p.DOI {
	font-size: 1.5em;
    margin: 1.5em 0;
}


p.aviso, p.entrada {
    font-size: x-large;
    color: white;
    text-align: left;
    text-align-last: left;
    text-indent: 0;
}

p.entrada + p.entrada{
    margin-top: 0;
}

div.entrada{
    background-color: #006098;
    padding: 0.75em;
    margin-right: auto;
    width: 50%;
    
}

span.aviso {
    color: #00000067;
    /* background-color: #00000067; */
}


p.entrada a {
    color: white;
}

div.entrada + h1 {
    margin-top: 3em;
}

/* div.recibido {
    background-color: #d9e8f0;
    margin: 2em 0;
    padding: 0.5em;
} */

p.abstract, p.key {
    margin-top: 1.2em;
	text-align: justify;
    text-align-last: left;
    text-indent: 1.75rem;
}
p.abstract + p.key {
    margin-top: 0;
}

p.abstract + p.abstract {
    margin-top: 0;
	text-indent: 1.75rem;
}

p.sumario {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: -1em 0 2em;
    text-indent: 0em;
}



/*--------------------------------
OTROS PÁRRAFOS
---------------------------------*/
p.references {
    margin-left: 1.75em;
    text-indent: -1.75em;
}

p.figcaption, p.fig_inline, p.fig_fuente, p.figcapton_num {
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    margin: 0em auto 0em;
    text-align: left;
    text-align-last: left;
    text-indent: 0;
}
p.figcaption_num {
    font-weight: normal;
    color: #006098;
    text-indent: 0;
}

p.fig_fuente{
    margin-top: 1em;
    margin-bottom: 2em;
}

p.fig_inline {
    margin-top: -2em;
    margin-bottom: 0;
}



p.bsc_centrado {
    margin: 2em 0;
    text-align: center;
    text-align-last: center;
    text-indent: 0;
}

p.footnote{
	font-size: 1em;
    color: white;
    margin-left:1.5rem;
	text-align:justify;
	text-decoration:none;
	text-indent:-2rem;
}

p.footnote a {
    color: white;
}

/*párrafos de notas*/
p.footnote + p.footnote {
	text-indent: 1.75em;
}
/* ---------------------------------------
NOTAS A PIE (caja + texto)
------------------------------------------ */

div._idFootnote{
    background-color: #00000067;
    margin: 0.5em 0;
    padding: 1em;
}

p.footnote{
    font-size: 1em;
    color: white;
    margin-left: 1.5rem;
    text-align: justify;
    text-decoration: none;
    text-indent: -2rem; /* sangría colgante para el número/enlace */
}

p.footnote a{
    color: white;
    text-decoration: none; /* recomendado para que no subraye el número */
}

/* Párrafos consecutivos dentro de la misma nota */
p.footnote + p.footnote{
    text-indent: 1.75em;
}

/* ---------------------------------------
NOTAS A PIE · LISTA CON RAYAS (—)
<li class="zz-notas_lista_rayas">...</li>
------------------------------------------ */

/* La lista dentro de la nota */
div._idFootnote ul{
    margin: 0.75em 0 0.75em 2.2em;
    padding: 0;
    list-style: none;
}

/* Asegura contraste: cualquier li dentro de notas en blanco */
div._idFootnote li{
    color: white;
}

/* Ítems con “raya” */
div._idFootnote li.zz-notas_lista_rayas{
    position: relative;
    margin: 0.25em 0;
    padding-left: 1.2em; /* espacio para la raya */
    text-indent: 0;

    font-size: 1em;
    line-height: 1.4;

    text-align: justify;
    text-align-last: left;
    hyphens: none;
}

/* La raya antes del texto */
div._idFootnote li.zz-notas_lista_rayas::before{
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: white;
}


/*párrafos de quote*/
p.quote, p.quote_ss {
    margin: 1.5em 0 1.9em 2em;
    text-indent: 1.75em;
    font-size: 1.3em;
    margin-bottom: 0em;
}

p.quote_ss {
    text-indent: 0;
}

p.quote + p.quote {
    margin-top: 0em;
}

p.quote + p:not(.quote),
p.quote_ss + p:not(.quote){
    margin-top: 1.5rem;
}

/*párrafos de dedicatorias y firmas de dedicatoria*/
p.dedicatoria, p.dedicatoria_firma {
    margin: 1em 0 1em 25%;
    text-indent: 1.75em;
    font-size: 1.2em;
}

p.dedicatoria_firma {
    text-align-last: right;
}

/*---------------------------------------
LISTAS
------------------------------------------*/
/* Listas de números ordenadas*/
ul, ol {
    color: #000000;
    font-family: "Open Sans Light", sans-serif;
    margin-top: 1.5em;
	margin-left: 1.80em;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    hyphens: auto;
    margin-bottom: 1.5em;
}
p.list_nada{
    margin-left: 1.5rem; 
	text-indent:0rem;
}

li{
    padding-left: 1em;  
	text-indent:0rem;
}

/*para guiones*/
ul.guion > li {
    list-style: none;
    position: relative;
}

ul.guion > li:before {
    content: "— ";
    left: -25px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 25px;
}

ul.guion > li {
    list-style: none;
    position: relative;
}

ul.guion > li:before {
    content: "— ";
    left: -25px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 25px;
}
ul.sombreado{
    background-color: #d6f4ff;
}

/*para listas sin nada*/
ul.nada > li {
    list-style: none;
    position: relative;
}

ul.nada > li:before {
    left: -25px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 25px;
}
/*Listas ordenadas*/
ol.roman{
    list-style-type: lower-roman;
}
ol.ROMAN{
    list-style-type: upper-roman;
}
ol.minus{
    list-style-type: lower-latin;
}
ol.mayus{
    list-style-type: upper-latin;
}



ol.ord > li,
ol.parent > li,
ol.ordparent > li,
ol.minus_p > li,
ol.mayus_p > li,
ol.roman_p > li,
ol.ROMAN_p > li {
    list-style: none;
    position: relative;    
}

ol.ord > li:before {
    content: counter(list) "º ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.parent > li:before {
    content: counter(list) ") ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.ordparent > li:before {
    content: counter(list) "º) ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.minus_p > li:before {
    content: counter(list, lower-latin) ") ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.mayus_p > li:before {
    content: counter(list, upper-latin) ") ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.roman_p > li:before {
    content: counter(list, lower-roman) ") ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.ROMAN_p > li:before {
    content: counter(list, upper-roman) ") ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}

/*necesario para que se reinicien los números de las que tienen paréntesis*/
ol.ord,
ol.parent,
ol.ordparent,
ol.minus_p,
ol.mayus_p,
ol.roman_p,
ol.ROMAN_p {
    counter-reset: list;
}


/*Para separar las listas del texto que le sigue*/
ol + p, ul + p {
    margin-top: 1.5em;
}

/* cuando se une una lista dentro de una quote no hay espacios*/
p.quote + ol.nvl02, p.quote + ul.nvl02, ol.nvl02 + p.quote, ul.nvl02 + p.quote {
    margin-top: 0;
}

p.lista_let, p.lista_gui {
    text-indent: -1.3em;
}
p.quote +
p.list_quote_ss, li + p.list_quote_ss {
	font-size: 1.3rem;
    margin-left: 4em; 
	text-indent:0rem;
}
p.list_quote_ss, p.list_quote {
	font-size: 1.3rem;
	margin-left: 4em; 
}
p.list_quote_ss {
	text-indent: 0;
}
/*párrafos siguientes a los números/letras/guiones sin números/letras/guiones*/
ul.nada,
ol.nada {
    list-style-type: none;
    margin-top: 0em;
    margin-left: 1.8em;
    text-indent: 0em;
}
ol.nosep_down,
ul.nosep_down,
li.nosep_down {
    margin-bottom: 0em;
}

ol.nosep_up,
ul.nosep_up,
li.nosep_up {
    margin-top: 0em;
}

/*para más sangría*/
ol.D,
ul.D {
    margin-left: 5em;
}
ol.minus li > p.list_nada{
    margin-left: 0;
    text-indent: 0;
}

/*-----------------------------------------------
SPAN
-----------------------------------------------*/
span.sumario {
    font-size: 20px;
    background-color: #d9e8f0;
    color: #006098;
}
span.scaps {
	font-variant:small-caps;
	text-transform:none;
}
span.texto-oculto {
	font-size:0;
}

span.super {
    vertical-align: super;
    font-size: 20px;
}

span.underline {
    text-decoration: underline;
}

/*-------------------------------------------------------
PARA LLAMADAS DE NOTAS fondeamos el numero para ello pasamos el span de la llamadas a span class="notas",
 y la vuelta en el a class="_idFootnoteAnchor _idGenColorInherit> convertimos en a class="notas"
--------------------------------------------------------*/

 .notas {
    /* display:inline-block; */
    background-color: #d9e8f0;
    color: #006098;
}


img.logo_ORCID {
    height: 13px;
    /* width: 11px; */
}


/*Para los enlaces*/

a {
    color: #006098;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}


/* para las imágenes, lo de inline es para que el ORCID quede bien, y lo de abajo es para que las fotos se centren*/
figure {
	margin: 2rem auto;
	text-align: center;
	width: 100%;
} 

figcaption {
    margin-top: 3rem;
}
figcaption + figcaption{
    margin-top: 4rem;
}

img {
    display: inline;
    margin: auto;
    text-align: left;
}

img._100,
img._50,
img._75 {
    margin: 1em;
    text-align: center;
}
._75 {
    width: 75%;
}
._100 {
    width: 100%;
}
._60 {
    width: 60%;
}
._50 {
    width: 50%;
}

._45 {
    width: 45%;
}
._40 {
    width: 40%;
}

._20 {
    width: 20%;
}


img._100_inline,
img._50_inline,
img._75_inline {
    display: inline;
    margin: 3em auto 0.5em;
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
    img._100 {
        width: 100%;
    }
    img._75 {
        width: 75%;
    }
    img._50 {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    img._100 {
        width: 100%;
    }
    img._75 {
        width: 75%;
    }
    img._50 {
        width: 50%;
    }
}

div._idFootnote{
    background-color: #00000067;
    margin: 0.5em 0;
	padding:1em;
}

hr.HorizontalRule-1 {
    border: 5px solid #006098;
    margin: 2em 0;
}

.sep{
    margin-top: 1.5em;
}

p.ss{
    text-indent: 0;
}

p.CE{
    margin-top: 1.5em;
}