/* 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-family: "Honey Script"; font-style: normal; font-weight: bold; font-size: 2.8em; text-indent: 0em; margin: 30% 0 2em; } h2 { font-family: "Honey Script"; font-style: normal; font-weight: bold; font-size: 2.5em; margin: 0.2em 0 1.5em; } .capitular { font-size: 2.5em; font-family: "Honey Script"; font-style: normal; font-weight: bold; line-height: 1.2; margin-right: 0; } .semicapitular { font-size: 1.8em; font-family: "Honey Script"; font-style: normal; font-weight: bold; line-height: 1.2; margin-right: 0; } /* saltos */ .salto10 { padding-top: 1em; } /* ESTILOS PERSONALES */ blockquote.carta { margin-top: 1em; margin-right: 9%; margin-bottom: 1em; margin-left: 12%; font-style: italic; font-family:serif; font-size:0.9em; } blockquote.carta i { font-style: normal; } blockquote.cancion{ margin-top: 1em; margin-right: 9%; margin-bottom: 1em; margin-left: 20%; font-style: italic; text-indent: 0em; } .icono { display: block; text-align: center; text-indent: 0em; margin: 3em 0 0em; } .asterisco { display: block; text-align: center; text-indent: 0em; margin: 1em 0 1.5em; } /* fuente */ @font-face { font-family: "Honey Script"; font-style: normal; font-weight: bold; src: url(../Fonts/HoneyScript-B.ttf); }