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;
	width: 70%;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 125px;
}

.creditos {
	font-family: "helvetica", sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	margin-top: 20px;
}

.preprint {
	position: fixed;
	z-index: -150;
	font-weight: bold;
	font-family: "helvetica", sans-serif;
	font-size: 25px;
}

.dedicatoria {
	text-align: right;
	font-size: 13px;
	margin-bottom: 50px;
	font-style: italic;
}

.titulo {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 150px;
	margin-bottom: 50px;
	line-height: 25px;
}

.titulo_en {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 20px;
}

.autor {
	text-align: right;
}

.cargo {
	text-align: right;
	font-size: 13px;
	margin-bottom: 50px;
}

.resumen, .sumario {
	margin-left: 25px;
	text-indent: -25px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 16px;
}

.palabras_claves, .palabras_clave {
	margin-left: 25px;
	text-indent: -25px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
}

h1.ladillo1 {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px 0 20px 30px;
	width: 70%;
	text-indent: -32px;
	text-align: left;
}

h2.ladillo2 {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 50px 0 20px 39px;
	width: 70%;
	text-indent: -39px;
	text-align: left;
}

h3.ladillo3 {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	margin: 50px 0 20px 28px;
	width: 70%;
	text-indent: -28px;
	text-align: left;
}

h4.ladillo4 {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin: 25px 0 20px 28px;
	width: 70%;
	text-indent: -28px;
	text-align: left;
}

h5.ladillo5 {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin: 25px 0 20px 28px;
	width: 70%;
	text-indent: -28px;
	text-align: left;
}

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

p.bibliografia {
	margin-left: 25px;
	text-indent: -25px;
	margin-top: 3px;
}

ol._listStyleNone,
ol._idFootAndEndNoteOLAttrs {
	list-style: none!important;
	padding-left: 0!important;
}

ol._listStyleNone li:before,
ol._idFootAndEndNoteOLAttrs li:before {
	counter-increment: none!important;
	content: none!important;
}


p.texto_nota, p.texto_nota-2 {
	font-size: 13px;
	line-height: 16px;
	text-indent: 25px;
}

p.texto_tabla_nota {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

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

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

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

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

td.bordeIzquierda {
	border-left: 1px solid #333;
}

td.sinBorde {
	border: none !important;
}

p.texto_tabla {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

p.pie_tabla {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 25px;
}

p.imagen {
	text-align: center;
	margin-top: 25px;
}

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

.negrita {
	font-weight: bold;
}

.cursiva, .cursiva_creditos {
	font-style: italic;
}

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

.izquierda {
	text-align: left!important;
}

.derecha {
	text-align: right!important;
}

.mayusculas {
	text-transform: uppercase;
}

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

.llamada_nota {
	font-size: 65%;
	vertical-align: super;
	line-height: 0;
	margin-left: 2px;
}

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

.sub{
	vertical-align: sub;
}

.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 {
	color: #000;
}