/* 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.8em; margin: 20% 0 2em; text-align: left; font-family: "georgia", georgia; } h2, h3, h4 { margin: 2em 0 1em; font-family: "georgia", georgia; } h2 { font-size: 1.5em; text-align: left; } h3 { page-break-before: always; font-size: 1.2em; text-align: left; } h4 { font-size: 1.35em; margin-bottom: 2em; } h4 + p { text-indent: 0; } /* Fuentes */ @font-face { font-family: "georgia"; font-style: normal; font-weight: bold; src: url(../Fonts/Georgia_Bold.ttf); }