/* Para buscar figuras
<div class="_idGenObjectLayout-\d">
				<div id="_idContainer\d{3}" class="imagen_sup">
					<img class="_idGenObjectAttribute-\d" src="05_M_Teresa_Arevalo,_Margarita_Barrera_y_Dolores_Gomez-web-resources/image/05_(\d\d)\.jpg" alt="" />
				</div>
			</div>
			<p class="pie_figura">(.*?)</p>

Remplazar
<figure>
				<img class="_75" src="05_M_Teresa_Arevalo,_Margarita_Barrera_y_Dolores_Gomez-web-resources/image/05_$1.jpg" alt="" />
				<figcaption>
					<p class="fig">$2</p>
				</figcaption>
			</figure>

*/

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.bsc, 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;
}

/*Para el logo de la cabecera*/
img.logo{
    width: 25%;
    margin: 0 auto;
    display: block;
}


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

/*para que las tablas tengan overflow*/
div.tabla {
	overflow-x: auto;
	margin-bottom: 1em;
}
/*Tablas generales van sin borde y con márgenes superior e inferior de 2rem*/
table.normal {
	border-collapse:collapse;
	border:0 none #000000;
	margin: 2rem auto;
	max-width: 90%;
}
/*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_resumen_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.tabla, p.tabla_cent, p.tabla_derecha {
    font-size: 1em;
    text-indent: 0;
}

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

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

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

p.tabla_fuente {
    margin-top: 0.2em;
    font-size: 0.9em;
    text-indent: 0;
    text-align: left;
    text-align-last:left;
}


/*títulos tablas*/
p.tabla_titulo {
    font-size: 1.2em;
    font-weight: normal;
    margin: 2em auto 1em;
    text-align: center;
    text-align-last: center;
    text-indent: 0;
}

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

h2.seccion,
h1.title,
h2.titulo_ingles {
    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.seccion {
    background-color: #006098;
	color: white;
	font-variant: normal;
    font-size: 2em;
    margin-top: 3em;
}

h2.titulo_ingles {
    color: #333333;
    font-size: 2.5em;
    margin: 1em 0;
}


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

h3.nivel01,
h3.nivel02,
h3.nivel03,
h3.nivel04 {
    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.nivel01 {
    font-weight: 600;
    font-variant: small-caps;
}

/*nivel 02 es negrita y normal*/
h3.nivel02 {
    font-weight: 600;
    text-transform: none;
}

/*la diferencia entre el nivel 02 y 03 es la cursiva*/
h3.nivel03 {
    font-style: italic;
    font-weight: 500;
}

h3.nivel04 {
    font-style: normal;
    font-weight: 400;
}

h3.nivel01 + h3.nivel02, h3.nivel02 + h3.nivel03, h3.nivel03 + h3.nivel04 {
    margin-top: 0;
}

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

p.sumario + p.bsc, 
p.autor_datos + p.bsc {
    margin-top: 2em;
}

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

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




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

p.autor, p.autor_datos, 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.autor_datos {
	margin-top: 0;
}

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

p.aviso, p.entrada {
    font-size: small;
    color: white;
    background-color: #00000067;
    padding: 0.75em;
    text-align: center;
    text-indent: 0;
    text-align-last: center;
    width: 80%;
    margin: 0.5em auto;
}

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

p.entrada {
    font-size: x-large;
    background-color: #006098;
    text-align: left;
    text-align-last: left;
    width: 50%;
    margin:1em 0;
}

p.entrada a {
    color: white;
}

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

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

p.resumen, p.keyword {
    margin-top: 1.2em;
	text-align: justify;
    text-align-last: left;
    text-indent: 0;
}

p.resumen + p.resumen {
    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.bibliografia {
    margin-left: 1.75em;
    text-indent: -1.75em;
}

p.fig, p.fig_inline {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0.5em auto 2em;
    text-align: center;
    text-align-last: center;
    text-indent: 0;
}

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


p.bsc_CE, p.bsc_CE_ss {
    margin-top: 1.5em;
}

p.bsc_CE_ss {
	text-indent:0;
}

p.bsc_comienzo {
	margin-top: 4em;
    text-indent: 0;
}

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

p.nota,
li.nota {
	font-size: 1em;
	text-indent: 0;
    color: white;
}

p.nota a {
    color: white;
}

/*párrafos de notas*/
p.nota + p.nota {
	text-indent: 1.75em;
}

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

p.cita + p.cita {
    margin: 0 1.9em;
}

p.cita_ss {
    text-indent: 0;
}

p.cita + p.bsc, p.cita_ss + p.bsc {
    margin-top: 1.5em;
}

/*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: 0;
    margin-left: 1.80em;
    margin-bottom: 1.5em;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    hyphens: auto;
}

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;
}

/*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;
}
/*para 1)*/
ol.parent > li {
    list-style: none;
    position: relative;
    margin-left: 0.5em;    
}

ol.parent > li:before {
    content: counter(list) ") ";
    counter-increment: list;
    left: -30px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}

/*para romanos*/
ol.romanos > li:before {
    content: counter(list, lower-roman);
    counter-increment: list;
    left: -30px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30px;
}
ol.romanos > li {
    list-style: none;
    position: relative;
    margin-left: 0.5em;    
}


/*para a)*/
ol.parent_L > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 20px;
}

ol.parent_L > li {
    list-style: none;
    position: relative;
    margin-left: 0.5em;
}

/*Listas ordenadas*/
ol.romanos{
    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;
}


/*para cuando sean citas*/
li.cita {    
    font-size: 1.3rem;
    margin-left: 1.9em;
}


/*para hacer que no se separen del anterior*/
ol.nosep,
ul.nosep {
    margin-top: 0;
}

ol.nosep_next,
ul.nosep_next {
    margin-bottom: 0;
}

/*para más sangría*/
ol.D,
ul.D{
    margin-left: 3em;
}

/*para menos sangría*/
ol.F,
ul.D{
    margin-left: 0.5em;
}

ol.ordinal,
ol.parent,
ol.ordparent,
ol.ordcita,
ol.parent_L,
ol.romanos,
ol.parent_L_cita,
ol.romanos_cita {
    counter-reset: list;
}


ol.numero,
ol.letra_minuscula {
    margin: 1.5em 0 0 0.5em;
    text-indent: -1.65em;
}

ol.nivel02 {
    margin-left: 3em;
}

ol.numero {
    list-style: decimal;
}

ol.letra_minuscula {
    list-style: lower-latin;
}

/*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 cita no hay espacios*/
p.cita + ol.nivel02, p.cita + ul.nivel02, ol.nivel02 + p.cita, ul.nivel02 + p.cita {
    margin-top: 0;
}

p.bsc + ul.guion {
    margin-top: 0;
}
p.lista_let, p.lista_gui {
    text-indent: -1.3em;
}



/*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;
}
/*-----------------------------------------------
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;
}

/*-------------------------------------------------------
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*/

figcaption {
    margin-top: 2em;
}
img {
    display: inline;
    margin: auto;
}

img._100,
img._50,
img._75 {
    display: block;
    margin: 3em auto 0.5em;
}

img._100_inline,
img._50_inline,
img._75_inline {
    display: inline;
    margin: 3em auto 0.5em;
}



@media only screen and (min-width: 800px) and (max-width: 1200px) {
    img._100 {
        width: 70%;
    }
    img._75 {
        width: 50%;
    }
    img._50 {
        width: 40%;
    }
}

@media only screen and (max-width: 799px) {
    img._100 {
        width: 100%;
    }
    img._75 {
        width: 80%;
    }
    img._50 {
        width: 70%;
    }
}


div._idFootnotes{
    background-color: #00000067;
    padding:2em;
    margin: 2em 0;
}

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