/* ------------------------------- */
/* Ajustes manuales personalizados */
/* ------------------------------- */


/* Portada */ 
a.vermas {
  background: linear-gradient(90deg, #222, #444, #888);
  color: #fff !important;
  padding: 4px 14px;
  border-radius: 20px;
  font-weight: bold;
  --font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0 3px 13px rgba(60,60,60,0.18);
  transition: background 0.32s, box-shadow 0.32s, transform 0.22s;
  letter-spacing: 1.2px;
  display: inline-block;
}
a.vermas .flechaMas {
  margin-left: 6px;
  font-size: 1em;
  transition: transform 0.14s, color 0.18s;
}
a.vermas:hover {
  background: linear-gradient(90deg, #444, #111, #aaa);
  transform: scale(1.07) translateY(-1px);
  box-shadow: 0 8px 18px rgba(20,20,20,0.24);
}
a.vermas:hover .flechaMas {
  transform: translateX(4px) scale(1.09) rotate(13deg);
  color: #aaa;
}

/* Catálogo */ 


/* Familia */ 


/* Subfamilia */ 


/* Ficha de articulo */


/* Teasers */
body .Articulo.Teaser_articulo img#icoFavEmpty, .Articulo.Teaser_Destacado img#icoFavEmpty {
    margin-top: -25px;
	width: 20px;
	height: 20px;
}

/* Buscador */


/* Carrito */


/* Otros... */


