

.tablaArchivos{
    width: 100%;
}

.titulo{
	background-color: green;
    color:white;
    text-align: center;
    padding: 5px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.iconoDescarga{
    width: 45px;
    display: flex;
    margin: auto;
}

.renglon{
	
    /*width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;*/
}

.descarga{
    padding: 20px;
    /* display: flex; */
    /* display: grid; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subtitulo{
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: rgba(84,193,140,1);
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.subtitulo2{
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: rgba(167,157,162,5);
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}