.link { font-family: Arial; font-size: 8pt; font-weight: normal; color: #666666; text-decoration: none }
.link:hover {color: #285E72}
.link2 { font-family: Arial; font-size: 8pt; font-weight: normal; color: #ffffff; text-decoration: none }
.link2:hover {color: #ccffff}
.texto {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.texto2 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
}
.texto3 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.textopie {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #BCA97E;
	text-align: justify;
}
.textodg {
	font-family: Arial;
	font-size: 6pt;
	font-weight: normal;
	color: #BCA97E;
	text-decoration:none;
}
.textodg:hover {
	font-family: Arial;
	font-size: 6pt;
	font-weight: normal;
	color: #D7D6C4;
}
.textotiulo { font-family: Arial; font-size: 9pt; font-weight: bold; color: #0F408D}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:375px; height:150px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:400px; height:150px; 
	clip:rect(0px, 440px, 150px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute;  visibility:hidden;
	left:0px; top:0px; 
	z-index:1;
	  font-variant : normal;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : 200;
	color: #000000;
	align:justify;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:170px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:13px; height:144px;
  background: url("/images_scroll/track.gif") #D8D8C7 repeat;
/*   background: url("/images/nav/track.gif") #70B62B repeat;*/
  z-index:1;
  border:1px solid #D8D8C7;
  }
div#dragBar {
  position:absolute; left:-1px; top:1px;
  width:9px; height:9px;
  background-color:#B6B69C;
  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 }  
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
/* Styles for demo, not necessary for scrolling layers */  
	
a img { border:none }

div.content { text-align:left }
table.main { 
  background-color:#ffffff;
  width:400px; 
  text-align:left;
  border:0px solid #999; 
   font-variant : normal;
    font-family : arial;
    font-size : 10px;
	color: #ffffff
    font-weight : 200;
  }