
.capacidad img {
    position: absolute;
    width: 30%;
    right: 3.5em;
    padding: 1%;
    margin: 0 auto;
    text-align: center;
}

.fila {
    /* background: red;  */
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.caja {
    position: absolute;
    background-color: #9D2449;
    /* opacity: 0.5; */
    width: 13%;
    height: 8em;
    display: inline-block;
    cursor: pointer;
    margin: 1em;
    border: solid;
    border-radius: 10px;
}

/*estilos de la tabla*/
/*  #municipios-grupo1 {
    display: none;
    width: 100%;
    font-size: 60%;
}  */



.tapa {
    height: 2em;
    border: solid;
    background: rgb(122, 120, 120);
}

.caja p {
    text-align: center;
    font-weight: bold;
    font-size: auto;
    margin: 0;
    color: white;
}
