@charset "UTF-8";

body{
	overflow-x: hidden;
}

#headerWrapper{
  background-image: url(../images/header_medium.jpg); 
  margin-top: -320px;
	position: absolute;
}

#logo{
	margin-left: -4px;
	margin-top: 10px;
	text-align: center;
	position: center;
}

nav{
	max-width:500px; 
	margin-top: -168px;
	position: absolute;
}

nav ul{
	list-style: none;
	margin: 0px;
	width: 342px;
}

nav ul li a{
  color: white;
	text-align: center;
	margin: 0px auto;
}

nav ul li{
  border-bottom: 1px solid white;
  margin-left: -80px;
  background-color: #144f75;
	width: 500px;
	padding-top: 10px;
  transition: 0.5s;
}

nav ul li:last-child {
     border-bottom: 2px solid white;
}

nav ul li:hover{
  background-color: #5aa94e;
}

/*aqui inicia las secciones*/

h1{
  margin-top: 310px;
  font-size: 30px;
	margin-left: 0px;
}

#mapa {
margin-right: 10px;
margin-left: 10px;
position: relative;
padding-bottom: 75%; 
height: 0;
overflow: hidden;
}
#mapa iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#menu{
	margin-left: -90px;
  margin-top: -15px;
	margin-bottom: 15px;
}

h2{
	margin-left: 0px;
	margin-bottom: 60px;
}

h4{
	margin-left: -140px;
}

#menu{
	margin-left: -70px;
}

#archivo1{
	margin: 30px 0px 10px 0px;
}

.contacto {
	width: 10px;
	margin:0 auto;
	padding-top:0px;
	margin-top: -40px;
	margin-left: -50px;
}

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

.contacto ul li {
	padding: 3px;
}

.contacto label {
	font-family: Arial , sans-serif;
	font-size:14px;
	width:240px;
	float:left;
	text-align: left;
	padding:2px 10px 3px 10px;
	color: #7f7f80;	
}

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

.contacto input, .contacto textarea {
	display:block;
	width: 285px;
	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: red;
	float:left;
	padding-left:20px;
	
}

.contacto .enviar {
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	font-weight:bold;
	background: #55ac47;
	border: 1px solid #7f7f80;
	padding: 6px 20px;
	margin-left: 60px;
	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;
}

#ubicacion{
  margin-left: 10px;
  margin-top: 50px;
}

#ubicacion_i{
  margin-left: -220px;
  margin-top: -60px;
}

#telefono_i{
  margin-top: -56px;
  margin-left: -220px;
}

#telefono{
  margin-top: 25px;
  margin-left: -35px;
}

#email{
  margin-top: 30px;
  margin-left: 50px;
}

#email_i{
  margin-top: -45px;
  margin-left: -220px
}

#text4{
  margin-top: -90px;
  margin-left: -10px; 
	text-align: center; 
	font-size: 12px;
}

#text5{
  margin-top: -12px;
	margin-left: 50px; 
  text-align: center; 
	font-size: 12px;
}