/* --------------------------------- */
/* Body */
/* --------------------------------- */
body {
	margin: 0 5px;
	padding: 0;
	font-size: 100%;
	line-height: 1.55;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	adobe-hyphenate: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	-epub-hyphens: none;
	hyphens: none;
	text-align: left;
	widows: 2;
	orphans: 2;
}
svg {
	height: 99%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	adobe-hyphenate: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	-epub-hyphens: none;
	hyphens: none;
}
.cclave {
	font-weight: 100;
	text-indent: 0;
	color: #7784f4;
    text-decoration: underline;
	font-family: "Helvetica", sans-serif;
    font-size: 96%;
}

/* --------------------------------- */
/* Encabezados */
/* --------------------------------- */
h1 {
	font-size: 1.1em;
	margin: 20% 0 0 0;
	line-height: 1.55;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
}
h1 span {
	display: block;
}
span.linea {
	border-bottom: 1px solid #000;
}
h2 {
	font-size: 1em;
	margin: 2.5em 0 1.5em 0;
	line-height: 1.2;
	font-weight: bold;
	text-indent: 0;
	page-break-after: avoid;
}
h3 {
	font-size: 1em;
	margin: 2em 0 0.5em 0;
	line-height: 1.2;
	font-weight: normal;
	font-style: italic;
	text-indent: 0;
	page-break-after: avoid;
}
/* --------------------------------- */
/* Créditos */
/* --------------------------------- */
#copyright-page p {
	font-size: 85%;
	text-indent: 0;
	margin: 0 1em;
	text-align: center;
}
h1.titulo {
	font-size: 1.7em;
	margin: 20% 0 0.2em 0;
	line-height: 1;
	font-weight: normal;
	text-indent: 0;
	color: #111e8e;
	text-align: center;
}
p.subtitulo {
	font-size: 1.3em;
	margin: 0 20%;
	line-height: 1;
	font-weight: normal;
	text-indent: 0;
	color: #ff6b28;
	text-align: center;
}
p.autor {
	font-size: 0.9em;
	margin: 2em 0 0 0;
	line-height: 1;
	font-weight: normal;
	text-indent: 0;
	color: #111e8e;
	text-align: center;
}
.logo {
	margin: 6em 0 0 0;
	text-align: center;
}
.logo10 {
	display: inline-block;
	margin: 0 auto;
	width: 10%;
}
.logo10 img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* --------------------------------- */
/* Índice */
/* --------------------------------- */
.toc1 {
	font-size: 0.9em;
	text-indent: 0;
	line-height: 1.4;
	margin: 2em 0 0 0;
}
.toc2 {
	font-size: 0.9em;
	text-indent: 0;
	line-height: 1.4;
	margin: 0.5em 0 0 1.5em;
}
.toc3 {
	font-size: 0.9em;
	text-indent: 0;
	line-height: 1.4;
	margin: 0.5em 0 0 3em;
	font-style: italic;
}
/* --------------------------------- */
/* Cuerpo general de texto */
/* --------------------------------- */
p {
	font-size: 1em;
	text-indent: 0;
	line-height: 1.4;
	margin: 0 0 1em 0;
}
.primera {
	margin-top: 30%;
}
/* --------------------------------- */
/* Bibliografía */
/* --------------------------------- */
#bibliography p {
	font-size: 0.9em;
	text-indent: 0;
	line-height: 1.4;
	margin: 0 0 1em 0;
}
#bibliography p.letra {
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 1em 0;
}
/* --------------------------------- */
/* Listas */
/* --------------------------------- */
ul, ol {
	margin: 1.5em 0;
	padding-left: 2em;
}
ul {
	list-style-type: circle;
}
li {
	text-indent: 0;
	line-height: 1.4;
	margin: 0;
}
/* --------------------------------- */
/* Citas y destacados */
/* --------------------------------- */
.destacados {
	color: #ff6b28;
}
.frase {
    width: 20%;
    float: right;
    padding: 1em 0.15em 1.5em 0.15em;
    margin: 0.5em 0 0 1em;
    text-align: right;
    border-top: 0.1em solid #ff6b28;
	hyphens: auto;
	-webkit-hyphens: auto;
}
.frase p {
    font-size: 85%;
    text-align: right;
}
/* --------------------------------- */
/* Tablas e imagen */
/* --------------------------------- */
.tablas {
	margin: 2em auto;
	text-align: center;
	page-break-inside: avoid;
}
table {
	margin: 0 auto;
}
table p {
	font-size: 0.9em;
	text-indent: 0;
	line-height: 1.4;
	margin: 0 0 0 0;
}
td, th {
	border: 1px solid #FFF;
	padding: 0.5em;
	background-color: #ff6b28;
	vertical-align: middle;
}
.pietabla {
	font-size: 90%;
	margin: 0.5em 0 0 0;
}
.imagenes {
	margin: 2em auto;
	text-align: center;
	page-break-inside: avoid;
}
.img100 {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
.img100 &gt; img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* --------------------------------- */
/* Estilos de carácter */
/* --------------------------------- */
i, em, cite {
	font-style: italic;
}
blockquote i, blockquote em, blockquote cite,
i i, i em, i cite,
em i, em em, em cite,
cite i, cite em, cite cite {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}
sup {
	font-size: 80%;
	vertical-align: 20%;
	line-height: 1.2;
}
a {
	color: #ff6b28;
	text-decoration: none;
}
small {
	font-size: 83%;
}