
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

.titulo {
  text-align: center;
  font: Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:24px;
  color:#919191;
}


#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
	left:50px;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 800px;
	
	}

#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:150px;
	height: 200px;
}

#imageMenu ul li.arte a {
	background: url(../images/arte.jpg) repeat scroll 0%;
}

#imageMenu ul li.pelota a {
	background: url(../images/pelota.jpg) repeat scroll 0%;
}

#imageMenu ul li.fuerza a {
	background: url(../images/fuerza.jpg) repeat scroll 0%;
}

#imageMenu ul li.combate a {
	background: url(../images/combate.jpg) repeat scroll 0%;
}

#imageMenu ul li.chat a {
	background: url(../images/chat.jpg) repeat scroll 0%;
}

#imageMenu ul li.foro a {
	background: url(../images/foro.jpg) repeat scroll 0%;
}

#imageMenu ul li.blog a {
	background: url(../images/blog.jpg) repeat scroll 0%;
	}

#imageMenu ul li.certi a {
	background: url(../images/certi.jpg) repeat scroll 0%;
}

#imageMenu ul li.calificaciones a {
	background: url(../images/calificaciones.jpg) repeat scroll 0%;
}

#imageMenu ul li.contactenos a {
	background: url(../images/contactenos.jpg) repeat scroll 0%;
}

#imageMenu ul li.evaluaciones a {
	background: url(../images/evaluaciones.jpg) repeat scroll 0%;
}

#imageMenu ul li.talleres a {
	background: url(../images/talleres.jpg) repeat scroll 0%;
}

#imageMenu ul li.wiki a {
	background: url(../images/wiki.jpg) repeat scroll 0%;
}

	
.clear {
	clear: both;
}

/*************************************************************/


