/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* ESTILOS GENERALES. */ /* encabezados */ h1 { font-size: 1.25em; margin: 20% 0 0.25em; } h2, h3 { margin: 2.5em 0 1em; } h2 { font-size: 1.2em; } h3 { font-size: 1.15em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; } .dedicatoria p { text-indent: 0; font-style: italic; } /* saltos */ .salto10 { padding-top: 1em; } hr { height: 2.5em; } /* Control de silabeo. */ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } h2 + p, hr + p { text-indent: 0; } /* ESTILOS PERSONALES */ /* cita */ .cita { margin: 10% 3% 0 5%; } .cita p { text-indent: 0; padding-top: 1em; } .lineacorta { margin:0.25em 48%; padding:0.5em 2%; border:0; border-top:3px solid; } .parte { }