.tecnologia{
	margin-top:150px;
	text-align:center;
}

.general{
	width:350px;
	height:150px;
	display:inline-block;
	margin-right:1.5%;
	margin-bottom:1.5%;
	border: 1px solid black;
}

.imagen{
	float:left;
	width:180px;
	margin-right:6px;
}

.texto{
	width:164px;
	height:150px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align:left;
	
}

