#descripcontent {
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
}
#descripcontent li, #descripcontent span, #descripcontent strong, #descripcontent div {
  font-size: 14px;
}
#descripcontent h3, #descripcontent h2, #descripcontent h1 {
  color: #4fb1d1;
  margin-bottom: 10px;
}
#descripcontent h3 {
  font-size: 16px;
}
#descripcontent h1 {
  font-size: 25px;
}
#descripcontent h2 {
  font-size: 20px;
}
#descripcontent p {
  margin-bottom: 10px;
}

.shopping-cart .bt-agregar-promo {
  color: #d94770;
  font-size: 14px;
  background: url("img/shopping-cart.png") right center no-repeat;
  padding-right: 25px;
  border: none;
  cursor: pointer;
}

.linkmarketing {
  position: relative;
}
.linkmarketing .text-tipo-cambio {
  position: absolute;
  top: 35px;
  left: 9px;
  color: #323232;
  font-size: 11px;
}

.tc-visa {
  display: inline-block;
  width: 135px;
  height: 60px;
  background: url("../img/logo-visa.png") 0px -71px no-repeat;
}
.tc-visa:hover {
  background-position: 0 0;
}

.tc-safety {
  display: inline-block;
  width: 200px;
  height: 48px;
  background: url("../img/logo-safety.png") 0px -52px no-repeat;
}
.tc-safety:hover {
  background-position: 0 1px;
}

.verify-visa {
  display: inline-block;
  width: 77px;
  height: 60px;
  background: url("../img/logo-visa-2.png") 0px -76px no-repeat;
}
.verify-visa:hover {
  background-position: 0 -5px;
}

@media print {
  #header, .commercial-perspective, #footer, #metodo-pago {
    display: none;
  }

  .extensible-language h3 {
    display: none;
  }

  .det-pedido-email {
    display: inline-block;
  }
  .det-pedido-email th {
    font-size: 14px;
  }
}
.det-pedido-email .enlaces {
  /*a:nth-child(2){
  	background:#4fb1d1;
  	border: none;
  }*/
}
.det-pedido-email .enlaces .botonComprar {
  background: #4fb1d1;
  border: none;
}
