body { margin: 1em; } /* ENCABEZADOS */ h1 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 3.2em; line-height: 1em; font-weight: bold; margin-top: 10%; margin-bottom: 10%; text-align: right; padding: 0em 0.7em 0em 0em; } h2 { font-size: 1.8em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; line-height: 1em; font-weight: normal; font-style: italic; text-align: center; color: #CCC; margin-top: 20%; } h3 { font-size: 1.2em; font-family: Arial, Helverica, sans-serif; line-height: 1em; font-weight: normal; font-style: normal; text-align: center; margin: 2em 0 20% 0; padding: 0em 2.5em 0em 1.5em; } h4 { font-size: 1em; font-family: Georgia; line-height: 1em; font-weight: bold; font-style: normal; text-align: left; margin: 1em 0 2em 0; padding: 0em 2.5em 0em 2em; } /* ETIQUETAS DE TEXTO */ p { color: black; background-color: white; font-family: Georgia, serif; font-size: 1em; line-height: 1.5em; text-align: justify; text-indent: 1em; border: 0 none; padding: 0em 2.5em 0em 2.5em; } .cita { font-size: 1em; line-height: 1.5em; font-weight: normal; font-style: italic; text-align: center; margin: 0; padding: 1em 2em; } a { color: #00F; text-decoration: none; font-weight: bold; } sup { font-size: 0.8em; line-height: 0.5em; } /* IMÁGENES */ img { max-width: 100%; } /* Float left */ .flimg { max-width: 30% ; float: left; margin: 0 1em 0 0; } .flimg img { width: 100%; } .flp { float: left; margin-right: 0; } /* Float right */ .frimg { max-width: 30% ; float: right; margin: 0 1em 0 0; clear: both; } .frimg img { width: 100%; display: block; } .frp { float: right; margin: 0; } /* Anchura */ .mw15 { max-width: 15%; padding-left: 2em; } /* ALINEACIÓN */ .derecha { text-align: right; } .centro { text-align: center; } .left { text-align: left; } /* CITA */ .citanodestacada { padding: 2em 2.5em; } /* COLOR */ .gris { color: #BCBCBC; } /* INDENT */ .indent { text-indent: 1em; } .noindent { text-indent: 0; } .indent2 { text-indent: 2em; } .clearl { clear: left; } /* LISTAS */ ul { list-style-type: circle; } li { padding: 0.2em; margin: 0 2.5em 0 1.2em; text-align: justify; line-height: 1.5em; } .none { list-style-type: none; } .letra { list-style-type: lower-alpha; } /* FORMATO */ .bold { font-weight: bold; } .cursiva { font-style: italic; } .normal { font-weight: normal; } .subrayado { text-decoration: underline; } .block { display: block; } /* MÁRGENES */ .cero { margin: 0; padding: 0; } .top0 { margin-top: 0; } .top1 { margin-top: 1em; } .top2 { padding-top: 2em; } .top20 { margin-top: 20%; } .top30 { margin-top: 30%; } .top40 { margin-top: 40%; } .bot15 { margin-bottom: 15%; } .bot30 { margin-bottom: 30%; } .l5 { margin-left: 5em; } .l30 { margin-left: 30%; } .l40 { margin-left: 40%; } .r5 { margin-right: 5em; } .r30 { margin-right: 30%; } .r40 { margin-right: 40%; } /* TAMAÑO DE LETRA */ .font15 { font-size: 1.5em; } .font20 { font-size: 2em; } .font26 { font-size: 2.6em; } /* LETRA CAPITAL */ .capital { margin: 0; font-size: 1.2em; text-align: left; font-style: italic; font-weight: bold; }