/* ePub base r2.1 ePubLibre - style.css*/ /* 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%; } /* encabezados */ h1 { border: 1px solid black; font-size: 2em; font-weight: normal; margin-top: 4em; padding: 1em; } h2, .hachedos { font-size: 1.29167em; line-height: 1.2; margin: 4em 0 0; font-weight: normal; border: none; padding: 0; } h2 + p { font-size: 1.66667em; line-height: 1.2; margin: 1em 0; text-align: center; text-indent: 0; } .hachedos + p { margin-top: 1.6667em; } /* saltos */ .salto10 { padding-top: 1em; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p + p { text-indent: 0; }