@charset "UTF-8";
#contenedor {
	background-image: url(../imagenes/base.gif);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-x;
	background-color: #fedb7b;
}
