.div_contenedor{
	margin-top: 80px;
    display: flex;        
    justify-content: center;
    margin-bottom: 50px;
}

.div_centrado{
    width: 100%;
    max-width: 1000px;
}

.somos_tit{
	font-size: 35px;
	text-align: center;
}

.somos_parrafoA{
	font-size: 22px;
	font-weight: 500;
}

.somos_parrafo{
	font-size: 18px;
	font-weight: 300;
}

strong, b {
    font-weight: bold;
}
