/* CSS Document */

li, #menuh ul {
	list-style-type:none;
}
#menuh ul {
	margin:0;
	padding:0;
}
#menuh li {
	float:left;
	font-size:0.95em;
}
#menuh a {
	text-decoration:none;
	color:#36c;
	background:#f0f7fc;
	display:block;
	padding:3px 10px;
	text-align:center;
	border:1px solid #accfe8;
	border-width:1px 1px 1px 0;
}
#menuh a#primero, #menuh a:hover {
	background:#dbebf6;
}
