body {
	background-image: url(fondo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 100vh;
	background-attachment: fixed;
}



