#menuizq {
	float: left;
	background: #EEE;
	width: 149px;
	min-height: 650px;
	color: #555;
	padding-top: 10px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
}

#menuizq h2 {
	margin-left: -5px;
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
}

#navlist {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-left: -5px;
}

#navlist ul {
	list-style: none;
	margin: 5px 0px 5px 15px;
}

#navlist li {
	margin: 2px 0px;
}

.inpath {
	color: #cc0000 !important;
	text-decoration: underline !important;
}

#navlist li a {
	color: #555;
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: underline;
}

#filtros {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#filtros lh {
	font-weight: bold;
	color: #000;
}

#filtros select {
	width: 125px;
}

.filtrado {
	color: #cc0000;
}

.removefilter {
	cursor: pointer;
}

#menuizq p {
	margin-left: -10px;
	margin-right: 5px;
	text-align: justify;
	font-size: 10px;
	color: #555;
}