body {
	background-image:url(imagenes/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#ada097;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.grey{
color:#666666;
}
.darkgrey{
	color:#333333;
}
.darkgreyBig{
	color:#333333;
	font-size:14px;
}
