/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ /* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* encabezados */ h1, h2 { color: #124f9f; text-align: center; text-indent: 0; font-weight: normal; font-family: serif; } h1 { margin: 20% 4% 1em; font-size: 1.5em; } h2 { margin: 20% 4% 0; font-size: 1.3em; } /* saltos */ .saltoinicio { margin-top: 25%; } hr { height: 2.5em; } /* Asangre subsiguiente */ h1 + p, h2 + p, hr + p, blockquote + p, .fechadiario + p { text-indent: 0; } /***** Titulares *****/ p.subtit { font-size: 1.2em; color: #124f9f; margin: 0 4% 1em; text-align: center; text-indent: 0; } /*********** Cita ************/ div.divcita { padding-top: 11em; } p.cita { color: black; font-family: "Perpetua", serif; font-size: 0.91em; font-style: normal; font-weight: normal; line-height: 1.3; margin: 0 0 0 38%; text-align: justify; text-decoration: none; text-indent: 0; } p.firmacita { color: black; font-family: "Perpetua", serif; font-size: 0.91em; font-style: normal; font-weight: normal; line-height: 1.3; margin: 0.6em 8% 0 0; text-align: right; text-decoration: none; text-indent: 0; } blockquote.menorin { font-size: 0.91em; line-height: 1.428; margin: 0 0 0 8%; text-align: justify; text-indent: 8%; } p.fechadiario { color: #124f9f; font-style: italic; margin: 2em 6% 1.3em 0; page-break-after: avoid; text-align: right; text-indent: 0; } @font-face { font-family: "Perpetua"; font-style: normal; font-weight: bold; src: url(../Fonts/Perpetua-B.ttf); } @font-face { font-family: "Perpetua"; font-style: italic; font-weight: bold; src: url(../Fonts/Perpetua-BI.ttf); } @font-face { font-family: "Perpetua"; font-style: italic; font-weight: normal; src: url(../Fonts/Perpetua-I.ttf); } @font-face { font-family: "Perpetua"; font-style: normal; font-weight: normal; src: url(../Fonts/Perpetua.ttf); } h1, h2, p { font-family: "Perpetua"; }