$(document).ready(function(){
	$('#segurosPara').change(function(){
		if($(this).val()!='#')
			window.location = $(this).val();
	});
});