
.letraBlanca {
  color: #fff;
}
.letrapurple
{
  color: #6f42c1;
}
.fondopurple {
  background-color: #9b78a9;

}
.secular {
  font-family: 'Secular One', sans-serif;
}

.openFont{
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
}





.animacion {
  display:block;
  width:auto;
   height:10px;
  position:absolute;
  font-size:16px;
  line-height:5px;
  float:left;
  width:auto;
  color: #ffffff;

  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration:30s;
  -webkit-animation-name: scroll;
}
.animacion a {color:#c00;}
@-webkit-keyframes scroll {
  0% {left:90%;}
  100% {left:-100%;}
}
.animacion:hover { -webkit-animation-play-state: paused;}


.contenedor {
  width:100%;
  height:40px;
  overflow:hidden;
  position:relative;
  /*border:1px solid #aaa;*/
  margin:0 auto;
  background:#9b78a9;
}