.lista:hover {
background-color: #E0E0E0;
text-decoration: none
}
tr.selrow{
	background-color: #E0E0E0;
}

tr.unselrow{

}

.lista{
	text-decoration: none;
	color: #808080;
}

td.selected{
	background-color: #E0E0E0;
	color: #0341A5;
}