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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 650px;
	height: 150px;
	overflow: hidden;
	background-color: #000000;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -500px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #fff;
	
	cursor:crosshair;
	display:block;
	overflow:hidden;
	width:82px;
	height: 150px;
}

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

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

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

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

#imageMenu ul li.AhMag a {
	background: url(images/5.jpg) repeat scroll 0%;
	}
#imageMenu ul li.Alteradorecords a {
	background: url(images/6.jpg) repeat scroll 0%;
	}
#imageMenu ul li.Publicidad a {
	background: url(images/7.jpg) repeat scroll 0%;
	}

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

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