@charset "UTF-8";

/* CSS Document */

a.enlace{
    color:#5583be;
}

.tabla-rutas{
    border:1px #5583be solid;
}


thead td.head-rutas{
    background-color:#5583be;
    text-align:center;
    color:white;
    width:28em;
    padding:0.5em 0.5em 0.5em 0.5em;
}

td.row-rutas{
    padding:0.5em 0.5em 0.5em 0.5em;
}

td a{
    color:#5583be;
}

td a:HOVER{
    color:#5583be;
}

a{
    color:#5583be;
}

a:HOVER{
    color:#5583be;
}




