/* CSS Document */
#filtros {
	background: url(../img/bg_filtros.gif) no-repeat;
	height: 53px;
	margin-top: 15px;
	width: 580px;
}
#filtros p {
	width: 160px;
	float: left;
	padding: 10px 7px;
	font-weight: bold;
	color: #6a6d58;
}
#filtros form {
	padding: 8px 0px;
}
#filtros th {
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}
#filtros th, #filtros td {
	padding-left: 8px;
}


