/* Tiny Scrollbar */

#divTextoEmpresa {
	position:absolute;
	/*background-color:rgba(255,255,255,0.7);*/
	top:160px;
	left:0px;
	height:550px;
	width:856px;
	float:inherit;}
#divTextoEmpresa .scrollbar{
	/*background: transparent url(../images/Scroll.png) no-repeat 0 0;*/
	/*background-color:#900;*/
	background-image:url(../images/scroll/bg-scrollbar-track-y.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	position:absolute;
	left:842px;
	top:0px;
	/*background-position: 0 0; */ 
	width: 16px;
	height:100%;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;}
#divTextoEmpresa .track { 
	/*background-color:#C90;*/
	width:25px; 
	height:100%;
	position:absolute; 
	padding: 0 1px; 
	
	background: transparent url(../images/scroll/bg-scrollbar-trackend-y.png) no-repeat 0 100%; 
	
	}
	
#divTextoEmpresa .track img{
	top: 6;	
	height:85%;
	width:50%;
}
#divTextoEmpresa .thumb {

	background: transparent url(../images/scroll/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; 
	top: 0; 
	left: -4px;
}
#divTextoEmpresa .thumb .end {
	background: transparent url(../images/scroll/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
	overflow: hidden; 
	height: 5px; 
	width: 
	25px; }
#divTextoEmpresa .thumb img{
	width:100%;
	height:100%;
}
#divTextoEmpresa .viewport {
	/*background-color:#090;*/
	width: 842px;
	top:0px;
	left:0px;
	height: 550px;
	overflow:hidden;/* overflow: hidden*/;
	position:absolute;
	}
#divTextoEmpresa .overview {
	/*background-color:#0f0;*/
	left:0px;
	top:40px;
	
	/*background-color:#90F;*/
	list-style: none; 
	position: absolute; padding: 0; margin: 0; }




#divTextoEmpresa .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#divTextoEmpresa .overview p{
	padding:0px 0px 0px 0px;
	}