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

	Image Menu
	v 2.2

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


#imageMenu {
/*	position: relative;*/
	width: 800px;
	height: 200px;
	overflow: hidden;
	list-style: none !important;
	list-style-image: none !important;	
}

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

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

#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:98px;
	height: 200px;
}

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

