@charset "utf-8";
#obras-content,
#enterprise-content {
	height:99%;
	position:relative;
}
#obras-content .customScrollBox ,
#enterprise-content .customScrollBox {
	position:relative;
	height: 60%;
	overflow:hidden;
	clear:both;
}

#obras-content .customScrollBox {
	height: 95%;
}
#obras-content .customScrollBox .container ,
#enterprise-content .customScrollBox .container {
	position:relative;
	width:640px;
	top:0;
	float:left;
}
#obras-content .customScrollBox .content ,
#enterprise-content .customScrollBox .content {
	clear:both;
	border: none!important;

}
#obras-content .customScrollBox .content p ,
#enterprise-content .customScrollBox .content p {
		padding-right:30px;
}
#obras-content .customScrollBox img ,
#enterprise-content .customScrollBox img {
}
#obras-content .dragger_container ,
#enterprise-content .dragger_container {
	position: absolute;
	top: 30%;
	right: 10px;
	width:0px;
	height:60%;
	float:left;
	cursor:pointer;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #060;
}
#obras-content .dragger ,
#enterprise-content .dragger {
	position:absolute;
	width:9px;
	height:140px;
	background:#006600;
	margin-left:-5px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#obras-content .dragger_pressed ,
#enterprise-content .dragger_pressed {
	position:absolute;
	width:9px;
	height:140px;
	background:#008A00;
	margin-left:-5px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
