/*********************** SCROLLERS ***********************/
.root 		{
	position: relative;
	height: 500px;
	width: 445px;
	margin: 10px 0px 0px 0px;
}
.root p {
	margin: 0px 0px 0px 0px;
}
.thumb {
	position: absolute;
	height: 18px;
	width: 13px;
	left: 0px;
	top: 0px;
}
.up, .dn {
	position: absolute;
	left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border: 0px;
}
.barra {
	width:15px;
	margin-left:470px;
	top:35px;
}
.scrollContainer {
	position: absolute;
	left: -72px;
	top: 15px;
	width: 445px;
	height: 545px;
	clip: rect(0 300 545 0);
	overflow: auto;
}
.scrollContent { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 445px;
}
.anchoIzq {
	width:340px;
	float:left;
	text-align:justify;
}
.anchoDer {
	width:340px;
	float:right;
	text-align:justify;
}
