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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	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:96px;
	height: 200px;
}

#imageMenu ul li.mantencion a {
	background: url(imagenes/mantencion.png) repeat scroll 0%;
}

#imageMenu ul li.integracion a {
	background: url(imagenes/integracion.png) repeat scroll 0%;
}

#imageMenu ul li.alianzas a {
	background: url(imagenes/alianzas.png) repeat scroll 0%;
}

#imageMenu ul li.redes a {
	background: url(imagenes/redesydatos.png) repeat scroll 0%;
}

#imageMenu ul li.hardware a {
	background: url(imagenes/hardware.png) repeat scroll 0%;
}

#imageMenu ul li.activos a {
	background: url(imagenes/activos.png) repeat scroll 0%;
}

#imageMenu ul li.certificados a {
	background: url(imagenes/certificados.png) repeat scroll 0%;
}

#imageMenu ul li.desarrollo a {
	background: url(imagenes/desarrollo.png) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

