form#frm-busqueda { text-align: center; margin: 10px 2px 10px 2px; }
form#frm-busqueda table { width: 100%; border-collapse: collapse; }
form#frm-busqueda table td { vertical-align: middle; }
form#frm-busqueda table td.button { width: 63px; padding: 0px 1px; }
form#frm-busqueda table td.right { text-align: right; }
form#frm-busqueda a.filtro-activo, form#frm-busqueda a.filtro-inactivo { text-decoration: underline; font-size: 10px; }
form#frm-busqueda a.filtro-activo { color: #ff9900; }
form#frm-busqueda button {
	width: 63px;
	height: 22px;
	border: none;
	text-align: center;
	background: url(/images/button_search_active.png) no-repeat center 0px;
}
form#frm-busqueda a.cancel_enabled {
	display: block;
	width: 63px;
	height: 18px;
	padding-top: 4px;
	border: none;
	text-align: center;
	background: url(/images/button_search_active.png) no-repeat center top;
}
form#frm-busqueda a.cancel_enabled:hover { cursor: default; color: inherit; }
form#frm-busqueda button.cancel_disabled {
	width: 63px;
	height: 22px;
	border: none;
	text-align: center;
	background: url(/images/button_search_inactive.png) no-repeat center center;
}
input#busqueda {
	background: url(/images/fondo_busqueda.png) no-repeat center;
	border: 0px;
	height: 18px;
	width: 163px;
	padding-left: 30px;
	padding-top: 4px;
}
