@charset "utf-8";
/* CSS Document */


@media only screen and (max-width : 1280px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a {
		padding-left:0;
	}
	
	nav a#pull {
		display: block;
		background-color:#C0C0C0;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background:url(../img/nav-icon.png)) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
	}
#mapa {
	width:420px;
}
#pie {
background-color: #999;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
height: 50px;
width: 90%;
box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.62);
}

#cliente {
font-family: Verdana, Geneva, sans-serif;
font-style: italic;
font-size: 1em;
color: #333;
text-align: center;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
line-height: 1.5em;
		}
		
#intro {
				
				background:url(../img/fondo1280.jpg);
				
			}
			
			.logo {
				padding-top:50px;
				visibility:hidden;
			}
.esp {
	width:23%;
	background-color:rgb(153, 153, 153);
	margin-left:357px;
}

#privacy {
	width:23%;
	margin-left:403px;
}

#privacy a{
	left:70px;
	padding:5px;
}

#privacy a:hover{
	color:#333;
	text-decoration:none;
}


.span_1_of_3 {
		width: 100%;
		padding-left:1.5em; 
		
	}
	
	#options {
padding-top: 153px;
padding-bottom: 198px;
}


}