body {
	background: no-repeat center center;
	background-image: url("../img/fondo.jpg?ver=1");
}

.bg-grey {
	background-color: #ffffff;
}


#contenedor {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo {
	max-width: 400px;
	margin-top:100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}

.contact {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}