@charset "utf-8";
/* CSS Document */

@media only screen and (max-width : 320px) {
	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/backphone1.jpg);
				
			}
			
			.logo {
				padding-top:50px;
				visibility:visible;
				margin-left:0em;
			}
.esp {
	width:75%;
	background-color:rgb(122, 73, 53);
	margin-left:10px;
}

.esp a {
	left:75px;
}

.span_1_of_3 {
		width: 100%;
		padding-left:1.5em; 
		
	}

#privacy {
	width: 75%;
height: 30px;
border:1px;
border-top-color: rgb(102, 0, 0);
padding: 5px;
position: relative;
float: left;
margin: 10px;
}
	
#privacy a{
	color:#333;
	background-color:#FFF;
	height: 15px;
padding: 10px;
position: relative;
float: left;
left: 0px;
margin-left:37px;
}

#privacy a:hover{
	color:#999;
	text-decoration:none;
}


}