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

body {
	background-color: whitesmoke;
	/* width        : 900px; */
	min-width: 560px;
	margin: auto;
}

#_idContainer000, #_idContainer001, #_idContainer002, #_idContainer010, #_idContainer011, #_idContainer008 {
	min-width: 300px;
	max-width: 900px;
	margin: auto;
}

#_idContainer008 {
	columns: 2;
	column-gap: 4rem;
}

section {
	padding: 40px 100px;
	/* padding         : 100px ; */
	margin: 30px 30px 30px 0;
	border-left: 3px solid whitesmoke;
	border-right: 3px solid #ea5237;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-image: linear-gradient(to right, whitesmoke 0%, #ea5237 100%), linear-gradient(to right, whitesmoke 0%, #ea5237 100%);
}

/* ----------------- */

@font-face {
	font-family: EUROSTILELTSTD;
	src: url("../fuentes/EUROSTILELTSTD.otf");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: EUROSTILELTSTD-BOLD;
	src: url("../fuentes/EUROSTILELTSTD-BOLD.otf");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: EUROSTILELTSTD-OBLIQUE;
	src: url("../fuentes/EUROSTILELTSTD-OBLIQUE.otf");
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: EUROSTILELTSTD-EX2;
	src: url("../fuentes/EUROSTILELTSTD-EX2.OTF");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: FRUTIGERLTSTD-ROMAN;
	src: url("../fuentes/FRUTIGERLTSTD-ROMAN.OTF");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: UNIVERSLTSTD-CN;
	src: url("../fuentes/UNIVERSLTSTD-CN.OTF");
	font-style: normal;
	font-weight: normal;
}

/*
@font-face {
	font-family: EUROSTILELTSTD-OBLIQUE;
	src: url("../fuentes/EUROSTILELTSTD-OBLIQUE.otf");
	font-style: normal;
	font-weight: bold;
}
*/

.ienlarger img {
	max-width: 80vw;
	max-height: 600px;
}

.ienlarger a:hover {
	/* visibility: visible; */
	/* top       : 0;
	left      : 250px; */
	z-index: 1;
}

.ienlarger a span {
	display: none;
	/* color           : white;
	text-decoration    : none;
	font-family        : arial, helvetica, sans-serif;
	font-size          : 13px; */
	background-color: #ea5237;
	/* font-weight     : bold; */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	/* margin-top      : 0%; */
	margin-left: 9%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}

.ienlarger a:hover span {
	display: block;
	top: 5%;
	left: 45%;
	z-index: 100;
}

/* FIX: added full style to center images */

.ienlarger {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.resize_thumb {
	/*FIX: Image size is increased*/
	/* width: 150px; */
	width: 340px;
	height: auto;
}

/* ------------- */

/* CUBIERTA */

.cubierta {
	background-color: #ea5237;
	background-image: url("../images/Foto-cub-naranja_50.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cubierta img {
	width: 30%;
	max-width: 260px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
}

/* ------------- */

/* ESTILOS INDICE */

p._0-CAPITULO-INDICE {
	font-family: EUROSTILELTSTD-OBLIQUE, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2rem;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-align-last: left;
	text-indent: 0;
	text-transform: none;
	widows: 1;
	transition: .2s;
}

p._0-CAPITULO-INDICE a {
	color: #ea5237;
	text-decoration: none;
}

p._0-CAPITULO-INDICE a:hover {
	opacity: 60%;
}

p._0-TITULO {
	color: #253e64;
	font-family: EUROSTILELTSTD-BOLD, sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

p._0-TITULO-INDICE {
	font-family: EUROSTILELTSTD-BOLD, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-indent: 0;
	text-transform: none;
	widows: 1;
	transition: .2s;
}

p._0-TITULO-INDICE img {
	height: 1rem;
}

p._0-TITULO-INDICE a {
	color: #253e64;
	text-decoration: none;
}

p._0-TITULO-INDICE a:hover {
	opacity: 60%;
}

p._0-TITULO-INDICE i {
	color: #253e64;
	text-decoration: none;
	font-size: 1rem;
}

p._1-AUTORES-INDICE {
	color: grey;
	font-family: FRUTIGERLTSTD-ROMAN, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.375;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.4rem;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
	transition: .2s;
}

p._1-AUTORES-INDICE a {
	color: grey;
	text-decoration: none;
}

p._1-AUTORES-INDICE a:hover {
	opacity: 60%;
}

p.ParaOverride-2, p.ParaOverride-3 {
	text-align-last: right;
}

p.ParaOverride-2 {
	margin-top: 1rem;
}

p.ParaOverride-3 {
	margin-bottom: 1rem;
}

/* ------------------    */

/* ESTILOS AUTORES */

p.autores_indice_alternativo {
	color: #e73633;
	font-family: EUROSTILELTSTD, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 0.4rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2rem;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

p.autores_indice_cargos_alternativo {
	color: #000000;
	font-family: FRUTIGERLTSTD-ROMAN, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.188;
	margin-bottom: 0;
	margin-left: 9px;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

/* ------------------    */

div.Marco-de-texto-b-sico {
	border-style: solid;
}

p.CAPITULO {
	color: #ea5237;
	font-family: EUROSTILELTSTD-OBLIQUE, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: justify;
	text-align-last: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

p._0-TITULO {
	color: #253e64;
	font-family: EUROSTILELTSTD-BOLD, sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 3rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

p._1-AUTORES {
	color: #000000;
	font-family: EUROSTILELTSTD-EX2, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 2rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

p._1-LADILLO-1 {
	color: #253e64;
	font-family: EUROSTILELTSTD-BOLD, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 4rem;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: uppercase;
	widows: 1;
}

p._1-LADILLO-2 {
	color: #ea5237;
	font-family: EUROSTILELTSTD-BOLD, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}

/* p._2-1-TEXTO-GENERAL { */

p, li {
	color: #000000;
	font-family: FRUTIGERLTSTD-ROMAN, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4rem;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: justify;
	text-align-last: left;
	text-decoration: none;
	text-indent: 1rem;
	text-transform: none;
	widows: 1;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

li._2-1-TEXTO-GENERAL_GUION {
	text-indent: 0;
	/* color         :#000000;
	font-family      :"Frutiger LT Std 45 Light", sans-serif;
	font-size        :10px;
	font-style       :normal;
	font-variant     :normal;
	font-weight      :300;
	line-height      :1.2;
	margin-bottom    :0;
	margin-left      :0;
	margin-right     :0;
	margin-top       :0;
	orphans          :1;
	page-break-after :auto;
	page-break-before:auto;
	text-align       :justify;
	text-align-last  :left;
	text-decoration  :none;
	text-transform   :none;
	widows           :1; */
}

li._2-1-TEXTO-GENERAL_TOPO {
	text-indent: 0;
	/* color            : #000000;
	font-family         : "Frutiger LT Std 45 Light", sans-serif;
	font-size           : 10px;
	font-style          : normal;
	font-variant        : normal;
	font-weight         : 300;
	line-height         : 1.2;
	margin-bottom       : 0;
	margin-left         : 0;
	margin-right        : 0;
	margin-top          : 0;
	orphans             : 1;
	page-break-after    : auto;
	page-break-before   : auto;
	text-align          : justify;
	text-align-last     : left;
	text-decoration     : none;
	text-transform      : none;
	widows              : 1; */
}

p._3-TEXTO-BIBLIOGRAFIA {
	/* color: #000000; */
	/* font-family: "Frutiger LT Std 45 Light", sans-serif; */
	font-size: 0.8rem;
	/* font-style    : normal; */
	/* font-variant  : normal; */
	/* font-weight   : 300; */
	line-height: 1.2;
	margin-bottom: 0;
	margin-left: 2rem;
	margin-right: 0;
	margin-top: 0;
	/* orphans       : 1;
	page-break-after : auto;
	page-break-before: auto;
	text-align       : justify;
	text-align-last  : left;
	text-decoration  : none; */
	text-indent: -2rem;
	/* text-transform: none;
	widows           : 1; */
}

span.rombe {
	/* font-size: 7px; */
}

span.super-ndice {
	vertical-align: super;
	line-height: 0rem;
}
span.sub-ndice {
	vertical-align: sub;
	font-size: 0.7rem;
	line-height: 0rem;
}

span.texto-general_cursiva {
	font-style: italic;
	font-weight: normal;
}

/* p._idGenParaOverride-1 {
	page-break-after: always;
} */

span._idGenCharOverride-1 {
	font-size: 66%;
}

span._idGenCharOverride-1 a {
	text-decoration: none;
	color: #ea5237;
}

a.figure {
	text-decoration: none;
	color: #ea5237;
}

/* PARRAFOS ABREVIATURAS */

.Abbreviations {
	font-family: FRUTIGERLTSTD-ROMAN, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 0;
	margin-bottom: 0.5rem;
	color: black;
	text-align: left;
	orphans: 3;
	widows: 3;
}

.ngta-abbrev {
	font-family: FRUTIGERLTSTD-ROMAN, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-indent: 0;
}

.cursiva_abreviatura {
	font-style: italic;
}

/* BOTON VOLVER*/

/* div.return-button {
	cursor       : pointer;

}

div.return-button {
	cursor       : pointer;

} */

div.return-button {
	position: absolute;
	top: 48px;
	right: 48px;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #ea5237;
	opacity: 50%;
	border-radius: 50%;
	margin: auto;
	padding: 20px;
	transition: .2s;
	box-shadow: 2px 5px 10px black;
}

div.return-button:hover {
	opacity: 100%;
	transform: scale(1.3);
}

/* div.return-button i {
	position  : absolute;
	font-size : 1.7rem;
	top       : 48%;
	left      : 48%;
	transform : translate(-50%, -40%) scale(1);
	color     : white;
	transition: .2s;
} */

div.return-button img {
	position: absolute;
	height: 1.7rem;
	top: 48%;
	left: 48%;
	transform: translate(-50%, -40%) scale(1);
	transition: .2s;
}

/*
div.return-button  a{
	position        : absolute;
top             : 48px;
right           : 48px;
background-color: #ea5237;
opacity         : 50%;
border-radius   : 40px;
color           : white;
font-family     : EUROSTILELTSTD-BOLD, sans-serif;
font-size       : 20px;
font-style      : normal;
font-variant    : normal;
font-weight     : bold;
line-height     : 1;
margin          : auto;
padding         : 20px;
text-align      : center;
text-decoration : none;
text-transform  : none;
transition   : .2s;
}


div.return-button a:hover {
	opacity: 100%;
}
 */

/* BOTON SUBIR*/

.go-top-container {
	position: fixed;
	bottom: 0;
	height: 3rem;
	right: 0;
	width: 5rem;
	height: 5rem;
	opacity: 0;
	z-index: -10;
}

.go-top-button {
	width: 0rem;
	height: 0rem;
	background: #ea5237;
	box-shadow: 2px 5px 10px black;
	opacity: 50%;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.go-top-button:hover {
	opacity: 100%;
}

/* .go-top-button i {
	position  : absolute;
	font-size : 1.7rem;
	top       : 48%;
	left      : 50%;
	transform : translate(-50%, -50%) scale(1);
	color     : white;
	transition: .2s;
} */

.go-top-button img {
	position: absolute;
	height: 1.7rem;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .2s;
}

.show {
	opacity: 100;
	z-index: 10;
}

.show .go-top-button {
	animation: popup .3s ease-in-out;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 11;
}

.show .go-top-button:hover {
	transform: translate(-50%, -50%) scale(1.3);
}

.show i {
	transform: translate(-50%, -50%) scale(1);
}

@keyframes popup {
	0% {
		width: 0rem;
		height: 0rem;
	}
	50% {
		width: 5rem;
		height: 5rem;
	}
	100% {
		width: 3.5rem;
		height: 3.5rem;
	}
}

/* TABLA */

table.Ningún-estilo-de-tabla {
	border-collapse: collapse;
	margin-bottom: 2rem;
	background: linear-gradient(90deg, rgba(218, 217, 227, 1) 0%, rgba(183, 184, 201, 1) 100%);
}

p._4-0-TITULO-TABLA {
	color: #646363;
	font-family: FRUTIGERLTSTD-ROMAN, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.25;
	margin: 2rem 0 0.5rem 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
}

p span.FIG {
	font-family: EUROSTILELTSTD-BOLD, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #ea5237;
}

td.CABECERA {
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	vertical-align: top;
}

td.CENTRO {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	vertical-align: top;
}

td.CENTRO p, ._idFootnote p {
	font-family: UNIVERSLTSTD-CN, sans-serif;
	color: black;
	font-size: 0.9rem;
	text-indent: 0;
	text-align: left;
}

td.CABECERA p {
	font-family: UNIVERSLTSTD-CN, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 0.9rem;
	text-indent: 0;
	text-align: left;
}

p span.tablas_cursiva {
	font-style: italic;
}

/* -------------------- */

/* FOOTER */

.foot-iframe {
	width: 100% !important;
	height: 200px;
}

footer {
	background-color: #1d0a06;
	height: 200px;
}

.f-flex {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 700px;
	padding-top: 30px;
	padding: 30px 30px 0 30px;;
}

footer p {
	color: #ffffff;
	text-align-last: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-indent: 0;
	font-size: 1rem;
	line-height: 160%;
}

.foot-text2 {
	font-size: 0.9rem;
}

footer a {
	text-decoration: none;
}

.f-link {
	color: #e0b5ac;
	transition: .2s;
}

.f-link:hover {
	color: #e43614;
	transform: scale(120%);
	/* text-shadow:0 0 10px #ffffff; */
}

.i-link {
	transition: .2s;
}

.i-link:hover {
	transform: scale(120%);
}

/* -------------------- */

@media screen and (min-width: 300px) and (max-width: 600px) {
	p._0-TITULO {
		font-size: 2rem;
	}

	
	@media screen and (min-width: 300px) and (max-width:900px) {
		#_idContainer008 {
			columns: 1;
		}
	}
}