@charset "utf-8";
/* CSS Document */
body {
	background-image: url(IMAGENES/fondo-intro2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.head {
	height: 75px;
}
.cuerpo {
	height: 610px;
}
.pie {
	height: 80px;
	background-image: url(IMAGENES/sombra-pie.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

