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

	Image Menu
	v 2.0

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 700px;
	padding-left: 52px;
	}

#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: 135px;
	height: 200px;
}

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

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

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

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


.clear {
	clear: both;
}

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

