@charset "utf-8";
/* CSS Document */
body{
	background-image:url(imagenes/bg.jpg);
	background-repeat:repeat;
	color:#333333;
	margin:0px;
	font-size:1em;
	font-family:tahoma;
	color:#FFF;
}
#contenido{
	width:56.5em;
	margin:auto;
	padding-top:1em;
}
