.jimgMenu {
	margin:auto;
	position: relative;
	width: 730px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

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

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

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

.jimgMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
	min-width:310px;
	
}
.jimgMenu ul li.infancia a {
	background: url(../images/infancia.jpg) repeat scroll 0%;
}
.jimgMenu ul li.premios a {
	background: url(../images/premios.jpg) repeat scroll 0%;
}
.jimgMenu ul li.formacion a {
	background: url(../images/formacion.jpg) repeat scroll 0%;
}
.jimgMenu ul li.accionsocial a {
	background: url(../images/accionsocial.jpg) repeat scroll 0%;
}
.jimgMenu ul li.arte a {
	background: url(../images/arte.jpg) repeat scroll 0%;
}
.jimgMenu ul li.libreria a {
	background: url(../images/libreria.jpg) repeat scroll 0%;
}
.jimgMenu ul li.mayores a {
	background: url(../images/mayores.jpg) repeat scroll 0%;
	min-width:310px;

}
.jimgMenu ul li.actividades a {
	background: url(../images/actividades.jpg) repeat scroll 0%;
}

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

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

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

.jimgMenu ul li.abstract a {
	background: url(../images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}


.clear {
	clear: both;
}

