/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO */ /* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p {margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%;} /* Estilo de párrafo aleman o moderno. Apto para obras como manuales, obras de referencia, obras científicas o técnicas, etc.*/ /* p {margin: 1em 0; text-align:justify; text-indent:0; line-height: 125%;} */ /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 {font-size: 1.5em; margin: 20% 0 1em;} /* dedicatoria */ .dedicatoria {margin: 25% 3% 0 15%; text-align: right;} .dedicatoria p {text-align: right; text-indent: 0;} /* Control de silabeo. */ .dedicatoria {adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none;} /* saltos */ .salto10 {padding-top: 1em;} .salto25 {padding-top: 2.5em;} /*** ESTILOS PERSONALES. ELIMINAR SI NO SE USAN ***/ .captitind {font-size:1.4em; font-style:normal; font-weight:normal; margin-bottom:1.8em; text-decoration:none; }