.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:100%;
	height:124px;
	overflow: hidden;
	
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 190px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 190px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 120px;
}

.jimgMenu ul li#landscapes a {
	background: url(../images/menu/m1.png);
  
}

.jimgMenu ul li#people a {
	background: url(../images/menu/m2.png)  repeat scroll 0%;

}

.jimgMenu ul li#nature a {
	background: url(../images/menu/m3.png)  repeat scroll 0%;
  
}

.jimgMenu ul li#abstract a {
	background: url(../images/menu/m4.png)  repeat scroll 0%;

}


.jimgMenu ul li#urban a {
	background: url(../images/menu/m5.png)  repeat scroll 0%;
}
.jimgMenu ul li#modulo6 a {
	background: url(../images/menu/m6.png)  repeat scroll 0%;
  
}
.jimgMenu ul li#modulo7 a {
	background: url(../images/menu/m7.png)  repeat scroll 0%;
  
}
.jimgMenu ul li#modulo8 a {
	background: url(../images/menu/m8.png)  repeat scroll 0%;  
}
.jimgMenu ul li#modulo9 a {
	background: url(../images/menu/m9.png)  repeat scroll 0%;  
}
.jimgMenu ul li#modulo10 a {
	background: url(../images/menu/m10.png)  repeat scroll 0%;  
}
.jimgMenu ul li#modulo11 a {
	background: url(../images/menu/m11.png)  repeat scroll 0%;  
}
.jimgMenu ul li#modulo12 a {
	background: url(../images/menu/m12.png)  repeat scroll 0%;  
}
.jimgMenu ul li#prueba a {
	background: url(../images/menu/modulo-de-pueba.png)  repeat scroll 0%;  
}
.clear {
	clear: both;
}

