    
.navegacion{
  position: absolute; 
  width: 2200px;
  left: -5%;
  height: 180px;
  margin:3%;
  background: #212F3D;

}

.navegacion ul{
  list-style: none;
}

.menu > li{
  position: relative;
  display: inline-block;
}

.menu > li > a{
  display: block;
  padding: 20% 125px;
  color: white;
  font-size: 50px;
  font-family: Times New Roman;
  text-decoration: none;
}

.menu li a:hover{
  color: #CE7D35;
  transition: all .3s;
}

/* Submenu*/

.submenu{
  position: absolute;
  background: #333333;
  width: 120%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s;
}

.submenu li a{
  display: block;
  padding: 15px;
  color: #fff;
  font-family: 'Open sans';
  text-decoration: none;
}

.menu li:hover .submenu{
  visibility: visible;
  opacity: 1;
}


.texto-encima5{
    position: absolute;
    top:-25%;
    left: 5%;
}


#maps{
position: absolute;
top: 30%;
height:90%; 
width:60%;
background:brown;

}

#Contactanos{
position: absolute;
left: 1000px;
background:#515A5A;  
float: left;
margin:300px; 
width:30%;
height:800px;

}
h1{
  font-size : 18pt;
  font-family : arial,helvetica;
  font-weight :normal;
  color: white;
  font-family: Times New Roman;


   }
   /*letra mediana blanca*/
   h2{
     font-size : 15pt;
      font-family : arial,helvetica;
       font-weight : normal;
       color: white;
  font-family: Times New Roman; 


   }
/*Letra de contactanos*/
      h3{
     font-size : 24pt;
      font-family : arial,helvetica;
       font-weight : normal;
       color: white;
  font-family: Times New Roman; 


   }









