/* 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:2em; font-family: "Verdana"; font-size:0.89em; margin-left:1.5em; margin-right:1.8em; margin-top:0.4em; margin-bottom: 0.4em; text-align:justify; } /* Para separar secciones del libro: Primera parte, Segunda parte */ h1 { text-indent:0; font-family: "Titulo"; font-size: 3em; text-align: center; font-weight: bold; margin-top: 20%; margin-bottom: 1em; color: #8A0808 } /* Para separar capitulos del libro: Capitulo 1, Capitulo 2 */ h2 { text-indent:0; font-family: "Titulo"; font-size: 3em; text-align: center; font-weight: bold; margin-top: 20%; margin-bottom: 1em; color: #8A0808 } /* Para separar subcapitulos del libro: subCapitulo 1, subCapitulo 2 */ h3 { text-indent: 0; font-family: "Titulo"; font-size: 2em; text-align: center; margin-left: 1.2em; margin-right:1.2em; font-weight: bold; margin-top: 3em; margin-bottom: 1em; color: #8A0808 } /* Subt�tulos */ h4 { text-indent: 0; font-family: "Titulo"; font-size: 1.6em; text-align: center; margin-left:1.2em; margin-right:1.2em; font-weight: bold; margin-top: 1em; margin-bottom: 2em; color: #8A0808 } /* Lo usaremos para separacion de tramas con tres asteriscos centrados */ h5 { text-indent: 1em; font-size: 1.0em; text-align: center; font-weight: bold; margin: 0.2em; color: #8A0808 } /* Otros estilos*/ .booktitle { text-indent:0; font-family: "Titulo"; font-size: 2.6em; text-align: center; font-weight: bold; margin-top: 10%; margin-bottom: 1em; color: #8A0808 } .bookauthor { text-indent:0; font-family: "Titulo"; font-size: 2em; text-align: center; font-weight: bold; margin-top: 10%; margin-bottom: 1em; color: #8A0808 } .metadata { display: block; font-family: Arial; font-size: 0.8em; margin-bottom: 0.0001pt; margin-left: 1.5em; margin-right: 0.1em; margin-top: 1.0em; text-align: justify; text-indent: 0.0em; } .TeX { font-family: "TeX"; font-size:0.94em; color: #08088A } .special { font-family: "especial"; font-size:1.1em; text-align:justify; } .cap { display: block; clear: both; font-size: 3.0em; text-indent:0.0em; margin-top: 2em; float: left; margin: 0em; padding: 0.4em 0.1em 0.2em 0em; line-height: 0.0em; font-family: "especial"; } /* Diferentes alineaciones*/ .c {text-align: center; text-indent:0} .r {text-align: right; text-indent:0} /* Estilos de fuentes */ i, em {font-style: italic;} b, strong {font-weight: bold;} /* Citas y versos*/ blockquote { font-size:0.94em; text-indent: 1.2em; margin-top: 0.8em; margin-bottom: 0.8em; margin-left: 2.5em; margin-right: 2.0em; text-align: justify; font-weight: normal; font-style: normal; color: #000099; } /* Im�genes */ img { border: 1em; border-style: none; text-align: justify; text-indent: 0; margin: 0; max-width: 100%; } pre { font-family: monospace; font-size: 0.85em; line-height: 1.2em; text-align: left; white-space: pre; margin-top: 1em; margin-bottom: 1em; padding: 1.5em; border: 1px black solid; } ol, ul { margin: 0.5em 1em 0.5em 3em; padding: 0; } dl { margin: 0.5em 2em 0.5em 2em; } table { font-size: 1em; line-height: 1.4em; margin-top: 1em; } code, tt { font-family: monospace; } li, dt, dd { margin-top: 0.2em; margin-bottom: 0.2em; text-align: justify; } dt { font-weight: bold; } @font-face { font-family: "especial"; font-weight: normal; font-style: normal; src: url(../Fonts/paramoun.ttf) } @font-face { font-family: "Titulo"; font-weight: normal; font-style: normal; src: url(../Fonts/paramoun.ttf) } @font-face { font-family: "TeX", serif; font-style: italic; font-weight: normal; src: url(../Fonts/texgyrepagella-italic.otf); } @font-face { font-family: "TeX", serif; font-style: normal; font-weight: normal; src: url(../Fonts/texgyrepagella-regular.otf); } @font-face { font-family: "Tex", serif; font-style: normal; font-weight: bold; src: url(../Fonts/texgyrepagella-bold.otf); } @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"); }