#menuh {
	margin-top:0px;
	margin-bottom:0px;
}


#menuh ul {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	background: #01a1ff;
	display: block;
	padding: 3px 21px;
	text-align: center;
	border-color: #ffffff;
	border-left: none;
	border-right: none;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}


#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #010066;
	border-top-color: #fd1812;
	border-bottom-color: #010066;
	
}

#menulenguaje {
	margin-top:auto;
	margin-bottom:0px;
}

#menulenguaje ul, li {
	list-style-type: none;
}

#menulenguaje li {
	float: left;
}

#menulenguaje a {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	background: #01a1ff;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border-color: #ffffff;
	border-left: none;
	border-right: none;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}

#menulenguaje a:hover {
	background: #FF0000;
	border-top-color: #fd1812;
}

#menulenguaje a:visited{ background-color:red;}

#idioma {
  width: 50 px;
  display:inline;
  margin-right:8px;
}