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

	Image Menu
	v 2.2

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


#imageMenu1 {
/*	position: relative;*/
	width: 900px;
	height: 140px;
	overflow: hidden;
	list-style: none !important;
	list-style-image: none !important;	
}

#imageMenu1 ul {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0px;
	display: block;
	height: 140px;
	width: 1100px;	
	}

#imageMenu1 ul li {
	float: left;
	list-style-image: none !important;	
}

#imageMenu1 ul li a {
	text-indent: -1000px;
	background:transparent none repeat scroll 0%;
	/*border-right: 2px solid #fff;*/	
	margin-right: 2px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:111px; /*Aquí*/
	height: 140px;
}

#imageMenu1 ul li.modelo a {
	background: url(../images/new/modelo.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.actualidad a {
	background: url(../images/new/actualidad.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.cluster a {
	background: url(../images/new/cluster.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.ofertaidi a {
	background: url(../images/new/ofertaidi.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.siidi a {
	background: url(../images/new/siidi.jpg) repeat scroll 0%;
/*	width: 310px;*/
}

#imageMenu1 ul li.agenda a {
	background: url(../images/new/agenda.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.sve a {
	background: url(../images/new/sve.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.centros a {
	background: url(../images/new/centros.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.agentes a {
	background: url(../images/new/agentes.jpg) repeat scroll 0%;
}

#imageMenu1 ul li.retriex a {
	background: url(../images/new/retriex.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

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


