/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1, h2 { font-size: 1.3em; margin: 15% 5% 1em; font-weight: normal; text-align: center; } h1 span, h2 span { display: block; margin-bottom: 1em; } h1.parte { margin: 30% 10% 0; } h3 { margin: 2em 0 0.7em; font-size: 1.1em; font-weight: normal; text-align: left; } .intro { font-size: 0.85em; line-height: 1.5; text-align: center; text-indent: 0; margin: 2em 5% 1em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 35%; text-align: right; font-style: italic; } .dedicatoria p { text-align: right; text-indent: 0; } hr { height: 2.5em; } hr.linea { width: 25%; margin: 1em 37.5%; height: 0; border: none; border-top: 0.125em solid grey; } h1 + p, h2 + p, h3 + p, hr + p, blockquote + p, .imagencentrada + p { text-indent: 0; } .imagencentrada { text-align: center; text-indent: 0; display: block; margin: 1em 0 1em 0; page-break-inside: avoid; break-inside: avoid; } .imagencentrada p { text-indent: 0; font-size: 0.85em; font-family: sans-serif; } ol.tabla li { margin-bottom: 0.75em; font-size: 0.85em; font-family: sans-serif; } blockquote.tabla { margin: 1em 5%; font-size: 0.85em; font-family: sans-serif; } .francesa { padding-left: 5%; text-indent: -1.5em; } .francesa p { text-indent: -1.5em; margin-top: 0.75em; font-size: 0.95em; } /* 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, .imagencentrada, .intro { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; }