/* ePub base r2.1 ePubLibre - style.css*/
/* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/
p { margin:0; text-align:justify; text-indent:1.5em; line-height:125%; }
/* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/
/* encabezados */
h1 { font-size:1.5em; margin:20% 0 2em; }
h2 { margin:2em 0 1em; font-size: 1.4em; }
/* dedicatoria */
.dedicatoria { margin:25% 3% 0 15%; text-align:right; }
/* saltos */
.salto10 {
padding-top: 1em;
}
.salto25 {
padding-top: 2.5em;
}
/* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */
hr { height:2.5em; }
/* 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. ELIMINAR SI NO SE USAN */
hr + p { text-indent:0; }
/* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena
. Puede agregar otros estilos a la lista. */
/* Aumentar tamaño letra inicial */
.precapital { font-size:200%; font-weight:bold; margin:-1.6px 2px -3.2px 0; text-indent:0; line-height:1em; height:1em; }
.capital { font-size:300%; font-weight:bold; margin:-1.6px 2px -3.2px 0; text-indent:0; line-height:1em; height:1em; }
/* Distintos sangrados */
.sangrado { margin-left:32px; }
div.sangrado_curs { margin-left:32px; font-style: italic; }
.alto_imagen { height:15px; width:auto; }