.text {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000099;
	font-style: normal;
	line-height: normal;
}

.classe1 a:link {
text-decoration: none;
  color: #0033FF;
  }
  .classe1 a:visited {
  text-decoration: none;
  color: #0033FF;
  }
  .classe1 a:hover {
  text-decoration: none; 
  color: #FF6600;
  }
  .classe1 a:active {text-decoration: none;
  color: #0033FF;
  }

 .classe2 a:link {
  text-decoration: none;
  }
  .classe2 a:visited {
  text-decoration: none;
  }
  .classe2 a:hover {color: #FFF;
	background-color:  #0000FF;
	padding: 3.5px 0px;
	display: block;
	background-position: center center;
	margin: auto;
	}
  .classe2 a:active {
  text-decoration: none;
  }

 .classe3 a:link {
  text-decoration: none;
  color: #0033FF;
  }
  .classe3 a:visited {
  text-decoration: none;
  color: #0033FF;  
  }
  .classe3 a:hover {color: #FFFFFF;
	background-color:  #FF6600;
	display: block;
	margin: auto;
	background-position: center center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3.5px;
	padding-bottom: 3.5px;
	}
  .classe3 a:active {
  text-decoration: none;
  color: #0033FF;  
  }
.normal a:link {
text-decoration: none;
  color: #666666;
  }
  .normal a:visited {
  text-decoration: none;
  color: #666666;
  }
  .normal a:hover {
  text-decoration: none; 
  color: #FF6600;
  }
  .normal a:active {text-decoration: none;
  color: #666666;
  }

.normal1 a:link {
text-decoration: none;
  color: #000000;
  }
  .normal1 a:visited {
  text-decoration: none;
  color: #000000;
  }
  .normal1 a:hover {
  text-decoration: none; 
  color: #FF6600;
  }
  .normal1 a:active {text-decoration: none;
  color: #000000;
  }  
.classe4 a:link {
text-decoration: none;
  color: #FF6600;
  }
  .classe4 a:visited {
  text-decoration: none;
  color: #FF6600;
  }
  .classe4 a:hover {
  text-decoration: none; 
  color: #0033FF;
  }
  .classe4 a:active {text-decoration: none;
  color: #FF6600;
  }
  .classe5 a:link {
  text-decoration: none;
  color: #666666;
  }
  .classe5 a:visited {
  text-decoration: none;
  color: #666666;  
  }
  .classe5 a:hover {color: #000000;
	background-color:  #FFFF00;
	display: block;
	margin: auto;
	background-position: center center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
  .classe5 a:active {
  text-decoration: none;
  color: #666666;  
  }
.classe6 a:link {
text-decoration: none;
  color: #FF6600;
  }
  .classe6 a:visited {
  text-decoration: none;
  color: #FF6600;
  }
  .classe6 a:hover {
  text-decoration: none; 
  color: #0033FF;
  }
  .classe6 a:active {text-decoration: none;
  color: #FF6600;
  }  
  
 
 
 /* "fallback" links for non-CSS supporting browsers. */

.fallback {

 display: none;

}



/* Here's our default note styles. */

.notedefault, .notenested {

 position: absolute;

 visibility: hidden;

 top: 1.2em;

 left: 2em; width: 16em;

}

.notedefault {

 padding: 3px;

 border: 1px solid #fda74f;

 background-color: #fff0e1;

 color: #d33200;
 
 font:Arial, Helvetica, sans-serif;
 
 text-decoration: none;

}

.notenested {

 width: 8em;

 padding: 3px;

 border: 1px solid #963;

 background-color: #C96;

 color: white; 
 

}



/* Some position-type-specific offset information. Tweak as needed! */

.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {

 margin-left: 0px;

 margin-top: 6px;

}



/* Headings within notes */

.notedefault h5 {

 margin: 0 0 5px 0;

 padding: 2px;

 background-color: white;

 color: black;

}



/* Note close marker is only shown within pinned notes. */

.note-close {

 float: right;

 margin-top: 2px;

 width: 14px;

 height: 14px;

 line-height: 14px;

 color: black;

 text-decoration: none;
 
 background-color:#fff0e1;

 visibility: hidden

}

.snb-pinned .note-close {

 visibility: inherit;

}