p, td  {  
    line-height: 15px; 
    color:#3886C8; 
    font-size: 12px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
}
body  { 
    line-height: 15px; 
    margin: 0px; 
    padding: 0px; 
    color: #3886C8; 
    font-size: 12px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    background-color: #ffffff;
}

a, a:active, a:link, a:visited, a:focus { 
    color: #3886C8; 
    text-decoration: underline; 
}

a:hover  { 
    color: #57AEEA; 
    text-decoration: underline; 
}

a.nav, a.nav:active, a.nav:link, a.nav:visited, a.nav:focus {
    font-size: 13px; 
    color: #3886C8; 
    text-decoration: none; 
}


a.nav_s, a.nav_s:active, a.nav_s:link, a.nav_s:visited, a.nav_s:focus { 
    font-size: 13px;
    color: #3886C8;
    font-weight: bold; 
    text-decoration: none; 
}

h1 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #ffffff;
    font-size: 11px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    margin-top:0px;
    margin-bottom:0px;
    color: #ffffff;
    font-size: 13px;
}        

ul {
    margin:0px;
    margin-left: 14px;
    padding:0px;
    list-style-position: outside;
    list-style-type: square;

}


/* FORMULAR ------------------------------------------------------------------------ */

input {
    padding-left: 2px;
    background-color: #FFFFFF;
    border: 1px solid #3886C8;
    margin-bottom: 2px;
}