.detalleOfertas {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin-bottom:20px;
    width:100%;
    float: left;
  }
  .contenedorOfertasImg {
    position: relative;
    float: left;
    max-width: 100%;
  }
  .etiquetaAhorras {
    position: absolute;
    top: 5px;
    padding: 2px 5px;
    font-size: 15px;
    background-color: #fecb00;
    font-weight:700;
    font-size:16px;
    width: 150px;
    height:25px;
  }
  .contenedorOfertastexto {
    float: left;
    width: 100%;
    padding: 10px 20px 30px 20px;
    text-align: left;
  }
  .contenedorOfertastexto h3 { margin: 0; }
  .contenedorOfertastexto p { font-size: 13px;margin:7px 0; }
  .contenedorOfertastexto .btn {
      white-space: inherit;
  }
  .detalleOfertas .precios {
    margin: 0;
    position:absolute;
    left: 0;
      top: 34px;
      background-color: rgba(255, 255, 255, 0.7);
      width: 160px;
      padding: 5px;
      color:#202020!important;
  }
  .detalleOfertas .precios .precioOferta, .detalleOfertas .precios strong {
      display: block;
      color: 
      #202020;
      font-weight: 700;
      font-size: 20px;
      margin: 0;
      float: left;
  }
  .detalleOfertas .precios .precioFichaListado {
      float:left;
      margin:4px 0 0 10px;
      color:#6e8823;
      font-size:16px;
  }
  .detalleOfertas .btnSecundario { float: left; }
  .solicitarOferta{ cursor: pointer; }
  .contenedorOfertasImg .precios .precioFichaListado {
    float: left;
    margin: 0px 0 0 10px;
    color: #6e8823;
    font-size: 16px;
}
.contenedorOfertasImg .precios .ivainc {
    display: block;
    font-size: 12px;
    float: left;
}
@media only screen and (min-width: 980px) {
    .contenedorOfertasImg { max-width: 400px; }
    .contenedorOfertastexto { width: calc(100% - 400px); }
    }
  
  @media only screen and (max-width: 979px) {
  .contenedorOfertasImg { max-width: 300px; }
  .contenedorOfertastexto { width: calc(100% - 300px); }
  }
  @media only screen and (max-width: 800px) {
    .contenedorOfertasImg { width:100%;max-width: 100%; }
    .contenedorOfertastexto { width: 100%; }
    }
  
  