body {
	background-image: url(../images/fondo.png);
  	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#464646;
	margin: 0;
}

h1 {	
	color: white;
	position: absolute;
	top: 0;
	left: 10px;
}

h2 {
	color: white;
	position: absolute;
	top: 0;
	right: 10px;
}

