/* 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; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* Control de silabeo.*/ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* Cita inicial, epígrafes */ blockquote.epigrafe {margin-top:4em; margin-left: 15%; margin-right: 0; margin-bottom:1.5em; } blockquote.epigrafe p {font-size:0.9em;} blockquote.verso {margin:1em 0 1em 5em;} blockquote.verso p {text-align:justify; text-indent:-2.5em; font-style:italic;} .cap {margin-bottom:2em; text-align:left;}