/* ePub base r2.0 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO */ p { margin: 0; text-align: justify; text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } h2, h3 { margin: 2em 0 1em; } h2 { font-size: 1.3em; } h3 { font-size: 1.1em; } /* saltos */ hr { height: 2.5em; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } h1 + p, h2 + p, h3 + p, hr + p, blockquote + p, ol + p { text-indent: 0; } blockquote { font-size: 0.9em; }