/* 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%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* saltos */ /*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/ h1 + p { text-indent: 0; } @font-face {font-family:"ACaslonBold"; src:url(../Fonts/ACaslonBold.ttf) } .letracap {font-family:"ACaslonBold", ACaslonBold; font-size:400%; float:left; margin:-0.1em 0.05em -0.2em 0; text-indent:0; line-height:1em; height:1em; } .entrada { font-family:"ACaslonBold", ACaslonBold; font-size: 1.5em; margin-top:10%; text-indent:0; text-align:center;} .asteriscos {margin:1.5em 0 1.5em 0; text-indent:0; text-align:center; font-size: 1.4em;}