@charset "utf-8";
#encabezado {
	background-image: url(imagenes/pies.gif);
	margin: auto;
	height: 100px;
	width: 960px;
	
}
#cuerpo {
	background-image: url(imagenes/fondo.gif);
	background-color: #06C;
	margin: auto;
	height: 800px;
	width: 900px;
}
#piepagina {
	background-image: url(imagenes/ciudad.gif);
	margin: auto;
	height: 100px;
	width: 960px;
	background-color: #09F;
}
