/* 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:1.25; orphans:1; widows:1; } /* ESTILOS GENERALES */ /* encabezados */ h1 { margin:25% 0 2em; font-size:1.5em; } .titul { padding-top:1em; text-align:left; font-weight:bold; page-break-after:avoid; page-break-inside:avoid; } .subtit { margin:-2em 0 2.5em; text-align:center; text-indent:0; font-size:1.1em; } /* saltos */ .salto05 { padding-top:0.5em; } /* control de silabeo */ h1, table, .titul, .subtit, .epgf p, .vrsos p { adobe-hyphenate:none; -epub-hyphens:none; -ms-hyphens:none; -moz-hyphens:none !important; -webkit-hyphens:none !important; hyphens:none !important; } /* ESTILOS PERSONALES */ @font-face { font-family:"TimesGreek"; font-style:normal; font-weight:normal; src:url(../Fonts/TimesGreek.ttf); } .grk { font-family:"TimesGreek", TimesGreek, serif; font-style:normal; font-weight:normal; } .crta { margin:1em 0 1em 1.5em; font-size:0.95em; } .epgf { margin:1.5em 0.5em 2em 10%; font-style:italic; font-size:0.95em; } .epgf p { text-align:right; text-indent:0; } .espizq { padding-left:3em; } .vrsos { margin:1em 0 1em 4em; font-style:italic; } .vrsos p { margin:0; text-align:left; text-indent:-2.65em; font-size:0.95em; }