.jspContainer{overflow:hidden;position:relative;}
.jspPane{position:absolute;}
.jspVerticalBar{position:absolute;top:0;right:0;width:6px!important;height:100%; }
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red;}
.jspVerticalBar *,
.jspHorizontalBar *{margin:0;padding:0;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{border-radius:4px;background:#e6e6e6;position:relative;}
.jspDrag{border-radius:4px;background:#727272;position:relative;top:0;left:0;cursor:pointer;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{float:left;height:100%;}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}
.jspArrow.jspDisabled{cursor:default;background:#80808d;}
.jspVerticalBar .jspArrow{height:16px;}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}
.jspVerticalBar .jspArrow:focus{outline:none;}
.jspCorner{background:#eeeef4;float:left;height:100%;}
* html .jspCorner{margin:0 -3px 0 0;}
.jspScrollable{clear:right;width:100%!important;}
.jspContainer,.jspPane{width:auto!important;}
#scrollbar-actualidad .scroll-pane, #scrollbar-actualidad .scroll-pane .jspContainer{height:1032px;_height:1018px;}
/*#bvs .scroll-pane, #bvs .scroll-pane .jspContainer{height:669px; /*height:650px;*//*_height:630px; padding: 0;}*/
#scrollbar-actualidad .scroll-pane{width:auto;}
#scrollbar-events .jspScrollable{clear:left;}
#news .scroll-pane, #news .scroll-pane .jspContainer{height:251px;}
.jspTrack{right:2px; }


/*ocultar barra*/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;

}

.jspVerticalBar
{  display: block!important;
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	opacity:inherit;
	-moz-filter:inherit;
	-webkit-filter:none;
-o-filter:none;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: transparent;
	position: relative;
}

.jspDrag
{
	background: #737373;
	opacity:0.9;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius:5px;
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;		
	-ms-border-radius:5px;			
	-o-border-radius:5px;	*/			
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}


.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}