function validarSelect(valor){

	if(valor == 'cont_index.php'){
	
		return false;
	}else{
	
		location.href='index.php?ir=resultado&'+valor;
		return true;
	}
}
