body{
    background-color: #1a3a5f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #e0f2fe;
}
/* Encabezados h1 */
h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #38bdf8;
}

/* Links */
a {
    color:#38bdf8;
}

a:visited{
    color: #38bdf8;
}

a:hover{
    color:#e0f2fe;
}

/*Tablas*/
table{
    border-color: #38bdf8;
}

th{
    background-color: #0f2a45;
    color: #38bdf8;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

hr{
    border-color: #38bdf8;
}