html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;	
	height: 200px;
	overflow: hidden;
}



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

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

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

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

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

#imageMenu ul li.parques a {
	background: url(/info/images/parques.jpg) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.miscelanea a {
	background: url(/info/images/miscelanea.jpg) repeat scroll 0%;
}

#imageMenu ul li.edificaciones  a {
	background: url(/info/images/edificaciones.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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


