/* ePub base r2.1 ePubLibre - style.css*/ /* El párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* encabezados */ h1 { font-size: 1.3em; margin: 20% 0 1.5em; text-align: left; } /* dedicatoria */ .agradecimiento, .dedicatoria { margin: 25% 7% 0; text-align: center; } /* saltos */ .saltoinicio { margin-top: 25%; } .salto10 { padding-top: 1em; } h1 + p { text-indent: 0; } /* Control de silabeo */ .agradecimiento, .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /*---------------------------YO------------------------*/ .citafuente { text-align: right; margin: 0.5em 4%; } .sal10 p { padding-top:1em; }