body {
    background-color:#F4F4F4;
    color:#333333;
    font-family:'Trebuchet MS';
}
a:link.menu {
    color:white;
    text-decoration:none;
}
a:hover.menu {
    color:yellow;
    text-decoration:underline;
}
a:active.menu { 
    color:red; 
}
a:visited.menu {
    color:yellow;
}

.titulo1 {
    font-family:'Trebuchet MS';
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:#476EB2;
}
.titulo2 {
    font-family:'Trebuchet MS';
    font-size:18px;
    font-weight:bold;
    color:#235387;
}
/*********************************************************************/
.tabla_datos {
    margin: 0px; 
    border: 1px solid #313131;
}
    /*
    En Explorer no funcionan las filas pares e impares:
    tr:nth-child(odd){ background: #000000; color: #FFFFFF; }
    tr:nth-child(even){ background: #FFFFFF; color: #000000; }
    */
    .tabla_datos th {
        font-size: 95%;
        background-color: #A3A3A3;
        padding: 3px 5px;
        border: 1px solid #EAEAEA;
    }
    .tabla_datos th a:link, a:visited, a:active, a:hover{
        color: #0000E9;
    }
    .tabla_datos td {
        font-size: 95%;
        border: 1px solid #A3A3A3;
        padding: 3px 5px;
        text-align: left;
    }
    
.tabla_datos_2 {
    margin: 0px; 
    border: 1px solid #313131;
}
    .tabla_datos_2 th {
        font-size: 80%;
        background-color: #EAEAEA;
        padding: 3px 5px;
        border: 1px solid #A3A3A3;
    }
    .tabla_datos_2 th a:link, a:visited, a:active, a:hover{
        color: #0000E9;
    }
    .tabla_datos_2 td {
        font-size: 80%;
        border: 1px solid #A3A3A3;
        padding: 3px 5px;
    }
/*********************************************************************/
