/***************************************************** SCROLL UNDANET *****************************************************/
.contentScrollbar {  
	display:block;
	text-align:justify;
	width:405px;
	position:relative;
}

.contentScrollbar p{
	margin:0px;
	padding:0px;
	line-height:1.3em;  /*Para corregir el TinyMCE*/
}

.vScrollbar {
	height:416px;
	left:452px;
	position:absolute;
	top:5px;
	visibility:visible;
	width:15px;
	background:#242424;
}

.hScrollbar {
	visibility: hidden;  /*No tenemos horizontal*/
}

.vTrack {
	left:0px;
	position:absolute;
	top:0;
	width:15px;
}

.vThumb {
	height:10px;
	background:#27b5fe;
	position:absolute;
	width:15px;
	top:36px;
	left:0px;	
	cursor:pointer;
}


.arrowUp, .arrowDown {
	height: 24px;  /*Le doy mas ancho y mas alto pq los botones son muy pequeños para clickar*/
	width: 33px;
	overflow: hidden;
	cursor:pointer;
	position:relative;
	display:none;
}

.arrowUp img{
	position:relative;
	margin-top:0px;
	margin-left:0px;
}


.arrowDown img{
	position:relative;
	margin-top:0px;
	margin-left:0px;
}

.arrowUp{
    top:20px;
}

.arrowDown {
	top:48px;
}