/*  Scrollbar  con divs*/
	#content_texto {
	   position:relative;
	   width:570;
	   height:407px;
	   z-index:9;
	   left: -2px;
	   top: 4px;
	   overflow: hidden; /* Detalle muy importante */
	   text-align:justify;
	}
	
	#flecha1 {
	   position:absolute;
	   width:15px;
	   height:15px;
	   z-index:1;
	   left: 565px;
	   top: 5px;
	}
	#flecha2 {
	   position:absolute;
	   width:15px;
	   height:15px;
	   z-index:1;
	   left: 565px;
	   top: 350px;
	}
	
	#texto {
	   position:absolute;
	   width:230px;
	   z-index:8;
	   left: 0px;
	   top: 0px;
	}