body{
	overflow-x: hidden;
}

#headerWrapper{
  background-image: url(../images/header_medium.jpg); 
}

#logo{
	margin-top: 0px;
}

nav ul{
	margin-top: -60px;
}

/*aqui inicia las secciones*/

#mapa{
  margin-left: -1px;
}

h1{
	margin-left: -380px;
}

h2{
  margin-top: 30px;
	margin-left: 0px;
}

h4{
  margin-left: -360px;
  margin-top: 20px;
}

#menu{
  margin-top: -43px;
	margin-left: 20px;
}

.contacto {
	width: 0px;
	margin:0 auto;
	padding-top:40px;
	margin: -40px 570px 0px -70px;
}

.contacto ul {
	width:600px;
	padding:-10px 0;
	list-style: none;
}

.contacto ul li {
	padding: 5px;
}

.contacto label {
	font-family: Arial , sans-serif;
	font-size:15px;
	letter-spacing:1px;
	float:left;
	text-align:right;
	margin: 0px -90px 0px 30px;
	color: #7f7f80;	
	mar
}

.contacto label span {
	color:#55ac47;
}

.contacto input, .contacto textarea {
	display:block;
	width: 300px;
	border: 1px solid #555;
	background: #333;
	color: #ccc;
	font-family: arial , sans-serif;
	font-size:15px;
	padding: 5px 8px;
	
	transition: background 0.3s ease, padding 0.3s ease;
	-o-transition: background 0.3s ease, padding 0.3s ease;
	-ms-transition: background 0.3s ease, padding 0.3s ease;
	-moz-transition: background 0.3s ease, padding 0.3s ease;
	-webkit-transition: background 0.3s ease, padding 0.3s ease;
}

.contacto input:focus, .contacto textarea:focus {
	background:#ccc;
	color: #222;
	padding: 5px 30px 5px 8px;
}

.contacto .requerido {
	font-size:16px;
	font-family: Arial , sans-serif;
	letter-spacing:1px;
	color: #222;
	float:left;
	padding-left:170px;
	
}

.contacto .enviar {
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	font-weight:bold;
	background: #55ac47;
	border: 1px solid #7f7f80;
	padding: 6px 20px;
	margin-left: 35px;
	cursor:pointer;
	
	transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-ms-transition: background 0.3s eas;
	-moz-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease; 
}

.contacto .enviar:hover {
	background: #333;
}
