@charset "utf-8";
body {
	margin:0px;
	padding:0px;
}
#fondo {
	background-image:url(fondo.jpg);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	right: 0px;
}
