body {
	background: #fff url('images/fondo.png');
	background-position: center -100px;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	align-items: center;
	justify-content: center;
	background-size: cover;
}