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

body {
    width: 90%;
    /* max-width: 1200px; */
    margin: 0 auto;
    background-color: white;
}

h1.title {
    color: #A32638;
    font-family: "Times New Roman", serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    page-break-after: avoid;
    page-break-before: auto;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    widows: 2;
}

h2.subtitle,
h2.lautios {
    color: #A32638;
    font-family: Calibri, sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    page-break-after: avoid;
    page-break-before: auto;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    widows: 2;
}

h2.lautios {
    font-family: "Times New Roman", serif;
    font-size: 2em;
    text-align: left;
    text-align-last: left;
    font-style: italic;
}

h3 {
    color: #a44012;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-variant: normal;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    orphans: 99;
    page-break-after: avoid;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    widows: 1;
}

h3.nivel01 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.51;
    margin-top: 1.5em;
    text-transform: uppercase;
}

h3.nivel02 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.31;
    margin-top: 1.5em;
    text-transform: none;
}

h3.nivel02_SE {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.31;
    margin-top: 0;
    text-transform: none;
}

h3.nivel03 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.11;
    margin-top: 1.5em;
    text-transform: none;
}

h3.nivel03_SE {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.11;
    margin-top: 0;
    text-transform: none;
}

h3.nivel04 {
    font-size: 1.3em;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1;
    margin-top: 1em;
    orphans: 99;
    text-transform: none;
}

h3.nivel04_SE {
    font-size: 1.3em;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1;
    margin-top: 0;
    orphans: 99;
    text-transform: none;
}


/* Títulos de las tablas */

h4.title_table {
    color: #000000;
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.21;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
    orphans: 99;
    page-break-after: avoid;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2;
}


/* Párrafos básicos genéricos */

p {
    color: #000000;
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    orphans: 2;
    page-break-after: auto;
    page-break-before: auto;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    text-transform: none;
    widows: 2;
}


/* Párrafos básicos, la P portugués, la I inglés, la F francés, cuerpo 1,3 em, sangría 1ª de 2 em */

p.bsc,
p.bsc_P,
p.bsc_I,
p.bsc_F {
    text-indent: 2em;
}


/* Párrafos básicos con espacio arriba (2 em de margen superior), la P portugués, la I inglés, la F francés, cuerpo 1,3 em, sangría 1ª de 2 em*/

p.bsc_CE,
p.bsc_CE_P,
p.bsc_CE_I,
p.bsc_CE_F {
    margin-top: 2em;
    text-indent: 2em;
}


/* Párrafos básicos sin sangría de 1ª linea, la P portugués, la I inglés, la F francés, cuerpo 1,3 em */

p.ss,
p.ss_P,
p.ss_I,
p.ss_F {
    text-indent: 0;
}


/* Párrafos básicos sin sangría de 1ª linea y con espacio arriba (2 em de margen superior), la P portugués, la I inglés, la F francés, cuerpo 1,3 em */

p.bsc_ss,
p.bsc_ss_P,
p.bsc_ss_I,
p.bsc_ss_F {
    margin-top: 2em;
    text-indent: 0;
}

p.img {
    text-align: center;
    text-align-last: center;
    text-indent: 0;
    margin-top: 3em;
}

p.autor {
    font-size: 1em;
    line-height: 1.1;
    margin-top: 1em;
    text-align: center;
    text-align-last: center;
    text-indent: 0;
    text-transform: uppercase;
}

p.resumen_E,
p.resumen_P,
p.resumen_I {
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 1em;
    margin-top: 1em;
    text-indent: 0;
}


/* Listas de guiones, de letras y de números en todos los idiomas */

p.lista_gui,
p.lista_let,
p.lista_num,
p.lista_gui_P,
p.lista_let_P,
p.lista_num_P,
p.lista_gui_I,
p.lista_let_I,
p.lista_num_I,
p.lista_gui_F,
p.lista_let_F,
p.lista_num_F {
    list-style-position: outside;
    margin-left: 2em;
    text-indent: -2em;
}

p.lista_sangria {
    margin-left: 2em;
    text-indent: 2em;
}

p.pie_lautios {
    font-size: 2em;
    line-height: 2.2;
    text-align: center;
    text-align-last: center;
    margin-top: 2em;
}

p.table_title {
    margin-bottom: 1em;
    margin-top: 2em;
    text-align: center;
    text-align-last: center;
    text-indent: 0;
}

p.tabla,
p.tabla_8pt {
    font-size: 1.1em;
    line-height: 1.15;
    text-align: left;
    text-align-last: left;
    text-indent: 0;
}

p.tabla_cab,
p.tabla_cent,
p.tabla_cab_8pt,
p.tabla_cent_8pt {
    font-size: 1.1em;
    line-height: 1.15;
    text-align: center;
    text-align-last: center;
    text-indent: 0;
}

p.tabla_dere,
p.tabla_dere_8pt {
    font-size: 1.1em;
    line-height: 1.15;
    text-align: right;
    text-align-last: right;
    text-indent: 0;
}

p.fuente_tabla {
    font-size: 1em;
    line-height: 1.1;
    margin-left: 2em;
    text-indent: -2em;
}

p.bibliog {
    font-size: 1.2em;
    line-height: 1.21;
    margin-left: 2em;
    text-indent: -2em;
}

p.citar_articulo,
p.zz_recep_acep {
    color: #401503;
    font-family: Calibri, sans-serif;
    font-size: 0.9em;
    line-height: 1.125;
    text-align: left;
    text-indent: 0;
}

p.zz-doicpt {
    font-size: 0px;
    line-height: 0.1;
    text-align: left;
    text-indent: 2em;
}

p.resena_autor {
    color: #A32638;
    font-size: 1.1em;
    font-variant: small-caps;
    line-height: 1.21;
    margin-top: 1em;
    text-align: right;
    text-align-last: right;
    text-indent: 14px;
}

p.resena_autor_proc {
    font-size: 1.1em;
    line-height: 1.21;
    page-break-before: avoid;
    text-align: right;
    text-align-last: right;
    text-indent: 14px;
}

p.resena_titulo,
p.resena_titulo_I {
    color: #A32638;
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 2em;
}

p.cita,
p.cita_ss {
    font-size: 1.1em;
    line-height: 1.2;
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 2em;
    text-indent: 2em;
}

p.cita_ss {
    text-indent: 0;
}

p.fig,
p.fig_esp_desp,
p.fig_nombre {
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 2em;
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 2em;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    text-indent: 2em;
    text-transform: none;
    widows: 2;
}

p.fig_esp_desp {
    margin-bottom: 3em;
}

p.fig_nombre {
    color: #A32638;
    font-size: 2em;
    text-indent: 0;
}

p.autor_cita {
    font-size: 1.1em;
    line-height: 1.2;
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 2em;
    text-align: right;
    text-align-last: right;
    text-decoration: none;
    text-indent: 2em;
    text-transform: none;
    widows: 2;
}

p.nota_pie {
    color: #D72904;
    font-size: 1em;
    line-height: 1.15;
    text-indent: 2em;
}

div.Marco-de-texto-b-sico {
    border-style: solid;
    background-color: #A44D5966;
    padding: 10px;
    width: 50%;
    margin-top: 3em;
    margin-bottom: 3em;
}


/*tablas*/

table.SPAL-tabla {
    border-collapse: collapse;
    border-color: #000000;
    border-style: none;
    border-width: 0px;
    margin: 1em auto;
	/* width: 90%; */
}
div.tabla {
	overflow-x: auto;
	margin-bottom: 1em;
}

/*celdas normales*/

td.SPAL-tabla,
td.SPAL-celda-normal,
td.SPAL-celda-cabecera,
td.SPAL-celda-a-5 {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 0.5em;
    vertical-align: middle;
}

td.SPAL-celda-cabecera {
    background-color: #ececec;
}

td.SPAL-celda-a-5 {
    background-color: #f6f6f6;
}

figure {
    position: relative;
    text-align: center;
    margin: 3em auto ;
    /* width: 100%; */
}

figcaption {
    font-size: 1.1em;
    margin-top: 1em;
}

img._100 {
	width:85%;
}
img._75 {
	width:65%;
}
img._50 {
	width:45%;
}
/* @media screen and (min-width: 1920px) { */
    /* img._100 { */
        /* width: 50%; */
    /* } */
    /* img._75 { */
        /* width: 45%; */
    /* } */
    /* img._50 { */
        /* width: 35%; */
    /* } */
/* } */

/* @media only screen and (min-width: 1280px) and (max-width: 1919px) { */
    /* img._100 { */
        /* width: 65%; */
    /* } */
    /* img._75 { */
        /* width: 55%; */
    /* } */
    /* img._50 { */
        /* width: 45%; */
    /* } */
/* } */

@media only screen and (min-width: 640px) and (max-width: 1279px) {
    img._100 {
        width: 75%;
    }
    img._75 {
        width: 70%;
    }
    img._50 {
        width: 65%;
    }
}

@media only screen and (max-width: 639px) {
    img._100 {
        width: 100%;
    }
    img._75 {
        width: 95%;
    }
    img._50 {
        width: 90%;
    }
}

span.procedencia {
    font-family: Calibri, sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
}

span.b_i {
    font-weight: bold;
    font-style: italic;
}