@import url(https://fonts.googleapis.com/css?family=Erica+One);

@-webkit-keyframes aitf {
    0% { background-position: 100%; }
    100% { background-position: 0%; }
}

@keyframes aitf {
    0% { background-position: 100%; }
    100% { background-position: 0%; }
}

#estiloFuenteProcesando {
    font: 100 1.3em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 8px #f2a900;
    background: url('/images/animated_text_fill.png') repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 30s linear infinite;
    animation: aitf 30s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}