@charset "UTF-8";
.scrollindicator{width: 100%;height: 7px;display: block;background: white;left: 0;
bottom: 0;cursor: pointer;position: fixed;z-index: 1000000;visibility: hidden;
-webkit-transition: height .2s ease;transition: height .2s ease;}
.scrollprogress{position: absolute;width: 100%;height: 100%;background:#006699; /* COLOR DE LA BARRA */
-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);=-webkit-transition: -webkit-transform .4s ease; 
transition: transform .4s ease;}