#navlist li
{
display: inline;
padding-right: 20px;
}

#lista{

list-style-type: none;
padding-right: 20px;
}

.link1 {
	text-decoration: underline;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.link1:link {
	text-decoration: underline;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.link1:visited {
	text-decoration: underline;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.link1:hover {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.espaciado {
	line-height: 1px;
}