/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{
	overflow:hidden;
	width:330px;
	height:300px;
	z-index:100;
	margin-left: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:280px; height:290px; 
	clip:  rect(0px, 280px, 308px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}

div.content {
	position:absolute;
	visibility:visible;
	left:0px;
	top:20px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	}


/* Set small font-size or size/position of div's will be off in some browsers  */
DIV#scrollbar {
	FONT-SIZE: 1px;
	Z-INDEX: 1;
	LEFT: 0px;
	WIDTH: 4px;
	POSITION: relative;
	HEIGHT: 300px;
	BACKGROUND-COLOR: #999999;
	float: right;
	top: -3px;
}
DIV#track {
	Z-INDEX: 1; LEFT: 0px; WIDTH: 4px; POSITION: absolute; TOP: 5px; HEIGHT: 292px
}
DIV#dragBar {
	Z-INDEX: 1;
	LEFT: 0px;
	WIDTH: 4px;
	POSITION: relative;
	TOP:0px;
	HEIGHT: 4px;
	BACKGROUND-COLOR: #000000;
	margin-left: -1px;
}
DIV#up {
	Z-INDEX: 2;
	LEFT: 0px;
	POSITION: relative;
	top: -2px;
}
DIV#down {
	Z-INDEX: 3;
	POSITION: absolute;
	top: 300px;
}
#down a img{
	border: none;
}
#up a img{
	border: none;
}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
}
