/***************************************************** SCROLL UNDANET *****************************************************/

.contentScrollbar {  
	border:0px solid red;
	top:40px;   /*Posicion de la capa donde va el texto, al que se quiere hacer scroll*/
	left:179px;
	display:block;
	height:195px;
	position:absolute;
	width:360px;
	text-align:left;
	font-family:century gothic;
	font-size:9px;
	font-weight:normal;
	color:#8e6553;
	overflow:hidden;
}

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

.contentScrollbar strong{
	color:#A8C4CF;
	font-family:century gothic;
	font-size:15px;
	font-weight:normal;
}

.vScrollbar {
	height:234px;
	left:180px;
	position:absolute;
	top:0px;   
	width:24px;
	visibility: visible;
}

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

.vTrack {
	background:url('../img/img_barra.png') no-repeat;
	height:166px;
	left:380px;
	position:absolute;
	top:50px;
	width:6px;
}

.vThumb {
	height:16px;
	background:url('../img/img_bola.png') no-repeat;
	position:absolute;
	width:17px;
	top:36px;
	left:-5px;	
	cursor:pointer;
}

