/* #texto_pagina { width: 520px; clear: both; margin: 20px 0 10px; } */

div.texto_scroll {
   height: 380px !important;
    position: relative;
    top: 75px;

}

.texto_scroll .viewport {
   /*width: 92%;*/
    height: 370px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}
.texto_scroll .overview {
   width: 330px;
   font-size: 15px;
   list-style: none;
   position: absolute;
   left: 0;
}
.texto_scroll .thumb .end,
.texto_scroll .thumb {
   background-color: #FFF;   /*#800029;*/
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}
.texto_scroll .scrollbar {
   display: none;
   position: relative;
   float: right;
   width: 15px;
}
.texto_scroll .track {
   background-color: #222222;
   height: 100%;
   width: 1px; /*8px;*/
   position: relative;
   padding: 0; /*0 1px;*/
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   border: 1px solid #333;
}
.texto_scroll .thumb {
   height: 20px;
   width: 8px;
   cursor: pointer;
   overflow: hidden;
   position: absolute;
   top: 0;
   left: -3px;
}
.texto_scroll .thumb .end {
   overflow: hidden;
   height: 5px;
   width: 13px;
}
.texto_scroll .disable {
   display: none;
}
.noSelect {
   user-select: none;
   -o-user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
