/* 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; } /* saltos */ .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; font-style: italic; } /* imágenes simples */ .ilustra { margin: 0; text-align: center; text-indent: 0; display: block; } .ilustra img { width: 100%; height: 30%; } .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } .portadilla { margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; text-indent: 0; page-break-before: always; page-break-after: always; } .portadilla img { height: 100%; max-height: 100%; } .capi { font-size:250%; float:left; margin:-0.1em 0.1em -0.25em 0; text-indent:0; line-height:1em; height:1em; font-weight: bold; } .margen {margin-left: 20%; font-style: italic; }