.cuerpo .portada{
	width: 100%;
	height: 200px;
	background-color: blue;
	margin-top: 15px;
	overflow: hidden;
}

.cuerpo .portada img{
	width: 100%;
	height: 150%;
	transform: translateY(-5%);
}


/* tabla de contacto */

.cuerpo .tabla{
	display: flex;
	width: 100%;
	height: 350px;
	justify-content: center;
	align-items: center;
}

.cuerpo .tabla .informacion-contacto{
	font-family: arial, sans-serif;
}

.cuerpo .tabla .informacion-contacto tr td{
	font-size: 35px;
	text-align: center;
	min-width: 400px;
	height: 70px;
	background-color: blue;
}