/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.textoScroll{
	width:410px;
}
#dragMiddle{
	background-color:#ccc;
}

.scroll-pane{
	width:440px;
	/*height: 380px;*/
	height: 265px;
	overflow: auto;
}
.scroll-pane2{
	height: 507px;
	overflow: auto;
}
.horizontal-only{
	height: auto;
	max-height: 515px;
}


.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0px;
	right:2px;
	width: 9px;
	height: 100%;
	/*background: none;*/
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100%;
	height: 25px;
	background: none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
/*
.jspDragTop
{
	display: block;
	background-image:url('scroll-top.png');
	background-repeat:no-repeat;
	width:8px;
	height:4px;
}
.jspDragBottom
{
	display: block;
	background-image:url('scroll-bottom.png');
	background-repeat:no-repeat;
	width:8px;
	height:4px;
}
*/
.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	width:3px;
	border-right:1px solid #666;
	position: relative;
}

.jspDrag
{
	width:8px;
	/*height:38px !important;
	
	background-image:url('scroll.png');
	background-repeat:no-repeat;
	background-position:-1px 0;
	background-color:#ccc;*/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 20px;
	display:none;
}

.jspArrow
{
	background: none;
	text-indent: -20000px;
	/*display: none;*/
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: none;
}

.jspVerticalBar .jspArrow
{
	height: 9px;
}

.jspVerticalBar .jspArrow.jspArrowUp
{
	height: 9px;
	background-image:url('arriba.png');
	background-repeat:no-repeat;
	position:relative;
	top:50px;
	left:0;
}
.jspVerticalBar .jspArrow.jspArrowDown
{
	height: 9px;
	background-image:url('abajo.png');
	background-repeat:no-repeat;
	position:relative;
	top:70px;
	left:0;
}

.jspHorizontalBar .jspArrow.jspArrowLeft
{
	width: 10px;
	float: left;
	height: 14px;
	background-image:url('atras.gif');
	background-repeat:no-repeat;
	position:fixed;
	top:15px;
	right:30px;
}
.jspHorizontalBar .jspArrow.jspArrowRight
{
	width: 10px;
	float: left;
	height: 14px;
	background-image:url('adelante.gif');
	background-repeat:no-repeat;
	position:fixed;
	top:15px;
	right:10px;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: none;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}