﻿.cuerpo {
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 3rem;
}

.accordion-button::after {
    display: none;
}

.tds {
    color: black;
    font-size: 15px;
    text-align: justify;
    padding: 8px;
}


.table-group-divider {
    color: #559C52;
}

.contactos.collapsed {
    color: white !important;
    
}

.contactos {
    background-color: #559C52 !important;
    color: white !important;
}

.contactos:focus,
.contactos:hover {
    box-shadow: none !important;
    outline: none !important;
}

#central {
    margin-top: 2rem;
    width: 1050px;
    margin-left: -10px;
}

.direc {
    float: right;
    width:140px;
    padding:1rem;
}

.accordion-body {
    background-color: white !important;
}

