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

body {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	//font-family: 'EB Garamond', serif;
	font-family: "Times", serif;
	font-weight: 400;
	margin-bottom: 100px;
}

.creditos {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	margin-top: 20px;
}

.titulo, .capitulo {
	font-family: 'EB Garamond', serif;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: right;
	font-style: italic;
	font-size: 50px;
	line-height: 55px;
	margin-top: 100px;
	margin-bottom: 25px;
}

.autor {
	font-family: 'EB Garamond', serif;
	text-align: right;
	font-style: italic;
	font-size: 25px;
	margin-bottom: 10px;
}

.cargo, .cita {
	text-align: right;
	margin-bottom: 50px;
	margin-left: 100px;
}

.resumen {
	text-indent: -15px;
	margin-left: 15px;
}

.palabras_clave {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}

h1.ladillo1 {
	font-weight: bold;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 28px;
}

h2.ladillo2 {
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 28px;
}

.texto {
	text-indent: 15px;
	margin-bottom: 10px;
}

.metido {
	margin-left: 20px;
	margin-bottom: 10px;
}

.texto_centrado, .asterisco {
	text-align: center;
	margin: 30px 0;
}

.titulo_grafico {
	text-align: center;
	margin: 25px 10% 10px;
}

.imagen {
	text-align: center;
}

.pie_foto, .fuente_grafico {
	text-align: center;
	margin: 0 10% 25px;
}

table {
	margin: 25px auto 10px;
	border-spacing: 0px;
}

table tr {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table tr td {
	padding: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}

td.sinBorde {
	border: none !important;
}

td.bordeSup {
	border-top: 1px solid #333;
}

td.bordeIzq {
	border-left: 1px solid #333;
}
ol._listStyleNone,
ol._idFootAndEndNoteOLAttrs {
	list-style: none;
	padding-left: 0;
}
			
ol._listStyleNone li:before,
ol._idFootAndEndNoteOLAttrs li:before {
	counter-increment: none!important;
	content: none!important;
}
			
.texto_nota {
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
}

.sinMargenSuperior {
	margin-top: 0!important;
}

.sinMargenInferior {
	margin-bottom: 0!important;
}

.revista {
	font-family: 'EB Garamond', serif;
	font-style: italic;
	font-size: 16px;
}

.cursiva {
	font-style: italic;
}

.nota {
	font-size: 75%;
	vertical-align: super;
	line-height: 0;
	margin-right: 5px;
}

.centrado {
	text-align: center;
}

.izquierda {
	text-align: left;
}

.derecha {
	text-align: right;
}

.versalitas, .versalita {
	font-variant: small-caps;
}

llamada_nota a, .llamada_nota a:link, .llamada_nota a:visited, .llamada_nota a:active, .llamada_nota a:hover, .nota a, .nota a:link, .nota a:visited, .nota a:active, .nota a:hover, a, a:link, a:visited, a:active, a:hover, a.Hyperlink, a.Hyperlink:link, a.Hyperlink:visited, a.Hyperlink:active, a.Hyperlink:hover {
	color: #000;
}

@media (min-width: 768px) {
	body {
		width: 70%;
	}
	
	.titulo {
		margin-left: 35%;
		color: #1sse35;
	}
}
			
			@media (max-width: 768px) and (min-width: 576px ) {
	body {
		width: 90%;
	}
	
	.titulo {
		margin-left: 15%;
	}
}
			
			@media (max-width: 576px) {
	body {
		width: 90%;
	}
}
			