#imageMenu {
	position: relative;
	width: 710px;
	height: 332px;
	overflow: hidden;
	background-color:#333333;
	margin-right: auto;
	margin-left: auto;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	background-color: #333333;
	padding: 0px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #D7D7D7;
	cursor:default;
	display:block;
	overflow:hidden;
	width:236px;
	height: 332px;
}

#imageMenu ul li.nosotrosos a {
	background-attachment: scroll;
	background-image: url(../img/04-contenido/03-nosotros/nosotros.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.misionos a {
	background: url(../img/04-contenido/03-nosotros/nuestra.mision.jpg) repeat scroll 0%;
}

#imageMenu ul li.diferenteos a {
	background: url(../img/04-contenido/03-nosotros/lo.que.nos.hace.diferentes.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

