.imageMenu {
	position: relative;
	width: 990px;
	height: 311px;
	overflow: hidden;
}
.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 311px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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: 196px;
	height: 311px;
}

.imageMenu ul li.development a {
	background-attachment: scroll;
	background-image: url(../Images/development.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.infrastructure a {
	background-attachment: scroll;
	background-image: url(../Images/infraestructura.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.component a {
	background-attachment: scroll;
	background-image: url(../Images/component.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.domains a {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0%;
	background-image: url(../Images/dominios.jpg);
}

.imageMenu ul li.hosting a {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0%;
	background-image: url(../Images/hosting.jpg);
}

.clear {
	clear: both;
}

/*************************************************************/
