      body3 {
  font: 400 1em/1.5 "Neuton";
  background: #808080;
  color: rgba(255, 255,255, 0.25);
  text-align: center;
  margin: 0;
  text-align: justify;
  width :100;
}

p2 {
  text-transform: uppercase;
  
  display: inline-block;
  border: 4px double rgba(128, 128, 128, 0.25);
  border-width: 1px 0;
  padding: 1.5em 0em;
 
  top: 18%;

  width: 600;
  
}
p2 span2 {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .1em 0 .1em;
  
  margin: 0 auto;
  text-shadow: 0 0 180px rgba(100, 100, 100, 20);
  /* Clip Background Image */
  background: url(http://ofertasb.com/images/barra.jpg) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image 
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
*/
