@charset "utf-8";

body { margin:0; padding:0; width:100%; background-color: #CAF4FF; /*background-image:url(imagenes/bgn.jpg);*/}

html { padding:0; margin:0;}


/* texto sobre imagen */
.contenedor{
    position: relative;
    display: inline-block;
    text-align: right;
}
.texto-encima{
   /* position: absolute;*/
    top: -10px;
    right: 50px;
}
.centrado {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 23px;
  /*background-image: url(imagenes/prodnuevo.png);*/
  background-image: url(imagenes/etiquetaNuevo.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; /* que no interfiera con el click */
}
/* fin texto sobre imagen */


