/* 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%; orphans: 1; widows: 1; } /* Estilo de párrafo aleman o moderno. Apto para obras como manuales, obras de referencia, obras científicas o técnicas, etc.*/ /* encabezados */ h1 { font-size: 2.3em; margin: 2em 0 1.25em; font-family: "Mandarin"; } /* saltos */ .salto15, .salto15 p + p { padding-top: 1.5em; text-indent: 0; } .salto15-b { margin-top: 1.5em; text-indent: 0; } /* imágenes simples */ .ilustra, .ilustra p { margin: 0.5em 0; text-align: center; text-indent: 0; } .flotader { float: right; max-width: 40%; text-indent: 0; } .flotaizq { float: left; text-indent: 0; } .flotaizq img { height: 100%; } .corre { page-break-inside: avoid; } .corre div { float: left; clear: left; margin: 0 0 -10000px; text-indent: 0; } .corre div + div { visibility: hidden; margin: 0; } .corre div img { height: 100%; } .corre div + div img { height: 17.7419%; } .corre div + div + div img { height: 17.4731%; } .corre div + div + div + div img { height: 64.785%; } .fin { display: inline-block; text-align: center; height: 100%; width: 100%; } .fin img { max-width: 65%; vertical-align: middle; } .fin img + img { height: 100%; width: 0.1px; visibility: hidden; } /* Clases */ h1 + p, .salto15 p { text-indent: 0; } big { float: left; font-family: "Mandarin"; font-size: 4.7em; margin: 0.1em 0 0; padding: 0.13em 0 0; } big.guion { font-size: 1.56em; margin: 0.5em 0 0; padding: 0.4em 0 0; } .centrado { margin-top: 7.5em; } @font-face { font-family: "Mandarin"; src: url(../Fonts/MandarinWhispers.ttf); }