/* ePub base r2.0 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ p { margin: 0; text-align: justify; text-indent: 1.5em; } /*ESTILOS GENERALES*/ /* Encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* Dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* Saltos */ .saltoinicio { margin-top: 25%; text-indent: 0; } .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* Etiqueta hr */ hr { height: 2.5em; } hr.linea { width: 10%; margin: -3em 45% 0; height: 0; border: none; border-top: 0.08em solid black; } /* Control de silabeo */ .dedicatoria, .subt1, .subt2 { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /*ESTILOS PERSONALES*/ /* Generales */ .cit1, .cit2, .cit2 p, .cit3 { text-indent: 0; } .cit1 { text-align: right; margin-top: 7%; } .cit1 p { text-align: right; } .cit2 { margin: 1.5em 0 1.5em 2.5em; font-size: 0.9em; } .cit3 { margin: 1.5em 2.5em; font-style: italic; } .firma { text-indent: 0; text-align: right; margin:1em; } .firma p { text-indent: 0; text-align: right; } /* Subtítulos */ .subt1 { text-indent: 0; font-weight: bold; margin: 1.5em 0 0.5em; font-size: 1.2em; } .subt2 { text-indent: 0; font-weight: bold; margin: 10% 0 1em; font-size: 1.4em; text-align: center; }