.fondo {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(img/fondoweb.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
