.intro-galeria-exposicion {
  background:#fff;
  padding:3% 3%;
  box-shadow:0px 4px 4px rgba(0,0,0,.1);
}
.intro-galeria-exposicion h3 {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  color: #af7f4e;
  font-size: 3rem;
}
.intro-galeria-exposicion p {
  color:#666;
  padding-left:10%;
}

.altoContImgPrincipalExposicion {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 280px;
    min-height: 280px;
}
.altoContImgPrincipalExposicion img {
  width:100%;
}
.AltoImgTarjetaGaleria {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
    min-height: 200px;
}

/* Estilos  */
.galeria-exposiciones {
  background:#f7f7f7;
  padding:3% 0;
}
.TarjetaImagenesGaleria {
  background:#FFF;
  padding:20px;
  cursor:pointer;
  margin-bottom:20px;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);
  transform: scale(1,1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.TarjetaImagenesGaleria:hover {
  background:#FFF;
  padding:20px;
  cursor:pointer;
  margin-bottom:20px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform: scale(1.05,1.05);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.altoContImgTarjetaGaleria {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 190px;
    min-height: 190px;
    background: #f0f0f0;
    vertical-align:middle;
}
.altoContImgTarjetaGaleria img {
  width:100%;
  
}