/* 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 { text-indent: 0; font-family: serif; color: #124f9f; margin: 20% 4% 1em; font-size: 1.6em; font-weight: bold; text-align: left; padding-left: 5px; border-left: 3px solid; line-height: 1.8em; } h2, h3 { color: #124f9f; margin: 10% 25% 1.5em; font-size: 1.4em; font-family: serif; border-bottom: 3px solid; padding-bottom: 5px; } .subtit { margin: 1.3em 6%; font-size: 1.4em; text-align: left; text-indent: 0; } .subtit1 { margin: 1.3em 6%; font-size: 1.4em; text-align: left; text-indent: 0; border-bottom: 0; } .subtit { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* siguiente párrafo asangre */ h1 + p, h2 + p, h3 + p, blockquote + p, .subtit + p { text-indent: 0; } /* bloques */ .cita { margin:1em 4% 1.5em 4%; } .cita p { font-size: 90%; text-indent: 0; text-align: right; } .capital { font-weight: bold; float: left; margin: -0.1em 0.3% -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; font-size: 300%; } @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, h2, h3 { font-family: "OrigGarmnd BT"; }