ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
li {
	display: inline;
}
a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	padding: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.clear {
	clear: both;
}

.categoriaSeleccionada{
	background-color: lightblue;
}