/* ******************************************
 *              PIE DE PÁGINA               *
 ****************************************** */


 footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 0.9em;
    position: relative;
    margin-top: 40px;
}

footer a {
    color: white;
    font-weight: bold;
}


