/* 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 { margin:10% 0 20%; text-align:left; } /* saltos */ .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; text-indent:0; } /* imágenes simples */ .portada { display: inline-block; height: 100%; text-align: center; width: 100%; } .portada img { max-width: 90%; vertical-align: middle; } .portada img + img { height: 100%; visibility: hidden; width: 0.1px; } h1 + p, .subtit + p, blockquote + p { text-indent: 0; } blockquote { margin:2.5em 0; text-indent:0; } blockquote p { font-style: italic; margin-top: 1em; text-indent: 0; } blockquote p + p { font-style: normal; } blockquote p + p + p + p { margin-top: 0; text-indent: 1.5em; } .subtit { color: grey; font-size: 1.3em; margin: -18% 0 15%; text-align: left; text-indent: 0; } .derecha { margin-top: 1em; }