/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1 { font-size: 1.4em; margin: 25% 0 2em; font-weight: normal; font-family: sans-serif; } h2 { font-size: 1.2em; margin: 2em 0 1em; font-weight: normal; font-family: sans-serif; } .dedicatoria { margin: 25% 0 0 0; text-align: center; } .dedicatoria p { text-align: center; text-indent: 0; } .epigrafe { margin: 20% 0 0 0; text-align: center; } .epigrafe p { text-align: center; text-indent: 0; font-size: 0.9em; } /* saltos */ .saltoinicio { margin-top: 15%; } .salto05 { padding-top: 0.5em; } h1 + p, h2 + p, .imagencentrada + p { text-indent: 0; } .imagencentrada { text-align: center; text-indent: 0; display: block; page-break-inside: avoid; margin: 1em 0 1em 0; font-size: 0.85em; } .ancho100 { width: 100%; } /* 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, .epigrafe { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; }