/* La definicion de la pagina: Un peque�o margen por todos los lados */ body { border: 0; margin: 0.5% 0 0.5% 0; } /* El texto normal: Sin margenes, identado, justificado y un 0.2 de margen */ p { text-indent: 1.5em; font-size: 1em; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; text-align: justify; } /* Para separar secciones del libro: Primera parte, Segunda parte */ /* Para separar capitulos del libro: Capitulo 1, Capitulo 2 */ h2 { text-indent: 0; font-size: 1.6em; text-align: center; font-weight: bold; margin-top: 20%; margin-bottom: 1em; } /* Para separar subcapitulos del libro: subCapitulo 1, subCapitulo 2 */ /* Subt�tulos */ h4 { text-indent: 0; font-size: 1em; text-align: center; margin-left: 1.2em; margin-right: 1.2em; font-weight: bold; margin-top: 1em; margin-bottom: 2em; } /* Lo usaremos para separacion de tramas con tres asteriscos centrados */ /* Otros estilos*/ .smallcaps { font-size: 0.75em; } .booktitle { text-indent: 0; font-size: 2.6em; text-align: center; font-weight: bold; margin-top: 10%; margin-bottom: 1em; } .bookauthor { text-indent: 0; font-size: 2em; text-align: center; font-weight: bold; margin-top: 10%; margin-bottom: 1em; } .metadata { display: block; font-family: Arial; font-size: 0.8em; margin-bottom: 0.0001pt; margin-left: 1.5em; margin-right: 0.1em; margin-top: 1em; text-align: justify; text-indent: 0; } .TeX { font-family: "TeX"; font-size: 1.04em; } .cap { display: block; clear: both; font-size: 3em; text-indent: 0; margin-top: 2em; float: left; margin: 0; padding: 0.4em 0.1em 0.2em 0; line-height: 0; font-family: "especial"; } .noindent { text-indent: 0; } /* Diferentes alineaciones*/ /* Estilos de fuentes */ i, em { font-style: italic; } b, strong { font-weight: bold; } /* Citas y versos*/ /* Im�genes */ img { border: 1em; border-style: none; text-align: justify; text-indent: 0; margin: 0; max-width: 100%; } @font-face { font-family: "especial"; font-weight: normal; font-style: normal; src: url(../Fonts/titulo.ttf); } @font-face { font-weight: normal; font-style: normal; src: url(../Fonts/titulo.ttf); } @font-face { font-family: "TeX", serif; font-style: italic; font-weight: normal; src: url(../Fonts/Bookerly-RegularItalic.ttf); } @font-face { font-family: "TeX", serif; font-style: normal; font-weight: normal; src: url(../Fonts/Bookerly-Regular.ttf); } @font-face { font-family: "TeX", serif; font-style: normal; font-weight: bold; src: url(../Fonts/Bookerly-Bold.ttf); } @font-face { font-family: "TeX", serif; font-style: italic; font-weight: bold; src: url(../Fonts/Bookerly-BoldItalic.ttf); } @font-face { font-family: "Verdana", serif; font-style: italic; font-weight: normal; src: url(../Fonts/verdanai.ttf) format("truetype"); } @font-face { font-family: "Verdana", serif; font-style: normal; font-weight: normal; src: url(../Fonts/verdana.ttf) format("truetype"); } @font-face { font-family: "Verdana", serif; font-style: italic; font-weight: bold; src: url(../Fonts/verdanaz.ttf) format("truetype"); } @font-face { font-family: "Verdana", serif; font-style: normal; font-weight: bold; src: url(../Fonts/verdanab.ttf) format("truetype"); }