﻿ul {
    list-style: none;
    padding-left: 0;
}
/*CONTENIDO*/
#home-contenido {
    height: auto;
    border-radius: 10px;
    background-color: white !important;
    padding: 2rem;
}

.enlaces a {
    text-decoration-color: white !important;
    color: black;
}

    .enlaces a:hover {
        text-decoration-color: #559C52 !important; /* cambia a verde */
        color: black;
    }

#contenido {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.table {
    border-collapse: separate;
}

#inicioS {
    background-color: #559C52;
    width: 30%;
    color: white;
    text-align: center;
}

#inicioD {
    background-color: #559C52;
    color: white;
    text-align: center;
}
