﻿ul {
    list-style: none;
    padding-left: 0;
}
/*CONTENIDO*/
#home-contenido {
    height: auto;
    border-radius: 10px;
    background-color: white !important;
    padding: 2rem;
}

#contenido {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*INFORMES*/
#informes {
    margin-top: 2rem;
    margin-left: -05px;
}

#home-informes {
    border-radius: 10px;
    padding: 10px;
    background-color: white !important;
}


.color {
    background-color: #559C52;
    padding: 5px;
    border-radius: 10px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}


a {
    text-decoration: none;
}


.accordion-button::after {
    display: none;
}

#tds {
    color: black;
    font-size: 15px;
    text-align: left;
    padding: 8px;
}


.table-group-divider {
    color: #559C52;
}

#contactos.collapsed {
    color: white !important;
}


#contactos:focus,
#contactos:hover {
    box-shadow: none !important;
    outline: none !important;
}

#central {
    margin-top: 2rem;
    width: 1050px;
    margin-left: -10px;
}


a {
    text-decoration: none;
}

.accordion-button::after {
    display: none;
}

td {
    color: black;
    font-size: 15px;
    text-align: left;
    padding: 4px;
    vertical-align: top;
    white-space: pre-line;
}


th {
    text-align: left;
    padding: 8px;
    font-size: 20px;
    color: black;
}


.table-group-divider {
    color: #559C52;
}

#contactos.collapsed {
    color: white !important;
}


#contactos:focus,
#contactos:hover {
    box-shadow: none !important;
    outline: none !important;
}

#central {
    margin-top: 2rem;
    width: 1050px;
    margin-left: -10px;
}
