/* Core html */
html { height: 100%; margin-bottom: 1px; }
form { margin: 0; padding: 0; }
body {
font-size: 76%;
height: 100%;
margin: 0;
}
body.activo {background: #ebebeb;}
p {
color: #000000;
margin: 0.5em 0 1em 0;
text-align: left;
}
a {
color: #2f3877;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: none;
}
div, table, td, th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4em;
margin: 0.2em 0 0 0;
color: #2F3877;
}
h1 { font-size: 140%; border-bottom: 1px solid #FF6600;}
h2 { font-size: 120%; border-bottom: 1px solid #FF6600;}
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%;  }
h6 { border: 0; font-size: 90%; }

/*Layout*/
#wrapper {
width: 770px;
margin: 0 auto 0 auto;
}