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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 285px;
	height: 100px;
	overflow: hidden;
	
}



.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:45px;
	height: 100px;
}

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

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

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

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

.imageMenu ul li.OFICINAVIRTUAL a {
	background: url(images/OFICINAVIRTUAL.jpg) repeat scroll 0%;
	width: 50px;
}

.clear {
	clear: both;
}

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