/* ePub base r2.1 ePubLibre - style.css*/ 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 2em; font-family:"ACaslonProRegular", ACaslonProRegular;} /* saltos */ .saltoinicio { margin-top: 25%; } .salto10 { padding-top: 1em; } .salto10 p{ padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p { text-indent: 0; } @font-face { font-family:"ACaslonProRegular"; src:url(../Fonts/ACaslonProRegular.ttf); } .capi { font-size:400%; font-family:"ACaslonProRegular", ACaslonProRegular;} .margen {margin: 2em; font-style: italic;} .fin {margin-top: 2em; font-size: 1.3em; text-align: center; } .portadilla{ margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; text-indent: 0; page-break-before: always; page-break-after: always; } .portadilla img { height: 100%; max-height: 100%; }