/* 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 { font-size:1.3em; margin:3.8462em 0 8em; text-align:left; text-indent:0; } h2 { font-size:1.3em; margin:3.8462em 0 8em; text-align:center; text-indent:0; } /* dedicatoria */ .dedicatoria { margin:5em 1em 0 3em; text-align:right; text-indent:0; font-style:italic; } blockquote { margin:5em 0 0 33%; } blockquote p { text-indent: 0; } blockquote p + p { margin: 1em 1em 0 0; text-align: right; } blockquote p + p + p { font-style: italic; margin-top: 0; }