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

	Image Menu
	v 2.2

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


/*
div que contiene el UL
- atención con el height y el width
*/
#imageMenu 
{
	position: relative;
	width: 691px;
	height: 190px;
	overflow: hidden;
}


/*
contenedor de la lista, el height es el mismo que el de #imagenMenu el width debe ser lo suficientemente largo
para que soporte cuando se desplega una tapa
*/
#imageMenu ul 
{
	list-style: none;
	margin: 0px;
	display: block;
	height: 190px;
	width: 1165px;
}

#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:116px;
	height:190px;
}

#imageMenu ul li.directorio a { background: url(../images/index/directorio.jpg) repeat scroll 0%;width: 116px;}
#imageMenu ul li.directorio_eng a {background: url(../english/images/index/directory_eng.jpg) repeat scroll 0%; width: 116px;}

#imageMenu ul li.living a { background: url(../images/index/living.jpg) repeat scroll 0%; width: 116px;}
#imageMenu ul li.living_eng a {background: url(../english/images/index/living_eng.jpg)repeat scroll 0%; width: 116px;}

#imageMenu ul li.viajero a {background: url(../images/index/viajero.jpg) repeat scroll 0%;width: 116px;}
#imageMenu ul li.viajero_eng a {background: url(../english/images/index/traveler_eng.jpg) repeat scroll 0%;width: 116px;}

#imageMenu ul li.revista a {background: url(../images/index/revista.jpg) repeat scroll 0%;width: 116px;}
#imageMenu ul li.revista_eng a {background: url(../english/images/index/magazine_eng.jpg) repeat scroll 0%;width: 116px;}

#imageMenu ul li.costarica a {background: url(../images/index/costarica.jpg) repeat scroll 0%;width: 233px;}
#imageMenu ul li.costarica_eng a {background: url(../english/images/index/costarica_eng.jpg) repeat scroll 0%;width: 233px;}

.clear {
	clear: both;
}

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

