/* CSS Document */

#menuh {
font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-top: 0px;
}

#menuh ul, li {
list-style-type: none;
}

#menuh ul {
margin: 0;
padding: 0;
}

#menuh li {
float: right;
}

#menuh a {
text-decoration: none;
color: #000;
background: #D9D9D9;
display: block;
padding: 3px 10px;
text-align: center;
border: 1px solid #D9D9D9;
border-width: 1px 1px 1px 0;
}


#menuh a#primero {
border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
background: #C9C9C9;
}

