body{
    font-family: Arial;
    font-size: 12px;
}
p{
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    text-indent: 2em;
}
.titulo{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #3574AA;
    background-color: #D0D0D0;
}
a.menu{
    font-family: Arial;
    color: white;
    font-size: 10px;
    text-decoration:none;
}
a.menu:hover{
    color:blue;
    background-color:white;
}
a{
    font-family: Arial;
    color: #4040F0;
    font-size: 11px;
    text-decoration:none;
}
a:hover{
    color:blue;
    background-color:white;
}


a.pie{
    font-family: Arial;
    color: #4040F0;
    font-size: 9px;
    text-decoration:none;
}
a.pie:hover{
    color:blue;
    background-color:white;
}
td.pie{
    font-family: Arial;
    font-size: 9px;
    color: #000000;
}
td.fecha{
    font-family: Arial;
    font-size: 9px;
    color: #E0E0E0;
    /*align:right;*/
}
ul{
    font-family: Arial;
    font-size: 12px;
}