/* 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; } h2, h3, h4 { margin: 2em 0 0 0; } h2 { font-size: 1.2em; font-style:italic; font-weight:normal; } h3 { font-weight:normal; } .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } hr { height: 2.5em; } hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url("../Images/asterisco3.png") no-repeat center; background-size: 3em 1em; overflow: hidden; } /* cambie la imagen de background a su gusto */ /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p, h3 + p, h4 + p, hr + p, blockquote + p, table + p { text-indent: 0; } /* ----- ESTILOS PERSONALES ----- */ .cit { margin:1.5em; text-indent:0; font-size:0.95em; } .subtit { margin:8% 0 5% 0; font-size:1.05em; text-align:center; font-style:italic; text-indent:0; } .apart { margin:5% 0 3% 5%; font-size:1em; text-indent:0; } .pie { display: block; font-size: 0.8em; text-align: justify; text-indent: 0; margin: 0 0 1em; } .font07 { font-size:.7em; } .capital { font-size:350%; font-weight:normal; float:left; margin:-0.1em 0.125em -0.2em 0; text-indent:0; line-height:1em; height:1em; } /* ----- TABLAS ----- */ table {width:98%; text-align:left; font-size:0.85em; margin:1em 0; page-break-before:always;} th {text-align:left;}