#header * {
  margin: 0;
  padding: 0;
}

/********** Listas **********/

#header ul {
	clear: both !important;
	/*clear: none;*/
}

#header ul li {
	list-style: none;
	float: left;
}

#header ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 9px;
  border-style: solid;
  border-width: 0 1 0 0;
}

#buttons td {
	padding-right: 5px;
}
