/* ePub base r2.0 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; } /* encabezados */ h1 { border-bottom: 2px solid grey; font-family: "Benguiat", Benguiat; font-size: 2em; line-height: 2em; margin: 25% 2em 3em; } /* dedicatoria */ .dedicatoria { margin: 5em 1em 1.5em; text-align: right; text-indent:0; font-style:italic; } /* saltos */ .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } @font-face { font-family: "Benguiat"; font-weight: bold; src: url(../Fonts/Benguiat-Bold.ttf); } .citas { margin: 5em 0 0 33%; }