/* 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 { font-size:1.4em; font-weight:normal; margin:25% 0 20%; } h2 { color:#595959; font-size:3em; font-weight:normal; margin:25% 0 20%; } /* saltos */ .salto25 { padding-top: 2.5em; } /* ----- ESTILOS PERSONALES ----- */ .tit1a { color:#595959; font-size:1.3em; font-weight:normal; margin:30% 0 0%; } .tit1b { text-indent: 0; text-align: center; color:black; display:block; font-size:1.95em; margin-bottom: 5%;} .tit2a { color:#595959; font-size:3em; font-weight:normal; margin:25% 0 0; } .tit2b { text-indent: 0; text-align: center; color:black; display:block; font-size:1.5em; margin-bottom:20%;} .imagen { margin:1em 0; text-align:center; text-indent:0; } .subtitulo { font-size:1.2em; font-style:italic; text-align:center; text-indent:0; } .dedicatoria { margin:20% 3% 0; text-indent:0; } .dedicatoria p { text-indent:0; }