@charset "utf-8";
.fondo {
	background-attachment: fixed;
	background-image: url(../img/back.jpg);
	background-color:#040404;
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
}


