﻿
/* Footer siempre abajo */
body {
    font-family: Arial, sans-serif;
}


/* Estilos del footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 20px 0 !important;
    margin: 20px 0;
    text-align: center;
    margin: !important;
}

.footer-links {
    margin: 10px 0;
}

    .footer-links a {
        color: #3498db;
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: #2980b9;
            text-decoration: underline;
        }

.copyright {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #ecf0f1;
}
