#empresa{
	background: url("../imagens/empresa/bg-empresa2.jpg") no-repeat scroll center 0 transparent;
    height: 542px; /* 600px; */
    margin:0 0 0 19px;
	padding:35px 0 0 0;
    width: 100%;
}

#empresa h1.titulo{
	/*background:url(../imagens/empresa/folha.png) no-repeat left center;*/
	font-weight:100;
	font-size:30px;
	color:#5F594D; /*#8C5973;*/
	float:left;
	display:block;
	height:33px;
	text-transform:uppercase;
	width:910px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.cont_empresa{
	float:left;
	position:relative;
	width:520px;
	height:380px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99;
	line-height:125%;
	font-size:14px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
/* ################### SCROLLBAR ###################### */
.jspContainer{overflow: hidden;	/*position: relative;*/}
.jspPane{position: absolute;}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
.jspVerticalBar *{margin: 0; padding: 0;}
.jspCap{display: none;}
.jspTrack{
	/*background:#262835;*/
	position: relative;
	background:url(../imagens/empresa/bg_track.png) no-repeat;
}
.jspDrag{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background:url(../imagens/empresa/bg_drag.png) repeat-y;
}
.scroll-pane{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.horizontal-only{
	height: auto;
	max-height: 100%;
}
/* ################### SCROLLBAR ###################### */
