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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 560px;
	height: 150px;
	overflow: hidden;
}



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

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

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

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

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

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

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

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

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


.clear {
	clear: both;
}

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