
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	/*position: relative;*/
	/*position:absolute;*/
	position: absolute; left:490px; top: 20px; width: 480px; height: 150px; z-index: 1; 
/*background: #00FF00;*/
background-image:url(images/fondo_menu.jpg);
	/*width: 470px;
	height: 150px;*/
	overflow: hidden;
	border-width:1px;
border-style:solid;
border-color: #ffffff;*/
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 900px;
	
	}

#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:88px;
	height: 150px;
}

#imageMenu ul li.uno a {
	background: url(images/catalogo.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.dos a {
	background: url(images/coleccion_inv.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.tres a {
	background: url(images/accesorios.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.cuatro a {
	background: url(images/prensa.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.cinco a {
	background: url(images/contactar.jpg) no-repeat scroll 0%;
	width: 240px;
}

.clear {
	clear: both;
}

/*************************************************************/

