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

	Image Menu
	v 2.2

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


#imageMenu {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	width: 836px;
	height: 150px;
	overflow: hidden;
	background-color: #FFFFFF;
}



#imageMenu ul {
clear: both;
margin: 0;
border: 0;
padding: 0;
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	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: 95px;
	height: 150px;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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