/* 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%; } /* encabezados */ h1 { font-size: 1.6em; margin: 20% 0 2em; color: #505050; font-style: italic; text-align: left; } /* saltos */ hr { height: 2.5em; } /* siguiente párrafo asangre */ h1 + p, hr + p, blockquote + p { text-indent: 0; } .cita { margin: 1.5em 0 1.5em 8%; font-size: 90%; text-indent: 0; } .cita p { text-indent: 0; } .capital, .precapital { font-weight: bold; float: left; margin: -0.1em 0.3% -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; } .capital { font-size: 300%; } .precapital { font-size: 180%; } /* fuentes */ @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: bold; src: url(../Fonts/GaramondOriginal-B.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: bold; src: url(../Fonts/GaramondOriginal-BI.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: normal; src: url(../Fonts/GaramondOriginal-I.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: normal; src: url(../Fonts/GaramondOriginal.ttf); } p, h1 { font-family: "OrigGarmnd BT"; }