File: /home/iestorre/www2/25aniv/css/proyecto.css
.LHS {
margin-left: 2.5mm;
float: left;
clear: left;
}
.RHS {
margin-right: 2.5mm;
float: right;
clear: right;
}
/* Solo para el navegador Mozilla(CSS2)*/
[class~="LHS"] {
margin-left: 5mm;
}
[class~="RHS"] {
margin-right: 5mm;
}
/* ###### Body Texto ###### */
body {
background-color: white;
color: black;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 95%;
margin: 0;
background-repeat: no-repeat;
background-attachment: scroll;
}
h1, h2, h3 {
font-family: "trebuchet ms", tahoma, sans-serif;
}
.texto {
font-family: "trebuchet ms", tahoma, sans-serif;
}
h1 {
font-weight: bold;
font-size: 150%;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0.5ex;
text-align: center;
}
img {
border: none;
}
q {
font-family: tahoma, verdana, helvetica, arial, sans-serif;
font-weight: bold;
border-style: dotted;
border-width: 2px;
margin: 0 1em 1ex 1em;
padding: 0.5ex 0.5ex 0.5ex 1ex;
width: 9em;
float: left;
}
acronym {
border-bottom-style: dotted;
border-bottom-width: 1px;
cursor: help;
}
code {
font-family: "lucida console", monospace;
font-size: 90%;
}
dt {
font-weight: bold;
}
dd {
padding-bottom: 1.5em;
}
.regis {
font-weight: bold;
font-size: 80%;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0.5ex;
}
.regisError {
font-weight: bold;
font-size: 80%;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0.5ex;
}
#bodyText {
text-align: justify;
line-height: 1.5em;
margin: 10mm 5mm 0 14em;
padding: 0 1em 1ex 1em;
}
#bodyText p {
padding-bottom: 2ex;
}
#bodyText a {
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 1px;
}
#bodyText a:hover {
border-bottom: none;
}
#bodyText .topOfPage {
font-size: 90%;
font-weight: bold;
font-variant: small-caps;
text-decoration: none;
border: none;
padding-left: 1ex;
padding-right: 1ex;
float: right;
}
.smallCaps {
font-variant: small-caps;
}
/* ###### Cabecera ###### */
#header {
border-bottom-style: solid;
border-bottom-width: 2px;
height: 7.5em;
margin-bottom: 5mm;
padding: 0 2.5mm 0 5mm;
background-repeat: no-repeat;
}
.headerTitle {
font-size: 220%;
font-weight: bold;
font-style: italic;
left: -10px;
top: auto;
right: auto;
bottom: auto;
text-align: center;
vertical-align: middle;
position: relative;
width: 456px;
height: 37px;
}
.headerSubTitle{
font-size: 100%;
font-weight: bold;
font-style: italic;
left: -22px;
top: 1px;
right: auto;
bottom: auto;
text-align: center;
vertical-align: middle;
position: relative;
}
.locBar {
float: right;
}
.menuBar *, .locBar * {
text-decoration: none;
font-weight: bold;
padding-right: 1ex;
}
.menuBar a:hover, .locBar a:hover {
text-decoration: underline;
}
/* ###### Side Box ###### */
.sideBox {
border-style: solid none solid none;
border-width: 2px 0 2px 0;
width: 11em;
margin-top: 5mm;
}
.sideBox div {
font-weight: bold;
border-bottom-style: dashed;
border-bottom-width: 1px;
padding: 0.5ex 0.5em 0.5ex 0.75em;
}
.sideBox a, .sideBox a:hover, .sideBox span {
color: black;
text-decoration: none;
line-height: 1.25em;
display: block;
padding: 1.25ex 0.5em 1.25ex 0.75em;
}
.sideBox .thisPage {
font-weight: bold;
}
/* ###### Footer ###### */
#footer {
padding-top: 0.75ex;
padding-bottom: 0.75ex;
clear: left;
}
#footer div {
font-size: 85%;
line-height: 1.25em;
text-align: right;
padding-right: 3mm;
}
#footer a:hover {
text-decoration: none;
}
.footerLHS {
float: left;
clear: left;
padding-left: 3mm;
}
/* ###### Tablas ###### */
th{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #4080ff;
background: #e8f0ff;
border-bottom-width: 1px;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
.cuadro{
border-width: 1;
border-color: #e8f0ff;
border-style:solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
wight:100%
}
input {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #4080ff;
border-width: 1;
border-color: #ffffff;
border-style:solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.boton{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
background: #e8f0ff;
color: #4080ff;
border-width: 1;
border-color: #99CCFF;
}
select {
font-family: Tahoma, Verdana, Arial;
font-size: 11px; color: #4080ff;
background-color: #ffffFF;
border: #ffffFF;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px
}
.error {
color : #FF3366;
text-align : center;
display : block;
font-style : oblique;
}