/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1 { font-size: 1.5em; margin: 20% 0 2em; } .salto10 { padding-top: 1em; } hr { height: 2.5em; } .acotacion, .titulo, .subtitulo, .listano, .verso { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } h1 + p, .subtitulo + p, hr + p { text-indent: 0; } .citacur { display: block; margin: 1em 0 1em 1.5em; font-style: italic; } .acotacion { margin: 25% 5% 0 25%; } .titulo { font-size: 1.5em; margin: 25% 0 2em; text-indent: 0; font-style: normal; font-weight: normal; text-decoration: none; } .subtitulo { margin-bottom: 1em; text-align: left; font-style: italic; text-indent: 0; font-size: 1.1em; } ul.listano { margin-left: 0; list-style-type: none; margin-top: 0.8em; } li.listano { text-indent: -2em; margin-left: 2.5em; margin-top: 0; } .verso { padding: 0.7em 0 0.7em 6em; font-style: italic; } .verso p { text-align: justify; text-indent: -3.5em; } /*CĂ“DIGO PROCEDENTE DEL MANUAL DE EPL */ .imagenesc { display: inline-block; margin: 1em 0; text-indent: 0; } .imagenesc img { width: 100%; } .escalarsvg { width: 30em; max-width: 100%; }