  .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: #A4A4A4;
  width: 120%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s;
}

.submenu li a{
  display: block;
  padding: 20px;
  color: black;
  font-family: 'Times New Roman';
  text-decoration: none;
}
 
.menu li:hover .submenu{
  visibility: visible;
  opacity: 1;
}


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




#FotoPrincipal{
position: absolute;
border:1px ;
left:-7%;
 width:80%; 
height:1000px; 
margin:20%;

}


#Foto1{

  position: absolute;
  border:3px  solid #F7BE81 ;
  left:-1230px;
 width:40%; 
height:58%; 
margin:1500px;
background: #F7BE81;

}


/*Imagen de fondo*/
.contenedor{
    position: absolute;
    left: 53%;
    margin:2%;
    top: 8%
}
 
.texto-encima{
    position: absolute;
    top: -8%;
    left: -2%;
    width: 180%

}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**/
#Foto2{
  position: absolute;
  border:3px solid #BCF5A9 ;
  left:-360px;
 width:40%; 
height:59%; 
margin:1500px;
background:#BCF5A9; 


}
#Foto3{
  position: absolute;
  border:3px  solid #F7BE81 ;
  left:-1890px;
 width:40%; 
height:58%; 
margin:2150px;
background: #F7BE81;

}
#Foto4{
  position: absolute;
  border:3px solid #BCF5A9 ;
  left:-1010px;
 width:40%; 
height:59%; 
margin:2150px;
background:#BCF5A9; 

}
#Foto5{
  position: absolute;
  border:3px  solid #F7BE81 ;
  left:-2600px;
 width:40%; 
height:58%; 
margin:2850px;
background: #F7BE81;

}
#Foto6{
  position: absolute;
  border:3px solid #BCF5A9 ;
  left:-1713px;
 width:40%; 
height:59%; 
margin:2850px;
background:#BCF5A9; 
}

/*Tipos de letras*/
/*letra de la informacion dentro de los banners*/

h5{

    font-size : 200%;
     
       font-weight : normal;
       color: black ;
  font-family: Times New Roman; 
}

/*Letra de telefonos*/
h1{
  font-size : 40pt;
  font-family : arial,helvetica;
  font-weight :normal;
  color: black;
  font-family: Times New Roman;

}

