@charset "utf-8";
/* CSS Document */

div#widget {
;
	}

ul#navlist{
	padding:0px;;
	margin:0;
	text-align:center;
}
	
#navlist li {
	font: 10pt Georgia "Times New Roman", Times, serif;
	/* font:14pt Georgia ,Arial, Helvetica, sans-serif; */
	display: inline;
	list-style-type: none;
	padding: 4px;margin:0;
} 

a {
/* color: #463c3c; */
color:#990099;
text-decoration: underline;
}

a:visited {
/* color: #666666; */
color:#990099;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}


#widget a {
color: #463c3c;
text-decoration: underline;
}

#widget a:visited {
color: #666666;
text-decoration: underline;
}

#widget a:hover {
color: #ffffff;
text-decoration: underline;
}

div#widget li a {
/* text-decoration: none; */
color: #595959;
padding: 10px 0px;
}

div#widget li a:visited  {
text-decoration: none;
color: #595959;
padding: 5px 0;
}

div#widget li a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#widget li.current-page a {
color: #595959;
/* text-decoration: none; */
 background-image: url(../icones/Highlighter_highlight.png); 
background-repeat: no-repeat;
background-position: center;
/* background-y-position: center;*/

}

span#npage{font-size:14pt;color:red;font-weight:bold;padding:0 20px;}