/* ePub base r2.1 ePubLibre - style.css*/
/*ESTILO DE PÁRRAFO POR DEFECTO*/
p {
margin: 0;
text-align: justify;
text-indent: 2.6em;
line-height: 125%;
}
/* ESTILOS GENERALES. */
/* encabezados */
h1 {
font-size: 1.66667em;
margin: 12.3em 0 2em;
}
h2 {
font-size: 1.29167em;
margin: 5em 0 1em;
}
/* dedicatoria */
.dedicatoria {
margin: 25% 3% 0 15%;
text-align: right;
font-style: italic;
}
.dedicatoria p {
text-align: right;
text-indent: 0;
}
/* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. */
hr {
height: 2.5em;
}
hr.imagen {
width: auto;
border: none;
margin: 1em 0;
height: 1em;
text-indent: 0;
text-align: center;
background: url(../Images/asterisco3.png) no-repeat center;
background-size: 4em 1em;
overflow: hidden;
}
/* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */
.dedicatoria {
adobe-hyphenate: none;
-ms-hyphens: none;
-moz-hyphens: none;
-webkit-hyphens: none;
-epub-hyphens: none;
hyphens: none;
}
/* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. */
h1 + p, hr + p, .subh2 + p {
text-indent: 0;
}
.agradecimientos {
font-size: 1.29167em;
font-weight: bold;
margin: 2em 0 0.5em;
}
.agrad p {
text-indent: 3.3em;
}
.asangre1 {
text-indent: 0;
margin: 0 0 6pt;
}
.cita {
margin-top: 17.5em;
}
.fin {
font-size: 1.29167em;
font-style: italic;
margin-top: 0.8em;
text-align: center;
}
.nota_l p {
text-indent: 3.3em;
margin: 0 0 6pt;
}
.prologo {
font-size: 1.29167em;
font-weight: bold;
margin: 5em 0 4em;
}
.subh2 {
font-size: 1.29167em;
font-style: italic;
text-align: center;
font-weight: bold;
line-height: 1.2;
margin-bottom: 2em;
text-indent: 0;
}
.subtit {
font-size: 1.66667em;
font-style: italic;
text-align: center;
font-weight: bold;
line-height: 1.2;
}