
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#contenido {
  position:relative;
/*  left:20px;*/
  background: #F5F5DC url(../imagenes/fondomenu.png) no-repeat;
  width:100%;
  height:126px;
}

#imageMenu {
  position:relative;
  top:2PX;
  left:5px;
	width: 525px;
	height: 100px;
	overflow: hidden;
  float:left;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:65px;
	height: 100px;
}

#imageMenu ul li.pacoariza a {
  	background: url(../imagenes/paco_ariza.jpg) repeat scroll 0%;
}

#imageMenu ul li.biografia a {
	background: url(../imagenes/biografia.jpg) repeat scroll 0%;
}

#imageMenu ul li.obra a {
	background: url(../imagenes/obra.jpg) repeat scroll 0%;
}

#imageMenu ul li.escultura a {
	background: url(../imagenes/esculturas.jpg) repeat scroll 0%;
}

#imageMenu ul li.agradecimientos a {
	background: url(../imagenes/agradecimientos.jpg) repeat scroll 0%;
}

#imageMenu ul li.contactar a {
	background: url(../imagenes/contactar.jpg) repeat scroll 0%;
}

#imageMenu ul li.enlaces a {
	background: url(../imagenes/enlaces.jpg) repeat scroll 0%;
}

#imageMenu ul li.noticias a {
	background: url(../imagenes/noticias.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

