#menuh {
	font: 70% "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: 15px;
	margin-top: 3px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #FFF;
	background: #FF9224;
	display: block;
	padding: 1px 20px;
	text-align: center;
}


#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #FF9224;
}