.estrella_oferta {
    display: grid; 
    text-align: center; 
    justify-content: end; 
    align-items: center; 
    position: relative;
    top: -390px;
}

.estrella_oferta_flash{
    background: url(/sistema/IcoSyst/estrella-oferta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    font-size: larger; 
    color: RED; 
    display: flex; 
    text-align: center; 
    justify-content: center; 
    align-items: center; 
    width: 150px; 
    height: 90px;
}

.palabra_oferta{
    font-weight: bold;
    color: red;
    position: relative;
    top: 5px;
}
.ren_precio_oferta{
    position: relative;
    font-weight: bold;
    font-size: .9em;
    top: 0.15em;
    color:black;
}

  .signo_peso{
  font-size: 0.6em;
  position: relative;
  top: -0.5em;
  }

  .decimal {
    font-size: 0.6em;
    position:relative;
    top:-.5em;
    left: -0.2em;
  }