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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 564px;
	height: 200px;
	overflow: hidden;
	border: 3px solid #494e51;
	float: left;
}

img.bordeImage{
	border: 3px solid #494e51;

}


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

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

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

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

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

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

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

.clear {
	clear: both;
}

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