.ContenidoColecciones {
  background:#f7f7f7;
  padding:3% 0;
  }


.TarjetaDatoColeecion {
  display:table;
  background:#FFF;
  padding:20px;
  margin-bottom:20px;
  cursor:pointer;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);
  transform: scale(1,1);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  }
.TarjetaDatoColeecion:hover {
  display:table;
  background:#FFF;
  padding:20px;
  margin-bottom:20px;
  cursor:pointer;
  box-shadow:4px 4px 4px rgba(0,0,0,.2);
  /*transform: scale(1.005,1.005);*/
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  }

.TarjetaDatoColeecion img {
  width:100%;
}


.SigloTarjetaColeecion {
  display: table;
  background: #af7f4e;
  color: #fff;
  font-weight: bold;
  padding: 4px 15px;
  float: left;
  margin-top: -20px;
  margin-left: -36px;
  margin-right: auto;
  }

.SigloTarjetaColeecion p {
  margin-bottom:0px;
}

.NombreObraTarjetaColeccion {
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  display: inline-block;
  background: #FFF;
  padding-top: 5px;
  overflow: hidden;
}

.NombreObraTarjetaColeccion p {
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}


.AltoImgTarjetaColeccion {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 220px;
  min-height: 220px;
  background: #f0f0f0;
  border:solid 6px #f0f0f0;
  }

.DescripcionTarjetaColeccion {
  border-left: solid 2px #f0f0f0;
  padding-top:10px;
  padding-left: 15px;
  min-height: 245px;
  color:#666;
  }

.AutorTarjetaColeccion {
  width: 100%;
  min-height: 15px;
  max-height: 15px;
  margin-top:20px;
  margin-bottom:15px;
  color:#af7f4e;
}

.BtnMasInformacionTarjetaColeccion {
  display:table;
  background:#FFF;
  padding:8px 15px;
  color:#af7f4e;
  border:solid 1px #af7f4e;
  float:right;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.BtnMasInformacionTarjetaColeccion:hover {
  display:table;
  background:#af7f4e;
  padding:8px 15px;
  color:#FFF;
  border:solid 1px #af7f4e;
  float:right;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}