body {
	background-color: #E5C7F9;
	text-align: center;
}
..cabecera {
	height: 200px;
	width: 869px;
	text-align: center;
	background-image: url(pagina-web.gif);
	

}
..cuerpo {
	background-repeat: repeat-y;
	height: 500px;
	width: 869px;
	background-image: url(cuerpo.gif);
}
..pie {
	background-image: url(pie.gif);
	height: 80px;
	width: 869px;
}
