BODY {
    color : black;
    font-size : 12px;
    font-family : Verdana;
}
A{
    text-decoration:none;
    color : white;
    font-size : 12px;
    font-family : Verdana;
}
A:HOVER {
    text-decoration:none;
    color : white;
    font-size : 12px;
    font-family : Verdana;
}

TABLE {
    color : black;
    font-size : 12px;
    font-family : Verdana;
}

.tabla_menu{
    background-color:#0056A3;
    color : white;
    font-size : 12px;
    font-family : Verdana;
    
}

.tabla_centro{
    background-color:#ffffff;
    color : black;
    font-size : 12px;
    font-family : Verdana;  
}

.tabla_datos{
    background-color:#F0FDFC;
    color : black;
    font-size : 11px;
    font-family : Verdana;
    font-weight: ;
    border:solid 1 pt;
    border-color:#b5c2ca;

}



.padding_td{
    padding:4pt;
    
}

.td_1{
    border:solid thin 1pt ;
    background-color:#0F65B2;
    color : black;
    font-size : 11px;
    font-family : Verdana;
    font-weight: ;
    color:white;
}

.td_2{
    /*border:none;*/
    border:solid thin 1pt;
    color : #0056A3;
    font-size : 11px;
    font-family : Verdana;
    
    /*background-color:#0F65B2;*/
    background-color:white	;
    /*color:white;*/
    /*color:#0F65B2;*/
    color:#0056A3;
}


.td_2:hover{
    border:none;
    background-color:#0F65B2;
    text-decoration:underline;
    color : black;
    font-size : 11px;
    font-family : Verdana;
    color:white;
}
.td_3{
    border:none;
    color : black;
    font-size : 11px;
    font-family : Verdana;
    background-color:#ffffff;
}
.td_1_gr{
    border:solid thin 1pt #2669b1;
    background-color:#ffffff;
    color : black;
    font-size : 12px;
    font-family : Verdana;
    font-weight: bold ;
    color:white;
}

.input_text {
    border: solid thin 1pt;
    font-size : 12px;
    font-family : Verdana;
}


.alerta {
    font-size : 12px;
    font-weight: bold;
    background-color:white;
    color:#2669b1;
}


.input_submit {
    height: 16pt;
    font-size : 12px;
}

/*
.input_boton {
    height: 18px;
    font-size : 12px;
}
*/
.input_boton {
    height: 18px;
    font-size : 12px;
    background:white;
    border:solid thin 1pt #b5c2ca;
}



.titulo {
    border: solid 0px;
    height: 12px;
    font-size : 12px;
    font-weight: bold;
    background-color: #0F65B2;
    color:#ffffff;
    border-color:#092B4E;
}




