@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}
