<!--
body {
	font-family:verdana;
	}
ul#uno {  
	list-style:none;
	margin:0;
	padding:0px;
	}
ul#uno li {
	margin:0px;
	padding:0;
	float:left;
	font-size:20pt;
	color:#dcdcdc;
	}
ul#uno li a {
	display:block;
	width:100%;
	height:30px;
	padding:0px 0;
	text-decoration:none;
	text-align:center;
	font-size:20pt;
	color:#000000;
	font-weight: none;
	border:0px solid #ffffff;
	background-repeat : no-repeat;  
	border-bottom:3px solid #ffffff;
	}
ul#uno li a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom:3px solid #ff0000;
	}