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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 1000px;
	height: 142px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px ;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:142px;
	height: 140px;
}

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

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

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

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

#imageMenu ul li.cinco a {
	background: url(images/5.jpg) repeat scroll 0%;

}

#imageMenu ul li.seis a {
	background: url(images/6.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.siete a {
	background: url(images/7.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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