/* 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. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA */ /* Encabezados */ h1 { font-size: 1.5em; margin: 20% 0 0.4em; font-weight: normal; } h2 { margin: 20% 0 2em; font-size: 1.3em; font-weight: normal; } /* Dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* Saltos */ .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } /* Etiqueta hr */ hr { height: 2.5em; } hr.linea { width: 10%; margin: 0 45% 3em; height: 0; border: none; border-top: 0.09em solid black; } /* Control de silabeo */ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* Asangre en parrafos */ h2 + p, hr + p { text-indent: 0; } /* ESTILOS CREADOS */ .firma { text-indent: 0; text-align: right; margin-top: 1.5em; } .cit1 { margin: 1em 0 1em 3em; font-style: italic; font-size: 0.95em; } .cit1, .cit1 p { text-indent: 0; } .tit1 { margin: 2em 0 1.5em; text-align: center; font-size: 1.3em; text-indent: 0; }