
/* 
   SCROLL UNICO
*/
div#hold	{ 
	overflow:hidden;
	width:700px; height:785px; 
  	z-index:100; 
  	border:0 solid #3300ff; 
	position:absolute; 
	left:20px; top:155px; 
	}
div#wn	{ 
	position:absolute; 
	left:6px; top:0; 
	width:700px; height:785px; 
	clip:rect(0px, 700px, 785px, 0px); 
	overflow:hidden;	
	z-index:1; 
	border:0 solid #ff0000; 

	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	width:700px; 
	z-index:1; 
	border:0 solid #000000; 
	font-family:VERDANA;
	font-size:10px;
	color:#5E523A
		}
		
		

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:absolute; left:718px; top:173px;
  width:9px; height:788px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:9px; height:764px;
  background: url("../imagenes/scroll/track.png") repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:7px; height:23px;
  background-color:#B2B2B2;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
a img { border:none }
div.content { text-align:left }
table.main { 
  background-color: transparent;
  width:660px; 
  margin:auto; text-align:left;
  border:0 solid #66cc33; 
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px;}
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }



