
#nav4 {
	height: 40px;
	width: 102%;
	font-size: 18px;
	font-family: "MERIENDA";
	font-weight: bold;
	position: relative;
	margin: auto;
}
#nav4 ul {
	padding: 0;
	margin: auto;
	width: 100%;
	height: 40px;
	margin-left: 10%;
	position: relative;
}
#nav4 li {
	display: block;
	float: left;
	margin-left: 1.2%;
	margin-top: 1.5%;
	position: relative;
}
#nav4 a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#nav4 li a { padding: 3px 35px;
}

#nav4 li:last-child a {
}
#nav4 a:hover, #nav4 a:active {
	background-color: #f47d05;
	color: #FFF;
}
#nav4 a#pull {
	display: none;
	width: 100%;
}

.fon1 { border-radius: 4px;
		border: solid 4px #5b760a;
		color: #5b760a;
}

.fon2 { border-radius: 4px;
		border: solid 4px #6d830d;
		color: #6d830d;
}

.fon3 { border-radius: 4px;
		border: solid 4px #809209;
		color: #809209;
}

.fon4 { border-radius: 4px;
		border: solid 4px #8d9d06;
		color: #8d9d06;
}

.fon5 { background-color: #9ca904;
		border-radius: 4px;
}

.fon6 { background-color: #aeb700;
		border-radius: 4px;
}

.fon1:hover,
.fon2:hover,
.fon3:hover,
.fon4:hover { border: solid 4px #f47d05;
}

.fon-active { background-color: #f47d05;
			  border-radius: 4px;
			  border: solid 4px #f47d05;
}

.fon-active:before { position: absolute;
	content: '';
	width: 40px;
	height: 20px;
	left: 30%;
	top: 87%;
	display: inline-block;
	background-image: url(../images/centros-camprestes-chosica-01.png);
	background-repeat: no-repeat;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	#nav4 { 
  		height: auto;
  	}
  	#nav4 ul {
  		width: 98%;
  		display: block;
  		height: auto;
		margin-left: -10px;
  	}
  	#nav4 li {
  		width: 47%;
  		float: left;
		display: block;
  		position: relative;
		margin-left: 3%;
		margin-top: 2%;
  	}
  	#nav4 li a {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
  	#nav4 a {
	  	text-align: center;
	  	width: 100%;
  	}
	
	.fon-active:before { position: absolute;
	content: '';
	width: 40px;
	height: 20px;
	left: 30%;
	top: 95%;
	display: none;
	background-image: url(../images/centros-camprestes-chosica-01.png);
	background-repeat: no-repeat;
}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	#nav4 {
		border-bottom: 0;
	}
	#nav4 ul {
		width: 100%;
		display: none;
		height: auto;
		padding-left: 2.5%;
		padding-right: 2.5%;
		margin-left: -6% !important;
	}
	
	#nav4 a#pull {
		display: block;
		background-color: #333e48;
		width: 98%;
		position: relative;
		top: 5px;
	}
	#nav4 a#pull:after {
		content:"";
		background-image: url(../images/centros-campestres-01.png);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 5px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	#nav4 ul {
		width: 100%;
		display: none;
		height: auto;
		padding-left: 4.2%;
		padding-right: 1.3%;
		margin-left: -7%;
	}
	
	#nav4 li {
		display: block;
		float: none;
		width: 98%;
		margin: auto;
	}
	#nav4 li a {
		padding-left: 0px;
		margin-top: 2%;
	}
}