@charset "utf-8";

/*
*	@author Eduardo K. Felden
*	@version 
*	@copyright 2009-11-10 14:39:04
*	@package CSS
*	@subpackage Folha de estilo site
*	
*/
.titulo-filtros {
	text-transform: uppercase; font-size: 0.9em; font-weight: bold; width: 160px; float: left;
}
.filtros {
	width: 160px; float: left; list-style: none; margin: 0 0 5px 0; padding: 0 0 5px 0;
}
.filtros li {
	width: 160px; float: left; margin: 0; padding: 0; font-size: 0.9em;
}
.filtros li a {
	text-decoration: none; color: #060; font-weight: normal;
}
.filtros li a:hover {
	text-decoration: underline;
}
