/* 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.5em; margin:20% 0 2em; } /* dedicatoria */ .dedicatoria { margin:25% 3% 0 15%; text-align:right; text-indent:0; font-style:italic; } /* saltos */ .salto25 { padding-top:2.5em; } /* imágenes simples */ .portadilla { display: inline-block; text-align: center; height: 100%; width: 100%; text-indent: 0; } .portadilla img { max-width: 98%; vertical-align: middle; } .portadilla img + img { height: 100%; width: 0.1px; visibility: hidden; }