
#nro_page
{
	float:right;
	list-style-type	:none;
	height:22px;
	/*border:1px solid #000000;*/
	/*background:grey;*/
	padding-left:0px;
	margin-top:0px;
	margin-right:30px;
}
 

 
#nro_page li
{
	float:left;
	height:22px;
	width:22px; 
	margin-left:5px;
}
 
 
#nro_page li a 
{
	height:22px;
	width:22px; 
	line-height:22px;
	color:#9e9d9d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	float:left;
	border:1px solid #bdbcbc;

}
  

#nro_page li a:hover 
{
	color:#003366;
	font-weight:bold;
	background-color:#b8bc90;

}



