/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* saltos */ .saltoinicio { margin-top: 25%; } hr { height: 2.5em; } h1 + p { text-indent: 0; } .capitular { float: left; margin: 0 0.5em -0.1em 0; }