

.galeria {
 position: fixed;
 display: none;
}

.contenedor-galeria {
  width: 100%;
  max-width: 951px;
  margin: 50px auto 0;
  position: relative;
  height: 450px;  
}


.gale .gale-e {
  background: #bdbdbd;
  float: left;
  width: 20%;
  min-width: 85px;
  margin-top: -16px;
  margin-right: 3px;
  padding: 5px;
  text-decoration: none;
  font-family: nunito, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
  /*transition: all 1s ease;*/
 }
 


  .galeriapanel {
  background: #fff;
  width: 920px;
  position: absolute;
  margin-top: 12px;
  left: 0;
  padding: 15px;
  font-size: 1.2rem;
  font-family: carme, sans-serif;
  color: #fff;
  line-height: 1.2;
  z-index: 5;
  /*display:none;*/
  border-radius: 0 5px 5px;
  /* transition: all 1s ease;*/
 }
 
 


 .gale2 {
  background: #db034c;
  
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  float: left;
  width: 20%;
  min-width: 85px;
  margin-right: 3px;
  margin-top: -16px;
  padding: 5px;

  color: #dfdfdf;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
 }
 
 .gale-e2{
 color: #f5f5f5;
   text-decoration: none;
  font-family: nunito, sans-serif;
  font-size: 15px;
  font-weight: bold;
 }
 
.galeriapanel {
  background: #F5F5F5;
  color: #fff;    
 }
 
 
.piegale{
  background: #ffffff;
  height: 68px;
  margin-left: -25px;
  width: 970px;
   
 }
 