/* 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%; orphans: 1; widows: 1; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } h2 { font-size: 1.4em; margin: 4em 0 3em; font-weight:normal; font-family:serif; line-height:1.8em; } h2 small { font-size:0.95em; font-weight:bold; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h2 + p, blockquote p { text-indent: 0; } .centrado { margin:1em 0; font-style:italic; } blockquote, .cita { margin:1em 5%; text-indent:0; font-style:italic; }