/* 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:1em; margin:0.1em; text-align:justify} /* Para separar secciones del libro: Primera parte, Segunda parte */ h1 {text-indent:0; font-size: 2em; text-align: center; font-weight: bold; margin-top: 25%; margin-bottom: 1em; } /* Para separar capitulos del libro: Capitulo 1, Capitulo 2 */ h2 {text-indent:0; font-size: 1.7em; text-align: center; font-weight: bold; margin-top: 25%; margin-bottom: 1em; } .t1 {height:2.4em; border: 0.1em solid #000; display: block; margin-bottom: 2em; margin-top: 4em; background-color:#FFF; } .t2 {float:left; font-weight: normal; margin-top:2.2em; margin-left:-0.15em; margin-bottom: 0; padding-right: 1em; padding-left: 0; padding-bottom: 0; padding-top: 0; font-size:0.8em; background-color:#FFF; } .t3 {line-height: 100%; font-style:normal; font-weight: normal; text-transform:uppercase; font-size:3em; margin-right:0; margin-top:0; margin-bottom: 0; float:left; padding:0; background-color:#FFF;} /* Para separar subcapitulos del libro: subCapitulo 1, subCapitulo 2 */ h3 {text-indent: 2em; font-size: 1.2em; text-align: left; font-weight: bold; margin-top: 3em; margin-bottom: 1em;} /* Separadores dentro del texto: tres asteriscos centrados */ h4 {text-indent: 0; font-size: 1.2em; text-align: center; font-weight: bold; margin-top: 1em; margin-bottom: 2em;} /* Subtitulo: el corto texto que va despues del titulo */ h5 {text-indent: 1em; font-size: 1.2em; text-align: justify; font-weight: bold; margin: 1em} h6 {text-indent: 1em; font-size: 1em; text-align: justify; font-weight: bold; margin-top: 1em} sup {font-size: 0.5em; vertical-align:super;} sub {vertical-align: baseline; font-size: 0.6em; position: relative; botton: 0.7em;} a {text-decoration: none} /* Diferentes alineaciones (valen para todas las etiquetas de bloque) */ .l {text-align: left} .c {text-align: center; text-indent:0} .r {text-align: right; text-indent:0} blockquote {text-indent: 1.2em; margin-top: 0.8em; margin-bottom: 0.8em; margin-left: 2.5em; margin-right: 1em; text-align: justify; font-weight: normal; font-style: normal;} img { border: 1em; border-style: none; text-indent: 0; margin: 0; } cite { font-style: normal; font-weight: normal; margin: 2.5em; text-align: justify} 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-top: 0.8em; margin-bottom: 0.8em; margin-left: 2.5em; margin-right: 1em; 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-left: 2.5em; margin-top: 0; margin-bottom: 0; text-align: justify; } dt { font-weight: bold; }