/* 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. */ /* encabezados */ h1 { font-size: 1.66667em; font-weight: normal; line-height: 1.2; margin: 15% 0 1em; text-indent: 0; } /* saltos */ hr { height: 2.5em; } /* Siguiente párrafo asangre */ h1 + p, hr + p { text-indent: 0; } .capitular { font-size: 300%; font-weight: bold; } /* Definición de 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"; }