/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO */ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1, h2 { font-size: 2em; margin: 14% 0 3em; font-family: serif; } /* saltos */ .salto10 { padding-top: 1em; } hr { height: 2.5em; } hr.imagen { width: auto; border: none; margin: 1em 0 1.5em; height: 1em; text-indent: 0; text-align: center; background: url(../Images/asterisco3.png) no-repeat center; background-size: 3em 1em; overflow: hidden; } /* ESTILOS PERSONALES */ .encabezado { font-size:1.1em; margin: 0.5em 0 2em 0; text-align:right; text-indent: 0; } .capit { text-indent:0; font-size:3em; font-family: serif; } .semicapit { text-indent:0; font-size:1.5em; font-family: serif; } .margen { margin:1em 5% 1em 20%; font-family: serif; } blockquote.recuerdo { margin: 1em 2% 1em 6%; } /* dedicatoria */ .dedicatoria2 { margin: 0em 10% 0 10%; text-align: center; } .dedicatoria2 p { text-align: center; text-indent: 0; } .dedicatoria2 { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; }