
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}
body {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	hyphens: none;
	font-size: calc(.9em + .3vw);	
	line-height: 1.4;
	margin:auto;
	background-color: #29b85600; 
}   
.wrapper {
	max-width: 40em;
	margin: auto;
	padding: 0 30px 0 30px;
}
.wrapper.max-55 {
	max-width: 55em;
}

hr {margin: 2em;}

.centrado {text-align: center;}
.left {text-align: left!important;}


span.bold-italic {
	font-weight: bold;
	font-style: italic;
}
span.link-eng {
	display: inline-block;
	margin-left: 5em;
	color: grey;
	font-size: .7em;
	text-decoration: underline;
}
@media (min-width: 600px) {
	.wrapper {padding: 0 20px 0 20px;}
}
@media (min-width: 400px) {
	.wrapper {padding: 0 10px 0 10px;}
}
@page {
	margin : 0px 0px 0px 0px;
}


/* IMAGENES */
img {width: 100%;}


div.tabla-grafico {
	margin: 2em 0;
}

div.imagen {
	text-align: center;
	max-width: 700px;
}
img.max-400{max-width: 400px;}
img.max-500{max-width: 500px;}
img.max-600{max-width: 500px;}

p, li {
	margin-bottom:1em;
	text-align:left;
	text-indent:0;
}
p.first {margin-top: 1em;}
.sans-serif { 
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans-serif;
}

h1 {
	hyphens:none;
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	line-height: 1.25;
	font-weight:normal;
	margin-left:0;
	margin-right:0;	
}
	h1.Tit-article {
		margin-bottom:.5em;
		margin-top:3em;
		text-align:left;
		padding-bottom: .5em;
		border-bottom: 2px solid grey;
	}
	h1.Tit-article-eng {
		/* font-size:1.2em; */
		font-style:italic;
		margin-top:.7em;
		margin-bottom: 5em;
	}
h2.nivel_1 {
	font-size: 1.2em;
	font-weight:bold;
	margin-top:3em;	
	margin-bottom:1em;
	text-align:left;
}


h2.nivel_1:first-of-type:before {display: block; content: "_________"; margin-bottom: 3em; text-align: center;}

h3.nivel_11 {
	color:#010202;
	font-size:1.1em;
	font-style:italic;
	margin-top:2em;	
	margin-bottom:.5em;
	text-align:left;
}
h2.nivel_1 + h3.nivel_11 {margin-top: 1em;}

h4.nivel_111 {
	font-size:1em;
	font-style:italic;
	text-align:left;	
	margin-top:1.5em;	
	margin-bottom:.5em;
}
h5{
	font-size: 1em;
	margin-bottom: 1em;
}
h5.nivel_5 {margin-bottom: .5em;}



div.cintillo {margin: 2em 0;}
	div.cintillo p {
		font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans-serif;

		font-size: .9em;
		text-align: right;
		margin: 0;
	}


div.CV-bloque {
	margin: 2em 0;
	/* border-bottom: 1px solid black; */
	padding-bottom: 1em;
}

	div.CV-foto {max-width: 30%; margin-top: 5px;}
	div.CV-text {}

		div.CV-text p, p.cv {
			font-size:0.95em;
			margin:0;
		}
		p.ORCID {
			font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans-serif;

			font-size:0.9em;
			margin: 0;
		}
		p.cv + p.ORCID {margin-top: .5em;}


@media (min-width: 600px) {
	div.CV-bloque {
		display: flex;
	}	
		div.CV-foto {    
			-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			margin-right: 1em;
		}
}




div.Como_citar {
	border-style:solid;
	background-color:#cfd2d3;
	padding: 10px;
}
	@media (min-width: 600px) {
		div.Como_citar {padding: 20px;}
	}
	div.Como_citar p {margin-bottom: 0;}
	div.Como_citar p:first-child {font-weight: bold;}





.Resumenes {margin: 4em 0;}

.resumen {}
	.resumen:first-child:after {
		content:"________"
	}

.resumen.eng p, .resumen.eng h4 {font-style: italic;}
.resumen.eng p em, .resumen.eng h4 em {font-style: normal!important;}

p.recibido {
	margin:2em 0 1em 0;
	text-align:left;
	text-indent:0;
	text-transform:none;
}
div.Resumen-Abstract {border: 1px solid grey; padding: 1em; margin-top: 5px;}

						/* TABLAS */
h5.Tablas {margin-top: 3em; margin-bottom: .5em;} 

table {
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	margin: auto;
	width: 100%;
}
	table p {margin: 0;}

tr {
	page-break-after:auto;
	page-break-before:auto;
}
tr:first-child p {text-align: center;}


td {
	border:1px solid black;	
	padding: 2px 4px 2px 4px;
}
	td.fondo-azul {
		background-color:lightblue;
		padding-top: 8px;
	}
td.centrado p {text-align: center;}
tr.centrado td p {text-align: center!important;}

table.sin-borde,
table.sin-borde td,
 tr.sin-borde td {border: none;}

td.left p{text-align: left;}




.gris {background-color: #F3F3F3;}


.rotate-90 {transform: rotate(-90deg);}


.Cita {
	font-size:.9em;
	margin: 1em 1em 1em 2em;
}
	.Cita + .Cita {margin-top: -1em;}


.biblio,
section.bibliography p {
	font-size:0.9em;
	margin-bottom:.5em;
	margin-left:2em;
	text-indent:-2em;
}

.nota {
	font-size:0.9em;
	margin-bottom:.5em;
	margin-left:30px;
	text-indent:-40px;
}
._idFootnoteLink {
	vertical-align: super;
	font-size: .7rem;
}

._idFootnoteAnchor {
	font-size: .8rem;	
	display: inline-block;
	width: 30px;
	text-align: right;
	padding-right: 10px;
}


.notas {margin: 3em 0;}
.notas h2 {margin-bottom: 1em;}


p.Pie-de-imagen {
	font-size:.9em;
	font-weight:normal;
	text-align:left;
	text-indent:0;
	margin-bottom: 3em;
}
p.Pie-de-imagen + p.Pie-de-imagen {margin-top: -3em;}


section.Footnotes {margin-top: 5em;}


							/* Listas */
ul.raya {
	list-style-type: none;
	margin-left: .2em;
  }
  
  ul.raya li:before {
	content: '–';
	position: absolute;
	margin-left: -1.2em;
  } 

li {
	list-style-position:outside;
	margin-bottom:.5em;
	margin-left:0em;
	padding-left: .5em;
}
ul.raya li ul li.Viñeta-2 {list-style-type: none;}

ul.none {list-style: none;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}
ol.lower-alpha {list-style-type: lower-alpha;}
ol.upper-alpha {list-style-type: upper-alpha;}
ol.list-num {list-style-type: decimal;}


span.Hiperv-nculo, span.Hyperlink {
	/* color:#0563c1; */
	text-decoration:underline;
}
strong.bold {
	font-style:normal;
	font-weight:bold;
}
em.italic {
	font-style:italic;
	font-weight:normal;
}
